-
Notifications
You must be signed in to change notification settings - Fork 626
HDDS-8778. Support recursive volume delete using Ozone sh command. #4842
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e3c9d07
HDDS-8778. Support recursive volume delete using Ozone sh command.
ashishkr200 25fde63
HDDS-8778. Fix findbug issue.
ashishkr200 2609247
HDDS-8778. Fix ServiceID issue.
ashishkr200 143f819
HDDS-8778. Fix Test case.
ashishkr200 5d9b760
HDDS-8778. Fix address issue.
ashishkr200 6c06e1b
HDDS-8778. Fix review comments.
ashishkr200 550db40
Merge branch 'master' into HDDS-8778
ashishkumar50 21098fe
HDDS-8778. Fix review comments.
ashishkr200 800033b
HDDS-8778. Update bucket layout in test case.
ashishkr200 87a6587
HDDS-8778. Update user interactive option and message.
ashishkr200 ec50b58
HDDS-8778. Update thread description.
ashishkr200 41cd458
HDDS-8778. Handling for single serviceID.
ashishkr200 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add in description similar to Ozonefsdelete description->"Delay is " +
"expected when walking over large directory recursively to count".
Also Ozonefsdelete has some params used for limit hadoop.shell.delete.limit.num.files along with Safely confimration, will that be useful here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in the interactive description when user does recursive delete. About limit number we can have improvement in future for this command. In PR description I have added how the interactive description looks like.