-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15906. Close FSImage and FSNamesystem after formatting is complete #2788
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
|
Hi @tasanuma @JunpingDu , could you please help review the code? Thank you very mush. |
|
💔 -1 overall
This message was automatically generated. |
|
Failed junit tests: Those failed unit tests were unrelated to the change. And they work fine locally. |
|
@tomscut Thanks for the PR. Some minor comments:
|
… null before closing them
|
+1, pending Jenkins. |
|
💔 -1 overall
This message was automatically generated. |
|
Failed junit tests: Hi @tasanuma , those failed unit tests were unrelated to the change, and they all work fine locally. |
|
@tomscut Thanks for your confirmation. I also confirmed the failed tests are not related. Will merge it. |
|
Merged to trunk and cherry-picked to branch-3.3. @tomscut There is a small conflict with branch-3.2. Could you create another PR for branch-3.2 if necessary? |
JIRA: HDFS-15906
We should close FSImage and FSNamesystem after formatting is complete.