Vadim Lotarev created GEODE-8888:
------------------------------------
Summary: Value of "gemfire.member-weight" should be used "as-is"
by quorum checker
Key: GEODE-8888
URL: https://issues.apache.org/jira/browse/GEODE-8888
Project: Geode
Issue Type: Bug
Reporter: Vadim Lotarev
Currently weight set by this property is just used as a base for other
hard-coded logic:
* 10 is added if this is a normal member
* 15 is added if this is a leading member
* 3 is added if this is a locator
Without this property 0 is used as a base. To me if {{gemfire.member-weight}}
is set by the user this value must be used "as-is", without any additional
logic added. It is not possible to implement custom partitioning detection
behavior otherwise.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)