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
Currently we will deregister the table or mv anyway before sending a barrier to stop the actors, and then the metadata update will be broadcast to CN and cause inconsistency before the actors get dropped.
And the solution:
correct. I think we can try to send and collect the barrier, and then deregister the table after the stop actor barrier is successfully collected or a recovery is triggered.
Branch to reproduce: #14931 (please fork the branch if you want to do any debugging, to make sure we always have a reproducible case).
See #14888 (comment).
The text was updated successfully, but these errors were encountered: