kaijchen opened a new pull request, #3319: URL: https://github.com/apache/ozone/pull/3319
## What changes were proposed in this pull request? This pull request completes the open key cleanup service outlined in the parent Jira HDDS-4120. It implements the `OpenKeyCleanupService` class, and starts and stops the service in `KeyManagerImpl`. The following configurations have been defined to specify the service's behavior: 1. ozone.open.key.cleanup.service.interval (default value 24 hours) 2. ozone.open.key.expire.threshold (default value 1 week) 3. ozone.open.key.cleanup.limit.per.task (default value 1000 keys) See `ozone-defaults.xml` for their corresponding descriptions. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4123 ## How was this patch tested? Integration test -- 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]
