This is an automated email from the ASF dual-hosted git repository.
guangning pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 15eb061 Amend the default value of . (#6374)
15eb061 is described below
commit 15eb061e65701a20555221ad5363c1fcf014e98b
Author: Fangbin Sun <[email protected]>
AuthorDate: Fri Feb 28 15:18:06 2020 +0800
Amend the default value of . (#6374)
(cherry picked from commit 39cf6c0b1b4fd3ce6991be12c45b208acdd60a65)
---
conf/broker.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/broker.conf b/conf/broker.conf
index 94fd429..212051a 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -715,7 +715,7 @@
loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManage
# Supported algorithms name for namespace bundle split.
# "range_equally_divide" divides the bundle into two parts with the same hash
range size.
# "topic_count_equally_divide" divides the bundle into two parts with the same
topics count.
-supportedNamespaceBundleSplitAlgorithms=[range_equally_divide,topic_count_equally_divide]
+supportedNamespaceBundleSplitAlgorithms=range_equally_divide,topic_count_equally_divide
# Default algorithm name for namespace bundle split
defaultNamespaceBundleSplitAlgorithm=range_equally_divide