Author: jjkoshy
Date: Mon Oct 20 20:50:58 2014
New Revision: 1633225
URL: http://svn.apache.org/r1633225
Log:
Update retention check interval config documentation
Modified:
kafka/site/08/configuration.html
kafka/site/08/ops.html
kafka/site/081/ops.html
Modified: kafka/site/08/configuration.html
URL: http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1633225&r1=1633224&r2=1633225&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Mon Oct 20 20:50:58 2014
@@ -127,9 +127,9 @@ Zookeeper also allows you to add a "chro
<td>A per-topic override for log.retention.bytes.</td>
</tr>
<tr>
- <td>log.cleanup.interval.mins</td>
- <td>10</td>
- <td>The frequency in minutes that the log cleaner checks whether any log segment
is eligible for deletion to meet the retention policies.</td>
+ <td>log.retention.check.interval.ms</td>
+ <td>300000</td>
+ <td>The frequency in milliseconds that the log cleaner checks whether any log
segment is eligible for deletion to meet the retention policies.</td>
</tr>
<tr>
<td>log.index.size.max.bytes</td>
Modified: kafka/site/08/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/08/ops.html?rev=1633225&r1=1633224&r2=1633225&view=diff
==============================================================================
--- kafka/site/08/ops.html (original)
+++ kafka/site/08/ops.html Mon Oct 20 20:50:58 2014
@@ -60,7 +60,7 @@ log.flush.interval.ms=10000
log.flush.interval.messages=20000
log.flush.scheduler.interval.ms=2000
log.roll.hours=168
-log.cleanup.interval.mins=30
+log.retention.check.interval.ms=300000
log.segment.bytes=1073741824
# ZK configuration
Modified: kafka/site/081/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/081/ops.html?rev=1633225&r1=1633224&r2=1633225&view=diff
==============================================================================
--- kafka/site/081/ops.html (original)
+++ kafka/site/081/ops.html Mon Oct 20 20:50:58 2014
@@ -333,7 +333,7 @@ log.flush.interval.ms=10000
log.flush.interval.messages=20000
log.flush.scheduler.interval.ms=2000
log.roll.hours=168
-log.cleanup.interval.mins=30
+log.retention.check.interval.ms=300000
log.segment.bytes=1073741824
# ZK configuration
|