This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 375fc00ef95f03d0e02f581bb7949a8ff40d164b Author: mikecaat <[email protected]> AuthorDate: Tue Jul 14 06:11:45 2020 +0900 fix typo Signed-off-by: xiaolong.ran <[email protected]> --- conf/broker.conf | 2 +- conf/standalone.conf | 2 +- site2/docs/reference-configuration.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/broker.conf b/conf/broker.conf index 05c2747..a74ab3b 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -937,7 +937,7 @@ replicatorPrefix=pulsar.repl # Duration to check replication policy to avoid replicator inconsistency # due to missing ZooKeeper watch (disable with value 0) -replicatioPolicyCheckDurationSeconds=600 +replicationPolicyCheckDurationSeconds=600 # Default message retention time defaultRetentionTimeInMinutes=0 diff --git a/conf/standalone.conf b/conf/standalone.conf index 2efc651..fb653f0 100644 --- a/conf/standalone.conf +++ b/conf/standalone.conf @@ -684,7 +684,7 @@ replicationProducerQueueSize=1000 # Duration to check replication policy to avoid replicator inconsistency # due to missing ZooKeeper watch (disable with value 0) -replicatioPolicyCheckDurationSeconds=600 +replicationPolicyCheckDurationSeconds=600 # Default message retention time defaultRetentionTimeInMinutes=0 diff --git a/site2/docs/reference-configuration.md b/site2/docs/reference-configuration.md index a1015a1..3d32d3c 100644 --- a/site2/docs/reference-configuration.md +++ b/site2/docs/reference-configuration.md @@ -438,6 +438,7 @@ The [`pulsar-client`](reference-cli-tools.md#pulsar-client) CLI tool can be used |replicationMetricsEnabled| |true| |replicationConnectionsPerBroker| |16| |replicationProducerQueueSize| |1000| +| replicationPolicyCheckDurationSeconds | Duration to check replication policy to avoid replicator inconsistency due to missing ZooKeeper watch. When the value is set to 0, disable checking replication policy. | 600 | |defaultRetentionTimeInMinutes| |0| |defaultRetentionSizeInMB| |0| |keepAliveIntervalSeconds| |30|
