-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-7211. remove dead code from org.apache.hadoop.ozone.omKeyManagerImpl #3747
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
6a51441 to
f162f47
Compare
|
I think there needs to be a couple of more reviewers to approve this PR, there is a lot of code that is being deleted (which is good) but we need to be sure that it won't be missed. |
aswinshakil
left a comment
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.
7cbfcfb to
615d168
Compare
615d168 to
f176017
Compare
|
@aswinshakil I resolved all conflicts. |
|
since @aswinshakil hasn't been active for the last week, could you take a look at the PR please @kerneltime @adoroszlai ? |
adoroszlai
left a comment
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.
Thanks @myskov for the cleanup, LGTM. We can wait for @aswinshakil to take another look before merging this.
aswinshakil
left a comment
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.
Thanks for the cleanup @myskov. Approved it. For future reference, Please avoid force pushing as it makes it harder to review incremental changes.
|
Thanks @myskov for the patch, @aswinshakil, @kerneltime for the review. |
What changes were proposed in this pull request?
This PR removes dead code from omKeyManagerImpl class. The most significant part of the removed code is helper methods of listStatusFSO(), which is unreachable and has been removed.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-7211
How was this patch tested?
Existing unit and integration tests