sarvekshayr commented on code in PR #8955:
URL: https://github.com/apache/ozone/pull/8955#discussion_r2293022229
##########
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 for the suggestion @priyeshkaratha
The name `tempDB` makes sense because it is only created as a temporary
store for reachable and unreachable tables and gets deleted once the tool
completes.
Names like `orphanedDB` or `deadrefDB` is not related because it is not
storing anything related to orphaned entries.
If `tempDB` is too generic, then I can rename it to something more specific
like `fsoRepairDB`.
--
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]