mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add the comments to service (#13507)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user