-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Run pipeline in current thread if all the keys on same node #4149
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
Conversation
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
I think we should also add dedicated tests to verify MultiNodePipeline
with single command to a node and MultiNodePipeline
multiple commands to the same node are processed successfully
@ggivo May i check should i add the test to |
Yes, I would suggest adding them there. |
@ggivo I add a test, can you help me to check it. cause i don't have the cluster environment. thank you very much |
@xrayw details can be found in contribution guideline |
@ggivo test passed now, if the test code is correct. |
@xrayw
|
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
fix #4148