sarvekshayr commented on code in PR #9599:
URL: https://github.com/apache/ozone/pull/9599#discussion_r2703636949
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/om/ContainerToKeyMapping.java:
##########
@@ -164,7 +168,7 @@ private void closeDirTreeDB(String dbPath) throws
IOException {
}
private void retrieve(PrintWriter writer, Set<Long> containerIds) {
- // Build dir tree
+ // Build dir tree for FSO keys
Map<Long, Pair<Long, String>> bucketVolMap = new HashMap<>();
try {
prepareDirIdTree(bucketVolMap);
Review Comment:
That's right. Optimised the logic now.
--
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]