You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/26 17:18:31 UTC

[GitHub] kishorekasi commented on a change in pull request #183: BOOKKEEPER-588 SSL Support for Bookkeeper

kishorekasi commented on a change in pull request #183: BOOKKEEPER-588 SSL Support for Bookkeeper
URL: https://github.com/apache/bookkeeper/pull/183#discussion_r129638382
 
 

 ##########
 File path: bookkeeper-server/bin/bookkeeper
 ##########
 @@ -207,9 +207,9 @@ if [ $COMMAND == "bookie" ]; then
 elif [ $COMMAND == "autorecovery" ]; then
   exec $JAVA $OPTS $JMX_ARGS org.apache.bookkeeper.replication.AutoRecoveryMain --conf $BOOKIE_CONF $@
 elif [ $COMMAND == "localbookie" ]; then
-  NUMBER=$1
-  shift
-  exec $JAVA $OPTS $JMX_ARGS org.apache.bookkeeper.util.LocalBookKeeper $NUMBER $BOOKIE_CONF $@
+    NUMBER=$1
 
 Review comment:
   It was unintentional. I will put it back.
 
----------------------------------------------------------------
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