Uh oh!
There was an error while loading. Please reload this page.
HBASE-29802 NPE when shutting down mini cluster cause tests hang (#7604) - #7612
Merged
Conversation
Apache-HBase
commented
Jan 10, 2026
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2026
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2026
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2026
💔 -1 overall
This message was automatically generated. |
…che#7604) Remove the 'shutdownHook' in SingleProcessHBaseCluster where we close the FileSystem instance of a region server. Set DistributedFileSystem cache to false when creating MiniMRCluster so when shutting down MiniMRCluster it will not close the shared FileSystem instance. Also re-enable TestExportSnapshot. Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> (cherry picked from commit d11ee6a)
Apache9force-pushed
the
HBASE-29802-branch-2
branch
from
January 12, 2026 08:35
5ef4d0c to
6562936CompareApache-HBase
commented
Jan 12, 2026
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 12, 2026
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 12, 2026
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 12, 2026
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Jan 12, 2026
ContributorAuthor
The failed UTs should not be related, and also fail in nightly build for branch-2. Let me merge and file other issue for fixing branch-2 builds. |
Uh oh!
There was an error while loading. Please reload this page.
Apache9 added a commit
that referenced
this pull request
Jan 12, 2026
…) (#7612) Remove the 'shutdownHook' in SingleProcessHBaseCluster where we close the FileSystem instance of a region server. Set DistributedFileSystem cache to false when creating MiniMRCluster so when shutting down MiniMRCluster it will not close the shared FileSystem instance. Also re-enable TestExportSnapshot. (cherry picked from commit d11ee6a) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> (cherry picked from commit 8841deb)
Apache9 added a commit
that referenced
this pull request
Jan 12, 2026
…) (#7612) Remove the 'shutdownHook' in SingleProcessHBaseCluster where we close the FileSystem instance of a region server. Set DistributedFileSystem cache to false when creating MiniMRCluster so when shutting down MiniMRCluster it will not close the shared FileSystem instance. Also re-enable TestExportSnapshot. (cherry picked from commit d11ee6a) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org> (cherry picked from commit 8841deb)
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 freeto 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.
Remove the 'shutdownHook' in SingleProcessHBaseCluster where we close the FileSystem instance of a region server.
Set DistributedFileSystem cache to false when creating MiniMRCluster so when shutting down MiniMRCluster it will not close the shared FileSystem instance.
Also re-enable TestExportSnapshot.
(cherry picked from commit d11ee6a)