-
Notifications
You must be signed in to change notification settings - Fork 8.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
HADOOP-17619. Fix DelegationTokenRenewer#updateRenewalTime java doc error. #2846
Conversation
💔 -1 overall
This message was automatically generated. |
@umamaheswararao @aajisaka @ayushtkn |
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.
Thanx @qizhu-lucas for the fix, give a check to the javadoc description once.
@@ -107,7 +107,7 @@ public boolean equals(final Object that) { | |||
* Set a new time for the renewal. | |||
* It can only be called when the action is not in the queue or any | |||
* collection because the hashCode may change | |||
* @param newTime the new time | |||
* @param delay the renew cycle |
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.
Shouldn't this be.
the renewal time
rather than the renew cycle
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 @ayushtkn for good suggestion, it's more reasonable.
Updated this in latest PR.
c806eec
to
49ead2d
Compare
💔 -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
…rror. (apache#2846). Contributed by Qi Zhu. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
https://issues.apache.org/jira/browse/HADOOP-17619