[jbosscache-issues] [JBoss JIRA] (JBCACHE-1618) RPCManagerImpl#callRemoteMethods hard-codes useOutOfBandMessage to false

Dennis Reed (JIRA) jira-events at lists.jboss.org
Tue Jul 31 21:33:06 EDT 2012


    [ https://issues.jboss.org/browse/JBCACHE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709042#comment-12709042 ] 

Dennis Reed commented on JBCACHE-1618:
--------------------------------------

useOutOfBandMessage=true is only passed from two spots:

- ReplicationInterceptor#visitCommitCommand (JBCACHE-1270)
- DefaultStateTransferIntegrator#mimicPartialFlushViaRPC (called only from integrateTxLog).

So fixing this will only affect those two spots that specifically want OOB messages.

                
> RPCManagerImpl#callRemoteMethods hard-codes useOutOfBandMessage to false
> ------------------------------------------------------------------------
>
>                 Key: JBCACHE-1618
>                 URL: https://issues.jboss.org/browse/JBCACHE-1618
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>    Affects Versions: 3.2.9.GA
>            Reporter: Dennis Reed
>            Assignee: Dennis Reed
>
> RPCManagerImpl#callRemoteMethods#743 hard-codes useOutOfBandMessage to false.
> This causes every RPC call made by JBoss Cache to be non-OOB.
> Which reintroduces https://issues.jboss.org/browse/JBCACHE-1270 that uses OOB.

--
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 jbosscache-issues mailing list