sumitagrawl commented on code in PR #9243:
URL: https://github.com/apache/ozone/pull/9243#discussion_r2567830630


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/ReconTaskControllerImpl.java:
##########
@@ -347,7 +351,7 @@ public synchronized void start() {
     // Clean up any pre-existing checkpoint directories from previous runs
     cleanupPreExistingCheckpoints();
     
-    executorService = Executors.newFixedThreadPool(threadCount,
+    executorService = Executors.newFixedThreadPool(8,

Review Comment:
   count should be configured as passed, not hardcode



-- 
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]

Reply via email to