-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15077. Fix intermittent failure of TestDFSClientRetries#testLeas… #1797
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. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Mockito.anyString()); | ||
leaseRenewer = client.getLeaseRenewer(); | ||
leaseRenewer.setRenewalTime(100); | ||
LeaseRenewer leaseRenewer2 = client.getLeaseRenewer(); |
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.
Should we set final to leaseRenewer2 as well as leaseRenewer1?
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'm +1 if that is addressed.
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 addressed your comment. Thanks.
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, thanks.
💔 -1 overall
This message was automatically generated. |
…eRenewSocketTimeout. (apache#1797)
…eRenewSocketTimeout. (apache#1797) (cherry picked from commit aba3f6c)
…eRenewSocketTimeout. (apache#1797) (cherry picked from commit aba3f6c)
…eRenewSocketTimeout. (apache#1797) (cherry picked from commit aba3f6c) (cherry picked from commit c5580af) Change-Id: Icf0b6ab814be87032267c157683cb4dc29af3ee8
No description provided.