KiranMohan opened a new issue, #16979: URL: https://github.com/apache/pinot/issues/16979
The RenewableTlsUtils starts two thread - reloadSslFactoryWhenFileStoreChanges and reloadSslFactory - both of which are not marked as daemon threads. This prevents on-demand java processes from from exiting. This is a bug IMHO and must be fixed by marking the threads as daemon or providing some mechanism to close the threads. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
