-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-2321. Ozone Block Token verify should not apply to all datanode … #110
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
|
/retest |
anuengineer
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.
I am +1, on this patch. Some minor comments in on this version.
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
Outdated
Show resolved
Hide resolved
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
Outdated
Show resolved
Hide resolved
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/security/token/BlockTokenVerifier.java
Outdated
Show resolved
Hide resolved
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.
This fixes ozonesecure acceptance test, which has been consistently failing on master recently. Big thanks @xiaoyuyao for that.
Note that there are some CI issues introduced by this change:
- Failure of TestSecureContainerServer looks related.
- There are some checkstyle issues.
|
Thanks @adoroszlai and @anuengineer for the review. The unit test and checkstyle issues are fixed. |
|
/retest |
1 similar comment
|
/retest |
|
Thanks @xiaoyuyao for the update. Acceptance test failure is unrelated, it happens on master, too. Details: #11 (comment) Integration test failure is also unrelated, already tracked in Jira (HDDS-2367 and HDDS-2392). |
|
Thanks @adoroszlai for the confirmation. I will merge the PR shortly. |
…r Ozone to use downstream version of Solr. (apache#110)
What changes were proposed in this pull request?
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-2321
How was this patch tested?
Added Unit test testBlockTokenVerifier()
Update Unit test in TestSecureContainerServer.java
ozone secure smoke test.