Skip to content
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

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

xiaocai2333
Copy link
Contributor

@xiaocai2333 xiaocai2333 commented Mar 9, 2023

Signed-off-by: cai.zhang [email protected]
Co-author: zhenshan.cao [email protected]

issue: #118

@sre-ci-robot sre-ci-robot requested review from nameczz and yhmo March 9, 2023 07:48
@mergify mergify bot added the dco-passed DCO check passed. label Mar 9, 2023
@mergify
Copy link

mergify bot commented Mar 9, 2023

@xiaocai2333 Please associate the related issue to the body of your Pull Request. (eg. “issue: #6534”)

@@ -177,6 +177,8 @@ enum MsgType {
HandoffSegments = 254;
LoadBalanceSegments = 255;
DescribeSegments = 256;
ListIndexedSegment = 257;
Copy link
Collaborator

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

@@ -1517,3 +1521,27 @@ message RenameCollectionRequest {
string oldName = 3;
string newName = 4;
}

message ListIndexedSegmentRequest {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to feder.proto ?

string index_name = 3;
}

message ListIndexedSegmentResponse {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to feder.proto ?

repeated int64 segmentIDs = 2;
}

message DescribeSegmentIndexDataRequest {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to feder.proto ?

Signed-off-by: cai.zhang <[email protected]>
@czs007
Copy link
Collaborator

czs007 commented Mar 20, 2023

/approve
/lgtm

@sre-ci-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit c0751b0 into milvus-io:master Mar 20, 2023
yah01 pushed a commit to yah01/milvus-proto that referenced this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants