[jboss-jira] [JBoss JIRA] (JGRP-1412) Rsp: don't null retval on suspect()
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Jan 12 03:41:21 EST 2012
[ https://issues.jboss.org/browse/JGRP-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1412.
----------------------------
Resolution: Done
> Rsp: don't null retval on suspect()
> -----------------------------------
>
> Key: JGRP-1412
> URL: https://issues.jboss.org/browse/JGRP-1412
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.0.3, 3.1
>
>
> When a valid response 22 has been received from P, then Rsp.received=true and Rsp.retval=22. However, when P is suspected *before* the call returns, then Rsp.retval=null, Rsp.suspected=true and Rsp.received=false
> However, maybe we don't care that P was suspected *after* we received a valid response from it !
> Therefore, we should leave retval=22 and received=true.
> If we get retval=22, received=true and suspected=true, then we know that we got a valid response from P, and that P was suspected later, but before the call completed.
--
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