kaijchen opened a new pull request #3022: URL: https://github.com/apache/ozone/pull/3022
## What changes were proposed in this pull request? Move config keys for open key cleanup service from OzoneConfigKeys to OMConfigKeys. Change key names and default values as the design doc. This change was part of #1511. The differences are: 1. `org.apache.ratis.util.TimeDuration` was replaced by `java.time.Duration`. 2. `Instant.now()` is only called once per query in `getExpiredOpenKeys()`. Since the service needs refinement such as Quota and FSO support, let's update the config keys first. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6228 ## How was this patch tested? Integration tests. -- 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]
