You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "jujoramos (GitHub)" <gi...@apache.org> on 2020/03/11 12:02:52 UTC

[GitHub] [geode] jujoramos commented on pull request #4773: GEODE-7838: add row to rebalance command result

@mkevo: this is what I was talking about, the output will contain the number of members _currently_ present in the distributed system, **_not_** the amount of members on which the rebalance was executed. Easier to show with an example:
**T0:** There are 3 members in the system.
**T1:** Users executes the rebalance command. 
**T2:** Rebalance finishes and control is returned to the `gfsh` command while a member joins the distributed system.
**T3:** The command use `cache.getMembers().size()` in the output , which at this time is 4, not 3; but the rebalance was executed only on the original 3 members and not the one that just joined.

Makes sense?.

[ Full content available at: https://github.com/apache/geode/pull/4773 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org