-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add feder proto #117
Add feder proto #117
Conversation
@xiaocai2333 Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”) |
e83837a
to
862b192
Compare
proto/common.proto
Outdated
@@ -177,6 +177,8 @@ enum MsgType { | |||
HandoffSegments = 254; | |||
LoadBalanceSegments = 255; | |||
DescribeSegments = 256; | |||
ListIndexedSegment = 257; |
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.
suggest to rename to FederListIndexedSegment
proto/milvus.proto
Outdated
@@ -1517,3 +1521,27 @@ message RenameCollectionRequest { | |||
string oldName = 3; | |||
string newName = 4; | |||
} | |||
|
|||
message ListIndexedSegmentRequest { |
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.
move to feder.proto ?
proto/milvus.proto
Outdated
string index_name = 3; | ||
} | ||
|
||
message ListIndexedSegmentResponse { |
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.
move to feder.proto ?
proto/milvus.proto
Outdated
repeated int64 segmentIDs = 2; | ||
} | ||
|
||
message DescribeSegmentIndexDataRequest { |
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.
move to feder.proto ?
862b192
to
e3c9326
Compare
Signed-off-by: cai.zhang <[email protected]>
e3c9326
to
06f545d
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, xiaocai2333 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: cai.zhang <[email protected]>
Signed-off-by: cai.zhang [email protected]
Co-author: zhenshan.cao [email protected]
issue: #118