-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 a bug in node tree when all nodes in a zone are removed #69758
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0313133
to
141b55a
Compare
@feiskyer FYI that this needs to be CPed into 1.12 |
/retest |
@AishSundar @feiskyer #69759 is the cherrypick |
/lgtm |
/retest Review the full test history for this PR. Silence the bot with an |
3 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
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.
Thanks for the fix @bsalamat.
/lgtm
/retest |
…58-release-1.12 Fix a bug in node tree when all nodes in a zone are removed
What this PR does / why we need it:
Fixes a bug in node-tree of the scheduler when all nodes in a zone are removed while "next" is called in certain order.
This issue happens rarely, but if it happens the scheduler can no longer iterate over nodes and goes to an infinite loop trying to find the next node. The only solution is to restart the scheduler.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #69597
Special notes for your reviewer:
Release note: