Jimvin commented on PR #8068:
URL: https://github.com/apache/hadoop/pull/8068#issuecomment-3506546955

   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:
   - Open the namenode web UI and select utilities -> Browse the file system
   - Click on the trashcan delete icon next to a file
   - Click the cancel button on the delete confirmation modal
   - Click in the delete icon for a different file
   - Click the Delete button on the delete confirmation modal
   - Both files are deleted
   
   After applying the change the documented behaviour from manual testing:
   - Open the namenode web UI and select utilities -> Browse the file system
   - Click on the trashcan delete icon next to a file
   - Click the cancel button on the delete confirmation modal
   - Click in the delete icon for a different file
   - Click the Delete button on the delete confirmation modal
   - Only the last selected file was deleted
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to