mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add the comments to service (#13507)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13712/head
parent
ce3f39c4d5
commit
24b8b6e4c7
|
@ -373,6 +373,7 @@ func (s *Server) LoadPartitions(ctx context.Context, request *milvuspb.LoadParti
|
|||
return s.proxy.LoadPartitions(ctx, request)
|
||||
}
|
||||
|
||||
// ReleasePartitions notifies Proxy to release the partitions data
|
||||
func (s *Server) ReleasePartitions(ctx context.Context, request *milvuspb.ReleasePartitionsRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.ReleasePartitions(ctx, request)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue