mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetPersistentSegmentInfo (#12097)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/12116/head
parent
edb0b4c8f2
commit
e00976fddb
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue