-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-2228. Fix NPE in OzoneDelegationTokenManager#addPersistedDelegat… #1571
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
💔 -1 overall
This message was automatically generated. |
...common/src/main/java/org/apache/hadoop/ozone/security/OzoneDelegationTokenSecretManager.java
Show resolved
Hide resolved
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.
Overall LGTM. One minor comment posted in place.
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.
…ionToken. Contributed by Xiaoyu Yao.
💔 -1 overall
This message was automatically generated. |
Fix the issue when OzoneDelegationTokenManager tries to load tokens without a valid certificate client.
Add a unit test that repro the issue and verify the fix.