fapifta opened a new pull request, #4380: URL: https://github.com/apache/ozone/pull/4380
## What changes were proposed in this pull request? [HDDS-7874](https://issues.apache.org/jira/browse/HDDS-7874) revealed that the Certificate client instances in the system are not closed properly. This PR adds the close() call for all CertificateClient instances that are created either in tests or during normal operations, to ensure that the internal certificate lifetime monitor task executor thread is shut down correctly once the client is not used anymore. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8134 ## How was this patch tested? Existing tests should cover. Added an additional test to check on the bg thread creation and closing the CertClient -- 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]
