fapifta opened a new pull request, #5107: URL: https://github.com/apache/ozone/pull/5107
## What changes were proposed in this pull request? In this patch I propose to remove parts of HDDS-7453. Earlier we have added a check and some logic to renew the certificate of a service at startup. As we progressed with the development, there is a new background service thread that checks for the certificate's expiration date periodically, and also does the check at startup. This background service sufficiently replaces the previous functionality, and as it turned out during testing, in some cases these two solutions are competing in a race which leads to multiplying certificates, or sometimes miss the renewal. The parts that are to be removed, are all related to the REINIT InitCase in DefaultCertificateClient together with the REINIT InitCase itself. The rest is related to configuration and other elements we still use in the code, so a simple revert would not do it, hence a specific patch. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9066 ## How was this patch tested? As it is just removing code, the current CI should cover testing well. -- 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]
