priyeshkaratha commented on code in PR #8955:
URL: https://github.com/apache/ozone/pull/8955#discussion_r2292967064
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/repair/om/FSORepairTool.java:
##########
@@ -129,8 +134,9 @@ private class Impl {
private final Table<String, OmKeyInfo> deletedDirectoryTable;
private final Table<String, RepeatedOmKeyInfo> deletedTable;
private final Table<String, SnapshotInfo> snapshotInfoTable;
- private DBStore reachableDB;
+ private DBStore tempDB;
Review Comment:
Thanks @sarvekshayr for the patch. One minor suggestion from my side. Can
we use some different db name instead of tempDB. something like orphanedDB or
deadrefDB?
--
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]