mimaison commented on code in PR #21273:
URL: https://github.com/apache/kafka/pull/21273#discussion_r2832473813
##########
server-common/src/main/java/org/apache/kafka/server/config/ServerLogConfigs.java:
##########
@@ -40,6 +42,11 @@ public class ServerLogConfigs {
public static final String LOG_DIR_DOC = "A comma-separated list of the
directories where the log data is stored. (supplemental to " + LOG_DIRS_CONFIG
+ " property)";
public static final String LOG_DIRS_DOC = "A comma-separated list of the
directories where the log data is stored. If not set, the value in " +
LOG_DIR_CONFIG + " is used.";
+ public static final String CORDONED_LOG_DIRS_CONFIG = "cordoned.log.dirs";
Review Comment:
Good point, this needs to be addressed
--
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]