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
It seems it's hard to guarantee the consistency of table node and partition node. Even with #766, there is still possible happen a partition node is created by AutoPartitionManager under a re-created table node.
We need to handle this in server side for
ListPartition RPC: should filter out the partitions not match the table id
Metadata RPC: should filter our the partition metadata that not match the table id
CoordinatorEventProcess should handle CreatePartitionEvent that the partition is not match the table id and maybe drop the dirty partition node.
Solution
No response
Anything else?
No response
Willingness to contribute
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Motivation
A follow-up of #766.
It seems it's hard to guarantee the consistency of table node and partition node. Even with #766, there is still possible happen a partition node is created by AutoPartitionManager under a re-created table node.
We need to handle this in server side for
CreatePartitionEvent
that the partition is not match the table id and maybe drop the dirty partition node.Solution
No response
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: