YARN-5924 - Resource Manager fails to load state with InvalidProtocolBufferException#164
Closed
ameks94 wants to merge 3 commits intoapache:trunkfrom
Closed
YARN-5924 - Resource Manager fails to load state with InvalidProtocolBufferException#164ameks94 wants to merge 3 commits intoapache:trunkfrom
ameks94 wants to merge 3 commits intoapache:trunkfrom
Conversation
…BufferException: fixed checkstyle and whitespace warnings
Author
|
Update PR to fix the checkstyle and whitespace tests failure. |
Author
|
I realized that current solution is not good (to allow RM's launch even with broken app's data). |
This was referenced Feb 21, 2019
This was referenced Feb 25, 2019
Closed
Closed
This was referenced Aug 20, 2019
Merged
Closed
Closed
Closed
shanthoosh
added a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
Author: Shanthoosh Venkataraman <svenkataraman@linkedin.com> Reviewers: Navina Ramesh<navina@apache.org> Closes apache#164 from shanthoosh/fix-test-jmx-server-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The solution is to catch "InvalidProtocolBufferException", show warning and remove application's folder that contains invalid data to prevent RM restart failure.
Additionally, I've added catch for other exceptions that can appear during recovering of the specific application, to avoid RM failure even if the only one application's state can't be loaded.