[
https://issues.apache.org/jira/browse/GEODE-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Schuchardt resolved GEODE-1542.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0-incubating.M3
GEODE-1542 shared/unordered tcp/ip connection times out, initiating suspicion
To https://git-wip-us.apache.org/repos/asf/incubator-geode.git
4afc5b1..33ceb37 develop -> develop
> shared/unordered tcp/ip connection times out, initiating suspicion
> ------------------------------------------------------------------
>
> Key: GEODE-1542
> URL: https://issues.apache.org/jira/browse/GEODE-1542
> Project: Geode
> Issue Type: Bug
> Components: membership
> Reporter: Bruce Schuchardt
> Fix For: 1.0.0-incubating.M3
>
>
> I recently diagnosed a membership failure that was initiated when one member
> (N) timed out its shared/unordered tcp/ip connection to another member (M).
> Member M initiated suspect processing that lead to kicking member N out of
> the system. We need to either stop timing out shared/unordered connections
> or have an orderly shutdown mechanism so that we don't initiate suspect
> processing.
> The final-check that M performed showed something odd. Member N never logged
> that it processed a final check from M. Member M logged that it had
> connected to N and read a status byte from it. The byte had the value 21,
> which is not a valid response to a final check (it should be 0 or 0x7B).
> {noformat}
> Received [21, ent(clientgemfire3_ent_19225:19225)<ec><v1>:1028]
> {noformat}
> I verified that M used the correct tcp/ip port for N, so this is very odd and
> needs to be investigated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)