amaliujia commented on a change in pull request #200:
URL: https://github.com/apache/incubator-ratis/pull/200#discussion_r488980244
##########
File path: ratis-examples/src/main/bin/client.sh
##########
@@ -32,4 +32,4 @@ shift
subcommand="$1"
shift
-java ${LOGGER_OPTS} -jar $ARTIFACT "$example" "$subcommand" $QUORUM_OPTS "$@"
Review comment:
Alternatively we can keep `QUORUM_OPTS` and then have a default setup
for client.sh/server.sh so people can start client/server without adding the
peers.
But that will be overlapped with the purpose of `start-all.sh` so I think
remove `QUORUM_OPTS` is ok.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]