chia7712 commented on code in PR #19038:
URL: https://github.com/apache/kafka/pull/19038#discussion_r1973070151
##########
server/src/main/java/org/apache/kafka/server/config/ServerConfigs.java:
##########
@@ -52,7 +52,8 @@ public class ServerConfigs {
public static final String BACKGROUND_THREADS_DOC = "The number of threads
to use for various background processing tasks";
public static final String NUM_REPLICA_ALTER_LOG_DIRS_THREADS_CONFIG =
"num.replica.alter.log.dirs.threads";
- public static final String NUM_REPLICA_ALTER_LOG_DIRS_THREADS_DOC = "The
number of threads that can move replicas between log directories, which may
include disk I/O";
+ public static final String NUM_REPLICA_ALTER_LOG_DIRS_THREADS_DOC = "The
number of threads that can move replicas between log directories, which may
include disk I/O. " +
+ "The default value is equal to the number of directories specified
in the <code>" + ServerLogConfigs.LOG_DIRS_CONFIG + "</code> configuration
property.";
Review Comment:
the logs are defined by either `LOG_DIRS_CONFIG` or `LOG_DIR_CONFIG`
--
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]