You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by al...@apache.org on 2021/12/08 02:18:27 UTC

[incubator-inlong] branch master updated: [INLONG-1915][Bug] tubemq master can not start (#1924)

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

aloyszhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 30fd16d  [INLONG-1915][Bug] tubemq master can not start (#1924)
30fd16d is described below

commit 30fd16de635a74966f6748f24891787d8b0bb6fa
Author: gosonzhang <46...@qq.com>
AuthorDate: Wed Dec 8 10:18:22 2021 +0800

    [INLONG-1915][Bug] tubemq master can not start (#1924)
---
 inlong-tubemq/conf/master.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inlong-tubemq/conf/master.ini b/inlong-tubemq/conf/master.ini
index 492f03b..b58a83d 100644
--- a/inlong-tubemq/conf/master.ini
+++ b/inlong-tubemq/conf/master.ini
@@ -61,14 +61,15 @@ zkCommitPeriodMs=5000
 
 [replication]
 ; name of replication group, default is `tubemqMasterGroup`, you'd better set individual value for every tubeMQ cluster
-repGroupName=tubemqMasterGroup
+;repGroupName=tubemqMasterGroup
 ; name of current node; MUST BE DIFFERENT for every node in the same group
 repNodeName=tubemqMasterGroupNode1
 ; port for node to communicate to other nodes in replication group, default is 9001
-repNodePort=9001
+;repNodePort=9001
 ; helperHost(and port) for node to join master cluster and the port should keep consistent with `repNodePort`; for the
 ; first time of starting, this value for every node in master cluster should keep same
-repHelperHost=masterHostName:9001
+; the default is 127.0.0.1:9001
+;repHelperHost=masterHostName:9001
 
 ; meta data disk sync policy
 ;   the overall durability is a function of metaLocalSyncPolicy plus the repReplicaAckPolicy used by the master,