chihsuan commented on code in PR #10578:
URL: https://github.com/apache/ozone/pull/10578#discussion_r3453502745
##########
hadoop-ozone/cli-repair/src/main/java/org/apache/hadoop/ozone/repair/om/FSORepairTool.java:
##########
@@ -88,6 +89,9 @@ public class FSORepairTool extends RepairTool {
private static final String REACHABLE_TABLE = "reachable";
private static final String PENDING_TO_DELETE_TABLE = "pendingToDelete";
+ @VisibleForTesting
+ static int tempDbBatchSize = 10_000;
Review Comment:
Thanks for the quick feedback! @adoroszlai Good call, replaced with a
`--batch-size` CLI option in
https://github.com/apache/ozone/pull/10578/commits/4fde7129389f7adb804d3e042883f25fa19ecf8e
--
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]