-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-17854 Fix for Namenode Web UI file deletion bug #8068
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
base: trunk
Are you sure you want to change the base?
Conversation
HDFS-17794 Documentation for dfs.datanode.synconclose
This reverts commit 56b344e.
|
💔 -1 overall
This message was automatically generated. |
|
Manual testing was performed on the namenode webUI to confirm that this change addresses the unexpected file deletion issue. The following steps can be used to reproduce this issue before this change was applied:
After applying the change the documented behaviour from manual testing:
|
|
@Jimvin Thank you for your contribution, but I have a question: what is the relationship between this and adding a configuration? |
Removed the dfs.datanode.synconclose property and its description from hdfs-default.xml.
|
The configuration change was checked in in error, I have removed it from the PR. |
Description of PR
This is a fix for bug described in HDFS-17854 that changes the behaviour of the namenode web UI delete modal to prevent unexpected file deletion.
How was this patch tested?
The patch was tested manually to confirm the expected behaviour is observed when deleting files in the web UI.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?