You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2016/12/21 20:36:58 UTC

kafka git commit: MINOR: trivial logCleanerEnable doc cleanup

Repository: kafka
Updated Branches:
  refs/heads/trunk 05d766431 -> 3c1df09cd


MINOR: trivial logCleanerEnable doc cleanup

Author: Manikumar Reddy O <ma...@gmail.com>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #1958 from omkreddy/MINOR-DOC-CHAGE


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/3c1df09c
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/3c1df09c
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/3c1df09c

Branch: refs/heads/trunk
Commit: 3c1df09cd50b8c4796f698d0ceec9160fad3f434
Parents: 05d7664
Author: Manikumar Reddy O <ma...@gmail.com>
Authored: Wed Dec 21 12:36:54 2016 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Wed Dec 21 12:36:54 2016 -0800

----------------------------------------------------------------------
 core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/3c1df09c/core/src/main/scala/kafka/server/KafkaConfig.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala b/core/src/main/scala/kafka/server/KafkaConfig.scala
index 40a5e10..d3964f7 100755
--- a/core/src/main/scala/kafka/server/KafkaConfig.scala
+++ b/core/src/main/scala/kafka/server/KafkaConfig.scala
@@ -438,7 +438,7 @@ object KafkaConfig {
   "will allow more log to be cleaned at once but will lead to more hash collisions"
   val LogCleanerBackoffMsDoc = "The amount of time to sleep when there are no logs to clean"
   val LogCleanerMinCleanRatioDoc = "The minimum ratio of dirty log to total log for a log to eligible for cleaning"
-  val LogCleanerEnableDoc = "Enable the log cleaner process to run on the server? Should be enabled if using any topics with a cleanup.policy=compact including the internal offsets topic. If disabled those topics will not be compacted and continually grow in size."
+  val LogCleanerEnableDoc = "Enable the log cleaner process to run on the server. Should be enabled if using any topics with a cleanup.policy=compact including the internal offsets topic. If disabled those topics will not be compacted and continually grow in size."
   val LogCleanerDeleteRetentionMsDoc = "How long are delete records retained?"
   val LogCleanerMinCompactionLagMsDoc = "The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted."
   val LogIndexSizeMaxBytesDoc = "The maximum size in bytes of the offset index"