-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [2.4] Querycoord will trigger unexpected balance task after restart #38714
base: 2.4
Are you sure you want to change the base?
fix: [2.4] Querycoord will trigger unexpected balance task after restart #38714
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #38714 +/- ##
==========================================
- Coverage 83.40% 79.52% -3.89%
==========================================
Files 809 1077 +268
Lines 143068 169590 +26522
==========================================
+ Hits 119333 134859 +15526
- Misses 19243 30242 +10999
+ Partials 4492 4489 -3
|
Signed-off-by: Wei Liu <[email protected]>
5241ae8
to
3cd369d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
return !b.targetMgr.IsCurrentTargetReady(cid) | ||
}) | ||
if len(notReadyCollections) > 0 { | ||
log.RatedInfo(10, "skip normal balance, cause collection not ready for balance", zap.Int64s("collectionIDs", notReadyCollections)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to log all collections here.
Signed-off-by: Wei Liu <[email protected]>
3cd369d
to
12eb029
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weiliu1031 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
issue: #38606
pr: #38630