This is an automated email from the ASF dual-hosted git repository.

showuon pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c6d3bcbd16 MINOR: Improve docs about how to provide multiple log.dir 
(#12119)
c6d3bcbd16 is described below

commit c6d3bcbd16a380e8a93a98c4fcbbc24a826dc0d5
Author: Joel Hamill <[email protected]>
AuthorDate: Tue May 3 20:15:29 2022 -0700

    MINOR: Improve docs about how to provide multiple log.dir (#12119)
    
    Reviewer:  Luke Chen <[email protected]>
---
 core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala 
b/core/src/main/scala/kafka/server/KafkaConfig.scala
index 7186dcdc7c..1f8858b0d0 100755
--- a/core/src/main/scala/kafka/server/KafkaConfig.scala
+++ b/core/src/main/scala/kafka/server/KafkaConfig.scala
@@ -800,7 +800,7 @@ object KafkaConfig {
   /** ********* Log Configuration ***********/
   val NumPartitionsDoc = "The default number of log partitions per topic"
   val LogDirDoc = "The directory in which the log data is kept (supplemental 
for " + LogDirsProp + " property)"
-  val LogDirsDoc = "The directories in which the log data is kept. If not set, 
the value in " + LogDirProp + " is used"
+  val LogDirsDoc = "A comma-separated list of the directories where the log 
data is stored. If not set, the value in " + LogDirProp + " is used."
   val LogSegmentBytesDoc = "The maximum size of a single log file"
   val LogRollTimeMillisDoc = "The maximum time before a new log segment is 
rolled out (in milliseconds). If not set, the value in " + LogRollTimeHoursProp 
+ " is used"
   val LogRollTimeHoursDoc = "The maximum time before a new log segment is 
rolled out (in hours), secondary to " + LogRollTimeMillisProp + " property"

Reply via email to