mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ReleaseCollectionTask (#10026)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10039/head
parent
9d177593ae
commit
1b50695a40
|
@ -485,6 +485,7 @@ func (lct *LoadCollectionTask) rollBack(ctx context.Context) []task {
|
||||||
return resultTasks
|
return resultTasks
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ReleaseCollectionTask will release all the data of this collection on query nodes
|
||||||
type ReleaseCollectionTask struct {
|
type ReleaseCollectionTask struct {
|
||||||
*BaseTask
|
*BaseTask
|
||||||
*querypb.ReleaseCollectionRequest
|
*querypb.ReleaseCollectionRequest
|
||||||
|
|
Loading…
Reference in New Issue