-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[#2212] feat(client,server,coordinator): Introduce ServiceVersion framework to support backward compatible and reduce BlockIdLayout message #2217
base: master
Are you sure you want to change the base?
Conversation
737da66
to
a472f65
Compare
a472f65
to
f3fa657
Compare
@jerqi Would you like to take a look at this PR? Thanks! |
I have already had server version, you can see Constants::SHUFFLE_SERVER_VERSION |
f3fa657
to
dd6f6b7
Compare
… reduce BlcokIdLayout message
dd6f6b7
to
2cac65a
Compare
@jerqi Thanks for this remind, after go through the code related to
In conclusion, I guess the motivation of the But this motivation of |
NO, if we give uncompatible update, we should change the version. |
What changes were proposed in this pull request?
getShuffleResult
andgetShuffleResultForMultiPart
.Why are the changes needed?
Fix: #2212
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Test locally