Sirius-J opened a new pull request, #438: URL: https://github.com/apache/incubator-livy/pull/438
## What changes were proposed in this pull request? When executing kinit or re-login from the ticket cache failed throwns exception prevent ScheduledThreadPool exit. https://issues.apache.org/jira/browse/LIVY-994 ## How was this patch tested? Close the KDC service before the ScheduledThreadPool task is triggered. Before the fix, ScheduledThreadPool will exit and no longer trigger and there will no longer be a thread named kinit-thread. After the fix, an exception will be thrown, ScheduledThreadPool will not exit and there will be a thread named kinit-thread. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
