xichen01 commented on code in PR #8707: URL: https://github.com/apache/ozone/pull/8707#discussion_r2202838311
########## hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerSet.java: ########## @@ -548,4 +549,30 @@ public <T> void buildMissingContainerSetAndValidate(Map<T, Long> container2BCSID } }); } + + /** + * Dump container metadata cache for a volume to reduce startup time. + */ + public void dumpContainerCache(Iterable<? extends HddsVolume> volumes, Review Comment: Here is a simple wrapper around the `ContainerStartupCache#dumpContainerCache` method. `ContainerStartupCache#dumpContainerCache` has been tested and the main logic is in `ContainerStartupCache#dumpContainerCache` -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org