smengcl commented on code in PR #5175: URL: https://github.com/apache/ozone/pull/5175#discussion_r1310699720
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java: ########## @@ -728,6 +728,8 @@ protected void initializeOmTables(boolean addCacheMetrics) String.class, OmDBTenantState.class); checkTableStatus(tenantStateTable, TENANT_STATE_TABLE, addCacheMetrics); + // TODO: Consider FULL_CACHE for snapshotInfoTable since exclusiveSize in Review Comment: done -- 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