[ 
https://issues.apache.org/jira/browse/GEODE-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16258380#comment-16258380
 ] 

ASF GitHub Bot commented on GEODE-3411:
---------------------------------------

aravindmusigumpula commented on issue #1075: GEODE-3411 Suspect the member by 
it's own member-timeout instead of locator's.
URL: https://github.com/apache/geode/pull/1075#issuecomment-345499130
 
 
   The idea is to make a member to survive in the view for a little longer time 
than others.
   But we cannot do with the current suspect mechanism.
   
   Now a member can be removed from the view in two cases: one is missing 
heartbeat and second is missing acknowledgement of message. 
   In the first case ,the final check is done by coordinators member-timeout 
and in the second case the final check done by suspecting member by its own 
timeout.
   So, in these two cases if we manage to suspect the member by the 
member-timeout of the suspected one in the final check then we can achieve to 
make a member survive in the view a little longer by configuring a greater 
member-timeout to that member.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Monitor the neighbour JVM using neihbour's member-timeout
> ---------------------------------------------------------
>
>                 Key: GEODE-3411
>                 URL: https://issues.apache.org/jira/browse/GEODE-3411
>             Project: Geode
>          Issue Type: Wish
>          Components: membership
>            Reporter: Aravind M
>
> Now when a member monitor's its neighbor, It uses it's own member timeout to 
> wait and then pass the suspect request to coordinator.
> But if we do so, while configuring the member timeout of all the member's, we 
> are not sure for how much time that member will be removed from the view as 
> it depends on the member-timeout of the jvm which is monitoring this one.
> So, if we use neighbor's member-timeout to wait for response instead of its 
> own member-timeout, then we can know for how much time a member will be 
> removed from the view.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to