We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a shard (which is mapped to region in wal) is move between nodes like this:
A --> B --> ... --> A
Then wal module in mode A can't distinguish if the shard has been moved. This may cause a serious bug:
test_move_from_nodes
wal/src/tests/read_write.rs
region_version_3
region_version_1
Can run normally in cluster mode.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe this problem
If a shard (which is mapped to region in wal) is move between nodes like this:
Then wal module in mode A can't distinguish if the shard has been moved.
This may cause a serious bug:
Steps to reproduce
test_move_from_nodes
ofwal/src/tests/read_write.rs
in pr.region_version_3
equal toregion_version_1
.Expected behavior
Can run normally in cluster mode.
Additional Information
No response
The text was updated successfully, but these errors were encountered: