-
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
enhance: Remove useless logic which block nodeUp progress #33917
Conversation
[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 |
@weiliu1031 Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
a5e0de9
to
174d0bd
Compare
@weiliu1031 E2e jenkins job failed, comment |
174d0bd
to
502e709
Compare
@weiliu1031 ut workflow job failed, comment |
34252f6
to
50ff970
Compare
rerun ut |
1 similar comment
rerun ut |
50ff970
to
b9f8de0
Compare
before we supported balance node between replicas, to avoid assign node to unexpected replica due to dirty node exist, we block the nodeUp progress until all dirty node down. This PR remove useless logic which block nodeUp progress Signed-off-by: Wei Liu <[email protected]>
b9f8de0
to
2ae1094
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #33917 +/- ##
==========================================
- Coverage 80.95% 80.01% -0.95%
==========================================
Files 1185 1185
Lines 142758 143027 +269
==========================================
- Hits 115569 114442 -1127
- Misses 22782 24163 +1381
- Partials 4407 4422 +15
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
issue: #34054