[skip ci] Add comment for GetPersistentSegmentInfo (#12097)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/12116/head
dragondriver 2021-11-18 22:13:28 +08:00 committed by GitHub
parent edb0b4c8f2
commit e00976fddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2130,6 +2130,7 @@ func (node *Proxy) GetDdChannel(ctx context.Context, request *internalpb.GetDdCh
panic("implement me")
}
// GetPersistentSegmentInfo get the information of sealed segment.
func (node *Proxy) GetPersistentSegmentInfo(ctx context.Context, req *milvuspb.GetPersistentSegmentInfoRequest) (*milvuspb.GetPersistentSegmentInfoResponse, error) {
log.Debug("GetPersistentSegmentInfo",
zap.String("role", Params.RoleName),