-
Notifications
You must be signed in to change notification settings - Fork 590
HDDS-10152. Field should be static #6168
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
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 @sarvekshayr for working on this.
- Please remove files under
hadoop-ozone/integration-test/container.db, they are leftover after running some tests. - There are some checkstyle failures, see results at https://github.com/sarvekshayr/ozone/actions/runs/7783793573/job/21222995834
...ction-test/mini-chaos-tests/src/test/java/org/apache/hadoop/ozone/MiniOzoneChaosCluster.java
Outdated
Show resolved
Hide resolved
tanvipenumudy
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.
Thank you @sarvekshayr for the patch!
LGTM +1, pending Git CI.
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 @sarvekshayr for updating the patch.
Noticed some very minor issues:
- avoid access to
staticviathis - let's keep "user1", "user2" in comments instead of using constant's name, since that's the actual value
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
...gration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerListVolumesSecure.java
Outdated
Show resolved
Hide resolved
|
Thanks @sarvekshayr for the patch, @tanvipenumudy for the review. |
(cherry picked from commit 789c7f0) Change-Id: If6f45ff43c09fe5f6cd931a585ad73567660e150
What changes were proposed in this pull request?
Changing the fields mentioned in the HDDS-10152.txt from final to static final. Renaming the variables and its subsequent appearance to ALL_CAPS format.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10152
How was this patch tested?
Patch was tested by running the test class and the corresponding test class of server-side class to ensure that the changes made ran successfully without throwing an error.