-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
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
Allow to migrate cluster slot by raw write batch #2067
Conversation
@caipengbo Great! Overall is quite clear and concise. Just a few questions inline. |
I have modified the question you mentioned before. Are there any other questions? @git-hulk |
@caipengbo Sorry for didn't send out the comments. 😭 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
This PR implemented the cluster slot migration by the rocksdb write batch, which will bring performance benefits. Also, we don't need to depend on parsing commands from the write batch log data if enabled. This makes the cluster migration feature more robust since we don't have to take care of the log data in each write batch. This closes apache#2008
This PR implemented the cluster slot migration by the rocksdb write batch, which will bring performance benefits. Also, we don't need to depend on parsing commands from the write batch log data if enabled. This makes the cluster migration feature more robust since we don't have to take care of the log data in each write batch.
This closes #2008 and the original PR is #1534