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 the cluster shuts down (either gracefully or ungracefully), it is likely to enter a cluster inconsistent state, e.g.,
a shard block is processed, and then the cluster is shut down before the root state has processed the shard block, which means that the root block may never include the shard block later.
Example code here:
When the cluster shuts down (either gracefully or ungracefully), it is likely to enter a cluster inconsistent state, e.g.,
Example code here:
pyquarkchain/quarkchain/cluster/master.py
Line 1133 in af1dd06
A solution of this may ask the shard to response the shard block to the master so that the master can process the shard block again.
The text was updated successfully, but these errors were encountered: