feat: [3.0] expose compaction lifecycle observability metadata - #669
Merged
sre-ci-robot merged 1 commit intoSep 15, 2026
Conversation
Backport milvus-io#668 at 4989b8d; regenerate Go bindings against the 3.0 schemas. Signed-off-by: MrPresent-Han <chun.han@gmail.com>
|
Tick the box to add this pull request to the merge queue (same as
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, MrPresent-Han The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this pull request
Sep 15, 2026
) (#3799) ## What changed - Bump the PyMilvus 3.0 `milvus-proto` submodule from `0d1eefd` to `9e4f0eb`. - Regenerate the Python protobuf bindings from merged `milvus-io/milvus-proto#669`. ## Why This establishes the 3.0 protocol baseline required by the compaction lifecycle observability backport without mixing generated protocol changes into the feature PR. ## Verification - `make check_proto_product` - Related PyMilvus unit tests pr: #3797 Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pr: #668
issue: #667
Backports #668 at
4989b8dto3.0, exposing the metadata clients need to observe segment lineage and compaction tasks.Go bindings were regenerated from the
3.0schemas using the repository's existing generator versions; the source proto changes match #668.Validation:
go test -p 6 -timeout 90s ./...passed ingo-api, andgit diff --checkpassed.