itachiunited opened a new pull request, #14535:
URL: https://github.com/apache/pinot/pull/14535

   Forcing SSL reload once a day using a scheduled thread. This is to prevent 
any discrepancy due to FileWatcher in reloading the certs.
   
   There has been scenarios where the FileWatcher is not reliable in detecting 
changes and reloading the certs as expected when changed. The certs were 
reloaded successfully in few components but it was never detected and run in 
others. This will result in few components with stale certificates. In order to 
prevent this issue, we are adding a new scheduled thread which will run once a 
day and reload the certs.


-- 
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]

Reply via email to