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

Fix query_coord.proto comment format caused lint issue #27375

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions internal/proto/query_coord.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ service QueryNode {
rpc Delete(DeleteRequest) returns (common.Status) {}
}

//--------------------QueryCoord grpc request and response proto------------------
// --------------------QueryCoord grpc request and response proto------------------

message ShowCollectionsRequest {
common.MsgBase base = 1;
// Not useful for now
Expand Down Expand Up @@ -206,7 +207,8 @@ message SyncNewCreatedPartitionRequest {
int64 partitionID = 3;
}

//-----------------query node grpc request and response proto----------------
// -----------------query node grpc request and response proto----------------

message LoadMetaInfo {
LoadType load_type = 1;
int64 collectionID = 2;
Expand Down Expand Up @@ -351,7 +353,8 @@ message GetLoadInfoResponse {
repeated int64 partitions = 4;
}

//----------------request auto triggered by QueryCoord-----------------
// ----------------request auto triggered by QueryCoord-----------------

message HandoffSegmentsRequest {
common.MsgBase base = 1;
repeated SegmentInfo segmentInfos = 2;
Expand All @@ -367,7 +370,7 @@ message LoadBalanceRequest {
int64 collectionID = 6;
}

//-------------------- internal meta proto------------------
// -------------------- internal meta proto------------------

enum DataScope {
UnKnown = 0;
Expand Down Expand Up @@ -465,7 +468,8 @@ message UnsubscribeChannelInfo {
repeated UnsubscribeChannels collection_channels = 2;
}

//---- synchronize messages proto between QueryCoord and QueryNode -----
// ---- synchronize messages proto between QueryCoord and QueryNode -----

message SegmentChangeInfo {
int64 online_nodeID = 1;
repeated SegmentInfo online_segments = 2;
Expand Down
4 changes: 0 additions & 4 deletions internal/proto/querypb/query_coord.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.