fix: [2.3] Write back dbid modification for nonDB id collection (#33641)#33695
fix: [2.3] Write back dbid modification for nonDB id collection (#33641)#33695sre-ci-robot merged 2 commits intomilvus-io:2.3from
Conversation
…33641) See also milvus-io#33608 Make `fixDefaultDBIDConsistency` also write back collection dbid modification when nonDB id collection is found. This fix shall prevent dropped collections of this kind show up again after dropping and restart. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
@congqixia E2e jenkins job failed, comment |
|
@congqixia ut workflow job failed, comment |
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
@congqixia ut workflow job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #33695 +/- ##
==========================================
+ Coverage 83.09% 83.10% +0.01%
==========================================
Files 851 851
Lines 106729 106733 +4
==========================================
+ Hits 88690 88704 +14
+ Misses 14737 14724 -13
- Partials 3302 3305 +3
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, XuanYang-cn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cherry-pick from master
pr: #33641
See also #33608
Make
fixDefaultDBIDConsistencyalso write back collection dbid modification when nonDB id collection is found.This fix shall prevent dropped collections of this kind show up again after dropping and restart.