[jboss-jira] [JBoss JIRA] (JGRP-1408) Rsp: suspecting a member marks the rsp as 'received'

Bela Ban (Resolved) (JIRA) jira-events at lists.jboss.org
Mon Jan 2 05:47:10 EST 2012


     [ https://issues.jboss.org/browse/JGRP-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban resolved JGRP-1408.
----------------------------

    Resolution: Done

    
> Rsp: suspecting a member marks the rsp as 'received'
> ----------------------------------------------------
>
>                 Key: JGRP-1408
>                 URL: https://issues.jboss.org/browse/JGRP-1408
>             Project: JGroups
>          Issue Type: Bug
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>            Priority: Minor
>             Fix For: 3.0.2, 3.1
>
>
> When we broadcast a message to a number of members and wait for the responses, if P is suspected or P leaves the cluster, then we'll call Rsp.setValue(null). The setValue() method sets Rsp.received to true, which is unfortunate as we didn't really receive a response.
> This was changed, the new semantics are:
> - Every response is initially not received, not suspected, and the value is null
> - On reception of a value or exception, we set received to true
> - On a suspicion, we set received=false and suspected=true, but do *not* null the value (or exception)

--
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