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:
[email protected]


With regards,
Apache Git Services

Reply via email to