[jboss-jira] [JBoss JIRA] (JGRP-1505) GroupRequest: received and suspected is counted twice
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Aug 28 05:07:15 EDT 2012
[ https://issues.jboss.org/browse/JGRP-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714185#comment-12714185 ]
Bela Ban commented on JGRP-1505:
--------------------------------
This is a regression, due to the change in semantics in which we allow a received response to also be suspected (e.g. later). In previous version, a response had to be either received or suspected, but couldn't be both...
> GroupRequest: received and suspected is counted twice
> -----------------------------------------------------
>
> Key: JGRP-1505
> URL: https://issues.jboss.org/browse/JGRP-1505
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.0.14, 3.2
>
>
> When we have 3 members A,B,C and invoke a blocking RPC, if a member does both receive a valid response and is suspected, both events count twice, e.g.:
> A: received / non-suspected (1)
> B: received / suspected (2) // wrong, should count as 1 !
> C: non-received / non-suspected (0)
> So instead of blocking the caller until C is suspected, or we get a valid response from C, the caller in unblocked because we count the valid response *and* the suspicion of B *twice* !
> This leads to premature termination of a blocking RPC !
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list