You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2018/01/25 01:09:02 UTC

[geode] branch release/1.4.0 updated: GEODE-4061 Update docs output for gfsh list members; (#1309)

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch release/1.4.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.4.0 by this push:
     new 77ea2fb  GEODE-4061 Update docs output for gfsh list members; (#1309)
77ea2fb is described below

commit 77ea2fb87552c1fc86b6f57b79c59a8d39d8aa69
Author: Karen Miller <ka...@users.noreply.github.com>
AuthorDate: Fri Jan 19 10:58:08 2018 -0800

    GEODE-4061 Update docs output for gfsh list members; (#1309)
    
    include membership coordinator in the output
---
 .../15_minute_quickstart_gfsh.html.md.erb            | 20 +++++++++++---------
 .../gfsh/command-pages/list.html.md.erb              | 17 ++++++++++++-----
 .../tools_modules/gfsh/tour_of_gfsh.html.md.erb      |  9 +++++----
 3 files changed, 28 insertions(+), 18 deletions(-)

diff --git a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
index 36c2ccf..9b53d13 100644
--- a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
+++ b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
@@ -127,10 +127,11 @@ In this step you create a region with the `gfsh` command line utility. Regions a
 
     ``` pre
     gfsh>list members
-      Name   | Id
-    -------- | ---------------------------------------
-    locator1 | 192.0.2.0(locator1:3529:locator)<v0>:59926
-    server1  | 192.0.2.0(server1:3883)<v1>:65390
+      Name       | Id
+    ------------ | ---------------------------------------
+    Coordinator: | 192.0.2.0(locator1:3529:locator)<ec><v0>:59926
+    locator1     | 192.0.2.0(locator1:3529:locator)<ec><v0>:59926
+    server1      | 192.0.2.0(server1:3883)<v1>:65390
     ```
 
 4.  To view specifics about a region, type the following:
@@ -425,11 +426,12 @@ In this step you restart the cache servers in parallel. Because the data is pers
 
     ``` pre
     gfsh>list members
-      Name   | Id
-    -------- | ---------------------------------------
-    server2  | ubuntu(server2:3992)<v8>:21507
-    server1  | ubuntu(server1:3402)<v7>:36532
-    locator1 | ubuntu(locator1:2813:locator)<v0>:46644
+      Name       | Id
+    ------------ | ---------------------------------------
+    Coordinator: | ubuntu(locator1:2813:locator)<ec><v0>:46644
+    locator1     | ubuntu(locator1:2813:locator)<ec><v0>:46644
+    server2      | ubuntu(server2:3992)<v8>:21507
+    server1      | ubuntu(server1:3402)<v7>:36532
     ```
 
 6.  Run a query to verify that all the data you entered with the `put` commands is available:
diff --git a/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb
index fd4f057..bb09a2c 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb
@@ -445,6 +445,12 @@ personIndex   | /Person     | [name, email, address, revenue]
 
 Display all or a subset of members.
 
+Within the output, the membership coordinator is listed.
+`<vN>` identifies which view the member currently has;
+`N` will be zero or a positive integer.
+`<ec>` indicates which members are eligible to be a membership
+coordinator.
+
 **Availability:** Online. You must be connected in `gfsh` to a JMX Manager member to use this command.
 
 **Syntax:**
@@ -471,11 +477,12 @@ list members --group=Group1
 
 ``` pre
 gfsh>list members
-  Name   | Id
--------- | -------------------------------------
-server1  | 192.0.2.0(server1:888)<v7>:10839
-server2  | 192.0.2.0(server2:3260)<v8>:16721
-locator1 | 192.0.2.0(locator1:216:locator):33368
+  Name       | Id
+------------ | -------------------------------------
+Coordinator: | 192.0.2.0(locator1:216:locator)<ec><v6>:33368
+locator1     | 192.0.2.0(locator1:216:locator)<ec><v6>:33368
+server1      | 192.0.2.0(server1:888)<v7>:10839
+server2      | 192.0.2.0(server2:3260)<v8>:16721
 ```
 
 ## <a id="topic_F0ECEFF26086474498598035DD83C588" class="no-quick-link"></a>list regions
diff --git a/geode-docs/tools_modules/gfsh/tour_of_gfsh.html.md.erb b/geode-docs/tools_modules/gfsh/tour_of_gfsh.html.md.erb
index 9ae206e..454adb6 100644
--- a/geode-docs/tools_modules/gfsh/tour_of_gfsh.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/tour_of_gfsh.html.md.erb
@@ -207,10 +207,11 @@ log files.
 
 ``` pre
 gfsh>list members
-  Name   | Id
--------- | ---------------------------------------
-locator1 | ubuntu(locator1:5610:locator)<v0>:34168
-server1  | ubuntu(server1:5931)<v1>:35285
+  Name       | Id
+------------ | ---------------------------------------
+Coordinator: | ubuntu(locator1:5610:locator)<ec><v0>:34168
+locator1     | ubuntu(locator1:5610:locator)<ec><v0>:34168
+server1      | ubuntu(server1:5931)<v1>:35285
 ```
 
 **Step 8: View member details by executing the `describe member` command.**

-- 
To stop receiving notification emails like this one, please contact
kmiller@apache.org.