-
Notifications
You must be signed in to change notification settings - Fork 9.1k
YARN-11839. [RM HA] - In corner case, RM stay in ACTIVE with RMStateStore in FENCED state #7999
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
Conversation
…tore in FENCED state
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.
+1 pending pre-commits. Thank you @vinayakumarb !
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
|
@vinayakumarb Thanks for the contribution! We can re-trigger the build. The crash issue in the YARN ResourceManager JUnit test has been fixed. |
|
I retriggered the build: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7999/2/ |
|
I don't know why, but I can't get my manually triggered CI runs to post results back to this PR. It looks clean enough to commit though, so I'm planning to commit to trunk and branch-3.4 later today. |
@cnauroth LGTM. This PR is fine and can be merged. |
…tore in FENCED state Closes #7999 Signed-off-by: Shilun Fan <[email protected]> Signed-off-by: Chris Nauroth <[email protected]> Signed-off-by: Ayush Saxena <[email protected]>
…tore in FENCED state Closes #7999 Signed-off-by: Shilun Fan <[email protected]> Signed-off-by: Chris Nauroth <[email protected]> Signed-off-by: Ayush Saxena <[email protected]>
|
I committed this to trunk, branch-3.4 and branch-3.3. @vinayakumarb , thank you for the patch. @slfan1989 and @ayushtkn , thank you for the reviews. |
transitionToStandBy()in a new thread.StandByTransitionRunnable#hasAlreadyRun = truewhen the state is already StandBy.transitionToStandby()when RMStateStore reaches FENCED state.