-
Notifications
You must be signed in to change notification settings - Fork 9k
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
HDFS-15496. Add UI for deleted snapshots #2212
Conversation
Thanks @vivekratnavel for putting up the patch. The patch in general looks good. Some comments inline:
|
💔 -1 overall
This message was automatically generated. |
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.
+1 LGTM.
@bshashikant @bharatviswa504 Thanks for the reviews!
Done
Done
I added these new columns to be consistent with the display of snapshottable directories table and to provide more useful information about snapshots to the user. Please take another look at the updated patch. Thanks! |
💔 -1 overall
This message was automatically generated. |
Let's remove the permission/owner/group column as these are not really required to show. |
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.
Will the snapshots will be first grouped by the snapshottable directory and then sorted on the snapshot Ids always ?
💔 -1 overall
This message was automatically generated. |
This patch adds a few additional columns to snapshots table in Namenode UI including the snapshot deletion status as shown in the screen-shot below.
https://issues.apache.org/jira/browse/HDFS-15496