[jboss-jira] [JBoss JIRA] Updated: (JGRP-686) Inconsistent Channel#getState return semantics between byte and streaming state transfer

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Thu Feb 7 19:30:03 EST 2008


     [ http://jira.jboss.com/jira/browse/JGRP-686?page=all ]

Vladimir Blagojevic updated JGRP-686:
-------------------------------------

    Description: 
We have inconsistency between byte and streaming based state transfer when it comes to semantics of returning from Channel#getState call. If streaming state transfer is used, calling thread returns from Channel#getState after application installs a state (or fails) and for byte transfer calling thread returns from Channel#getState as soon as state arrives to channel and *prior* to state installation in client application. We should make Channel#getState calling thread return *after* state installation for byte based state transfer as well. 


  was:
We have inconsistency between byte and streaming based state transfer when it comes to semantics of returning from Channel#getState call. In streaming state transfer calling thread returns from Channel#getState when application installs a state (or fails) and for byte transfer calling thread returns from Channel#getState as soon as state arrives to channel and *prior* to state installation in client application. We should make Channel#getState calling thread return *after* state installation for byte based state transfer as well. 



> Inconsistent Channel#getState return semantics between byte and streaming state transfer
> ----------------------------------------------------------------------------------------
>
>                 Key: JGRP-686
>                 URL: http://jira.jboss.com/jira/browse/JGRP-686
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.6, 2.5.1, 2.5.2, 2.6.1
>            Reporter: Vladimir Blagojevic
>         Assigned To: Vladimir Blagojevic
>             Fix For: 2.7, 2.6.2
>
>
> We have inconsistency between byte and streaming based state transfer when it comes to semantics of returning from Channel#getState call. If streaming state transfer is used, calling thread returns from Channel#getState after application installs a state (or fails) and for byte transfer calling thread returns from Channel#getState as soon as state arrives to channel and *prior* to state installation in client application. We should make Channel#getState calling thread return *after* state installation for byte based state transfer as well. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list