You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/09 02:05:54 UTC

[GitHub] jiazhai commented on a change in pull request #1059: Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code, conf and cli)

jiazhai commented on a change in pull request #1059: Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code, conf and cli)
URL: https://github.com/apache/incubator-pulsar/pull/1059#discussion_r173348583
 
 

 ##########
 File path: bin/pulsar
 ##########
 @@ -209,6 +217,11 @@ elif [ $COMMAND == "global-zookeeper" ]; then
     # Allow global ZK to turn into read-only mode when it cannot reach the quorum
     OPTS="${OPTS} -Dreadonlymode.enabled=true"
     exec $JAVA $OPTS -Dpulsar.log.file=$PULSAR_LOG_FILE org.apache.pulsar.zookeeper.GlobalZooKeeperStarter $PULSAR_GLOBAL_ZK_CONF $@
+elif [ $COMMAND == "configuration-store" ]; then
 
 Review comment:
   Thanks. Yes, the log files are different. if user use old command, it is better to use old log file name; and use new log file name, while use new command.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services