jayteej commented on code in PR #18137:
URL: https://github.com/apache/kafka/pull/18137#discussion_r1880303961


##########
storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java:
##########
@@ -110,12 +110,12 @@ public final class RemoteLogManagerConfig {
     public static final String REMOTE_LOG_MANAGER_COPIER_THREAD_POOL_SIZE_PROP 
= "remote.log.manager.copier.thread.pool.size";
     public static final String REMOTE_LOG_MANAGER_COPIER_THREAD_POOL_SIZE_DOC 
= "Size of the thread pool used in scheduling tasks " +
             "to copy segments. " + REMOTE_LOG_MANAGER_THREAD_POOL_FALLBACK;
-    public static final int DEFAULT_REMOTE_LOG_MANAGER_COPIER_THREAD_POOL_SIZE 
= -1;
+    public static final int DEFAULT_REMOTE_LOG_MANAGER_COPIER_THREAD_POOL_SIZE 
= 10;

Review Comment:
   @divijvaidya done



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

Reply via email to