iwasakims commented on pull request #2619: URL: https://github.com/apache/hadoop/pull/2619#issuecomment-760299533
The cause of the failure of `testTokenThreadTimeout` was * the token is expired due to short expiration time (3000). * DelegationTokenRenewerPoolTracker did not re-submitted retrying due to thread synchronization. I updated thread timeout and retry interval too in order to reduce the test time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
