mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
remove the flush step in drop collection request processing (#3840)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
20440a835e
commit
30f4ba3ce8
@ -43,9 +43,6 @@ DropCollectionReq::OnExecute() {
|
||||
|
||||
STATUS_CHECK(DBWrapper::DB()->DropCollection(collection_name_));
|
||||
|
||||
/* flush to trigger CleanUpFilesWithTTL */
|
||||
STATUS_CHECK(DBWrapper::DB()->Flush());
|
||||
|
||||
rc.ElapseFromBegin("done");
|
||||
} catch (std::exception& ex) {
|
||||
return Status(SERVER_UNEXPECTED_ERROR, ex.what());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user