You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/02/11 16:39:09 UTC

[GitHub] [geode] davebarnes97 commented on a change in pull request #5970: GEODE-8877: Configurable membership bind address

davebarnes97 commented on a change in pull request #5970:
URL: https://github.com/apache/geode/pull/5970#discussion_r574651409



##########
File path: geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java
##########
@@ -169,7 +172,7 @@
   static {
     Map<Command, String> usage = new TreeMap<>();
     usage.put(Command.START,
-        "start <member-name> [--assign-buckets] [--disable-default-server] [--rebalance] [--server-bind-address=<IP-address>] [--server-port=<port>] [--force] [--debug] [--help]");
+        "start <member-name> [--assign-buckets] [--disable-default-server] [--rebalance] [--server-bind-address=<IP-address>] [--server-port=<port>] [--force] [--membership-bind-address=<IP-address>] [--debug] [--help]");

Review comment:
       For easier reading, please position the new `--membership-bind-address` param before `--force`.




----------------------------------------------------------------
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:
users@infra.apache.org