ivandika3 commented on PR #9383: URL: https://github.com/apache/ozone/pull/9383#issuecomment-3584891825
@adoroszlai Thanks for reviewing this. I have added support for listAllVolumeAllowed since it's simpler (although it requires duplicating the `Configuration#getBoolean` logic to prevent regression. As mentioned in the description, I decided to skip `OZONE_SNAPSHOT_SST_FILTERING_SERVICE_INTERVAL` since it requires extracting the `Configuration#getTimeDuration` which seems to be overkill. However, I'm OK if duplication is not an issue, or we can have some util class with static methods for `getTimeDuration` without needing to instantiate of the `Configuration` class. -- 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]
