mirror of https://github.com/milvus-io/milvus.git
Disable release partition when drop partition (#25244)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/25270/head
parent
4130b6dfc8
commit
d3eacb2563
|
@ -83,12 +83,6 @@ func (t *dropPartitionTask) Execute(ctx context.Context) error {
|
|||
ts: t.GetTs(),
|
||||
})
|
||||
|
||||
redoTask.AddAsyncStep(&releasePartitionsStep{
|
||||
baseStep: baseStep{core: t.core},
|
||||
collectionID: t.collMeta.CollectionID,
|
||||
partitionIDs: []int64{partID},
|
||||
})
|
||||
|
||||
redoTask.AddAsyncStep(&deletePartitionDataStep{
|
||||
baseStep: baseStep{core: t.core},
|
||||
pchans: t.collMeta.PhysicalChannelNames,
|
||||
|
|
Loading…
Reference in New Issue