mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for releasePartition (#8994)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
a0d3450457
commit
ee8dce79b6
@ -354,6 +354,7 @@ func (qc *QueryCoord) LoadPartitions(ctx context.Context, req *querypb.LoadParti
|
||||
return status, nil
|
||||
}
|
||||
|
||||
// ReleasePartition clears all data related to this partition on the querynode
|
||||
func (qc *QueryCoord) ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error) {
|
||||
//dbID := req.DbID
|
||||
collectionID := req.CollectionID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user