-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removes method from abort shard transfer operation #3803
Conversation
@timvisee CI on my fork: https://github.com/RPallas92/qdrant/actions |
Hi! Could you elaborate on the reasoning behind this? Sadly we cannot really change existing (usage of) types because it breaks backwards compatibility. |
@timvisee I am quite confident that changing those type is ok, as we are removing parameter, which under normal use should be always None. |
It is, however, better to be merged closer to 1.9 release |
@generall It was more about generated types in our gRPC clients, which will be broken now. But I'd be fine with including this in 1.9. |
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.
Thank you for picking this up!
Please see my review comment below.
@timvisee feel free to merge, I don't have permissions |
I'd like another explicit approval from @generall before merging this. |
Merging now. Thank you @RPallas92! |
* Removes method from abort shard transfer operation * Updates consensus test message assertion * updates validation message
This has just been released as part of Qdrant 1.9. Thanks again! |
Tracked in: #3409
This PR adds a new
AbortShardTransfer
struct, to be used by theAbortTransfer
operation.All Submissions:
dev
branch. Did you create your branch fromdev
?New Feature Submissions:
cargo +nightly fmt --all
command prior to submission?cargo clippy --all --all-features
command?Changes to Core Features: