[skip ci] Add comment for releasePartition (#8994)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/9011/head
xige-16 2021-10-01 12:02:26 +08:00 committed by GitHub
parent a0d3450457
commit ee8dce79b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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