You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a source receive a Mutation::SourceChangeSplit, which contains actor_splits for another source, it'll incorrectly fail check_split_assignment_is_migration. Because check_split_assignment_is_migration doesn't distinguish between sources, and thus split_to_actors_index may be called twice with the same split_id belonging to different sources, and fail the assertion.
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When a source receive a Mutation::SourceChangeSplit, which contains
actor_splits
for another source, it'll incorrectly failcheck_split_assignment_is_migration
. Becausecheck_split_assignment_is_migration
doesn't distinguish between sources, and thussplit_to_actors_index
may be called twice with the samesplit_id
belonging to different sources, and fail the assertion.Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: