Skip to content

Commit

Permalink
Fix query_coord.proto comment format caused lint issue (#27375)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 26, 2023
1 parent 35c1bea commit fd979a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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.

0 comments on commit fd979a7

Please sign in to comment.