mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
(db/snapshot): fix GC PartitionCommit (#3750)
Signed-off-by: peng.xu <peng.xu@zilliz.com>
This commit is contained in:
parent
fbca2c99fa
commit
600ce3cecc
@ -69,7 +69,7 @@ GetResPath<PartitionCommit>(const std::string& root, const PartitionCommit::Ptr&
|
||||
std::stringstream ss;
|
||||
ss << root << "/";
|
||||
ss << COLLECTION_PREFIX << res_ptr->GetCollectionId() << "/";
|
||||
ss << PARTITION_PREFIX << res_ptr->GetID() << "/";
|
||||
ss << PARTITION_PREFIX << res_ptr->GetPartitionId() << "/";
|
||||
ss << *(ids.begin()) << MAP_SUFFIX;
|
||||
|
||||
return ss.str();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user