mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for releasePartition (#8994)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9011/head
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…
Reference in New Issue