LoganZhuZzz commented on code in PR #19038: URL: https://github.com/apache/kafka/pull/19038#discussion_r1972652456
########## 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." + Review Comment: Thanks for that -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org