[infinispan-issues] [JBoss JIRA] (ISPN-647) Remote InboundInvocationHandler should differentiate between various cache inavailabilities

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue Jul 2 04:19:21 EDT 2013


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

Mircea Markus resolved ISPN-647.
--------------------------------

    Fix Version/s:     (was: 6.0.0.Final)
       Resolution: Out of Date


Already in place: https://github.com/belaban/infinispan/blob/master/core/src/main/java/org/infinispan/remoting/InboundInvocationHandlerImpl.java#L79
                
> Remote InboundInvocationHandler should differentiate between various cache inavailabilities
> -------------------------------------------------------------------------------------------
>
>                 Key: ISPN-647
>                 URL: https://issues.jboss.org/browse/ISPN-647
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: RPC
>    Affects Versions: 4.1.0.Final, 4.2.0.ALPHA1
>            Reporter: Manik Surtani
>            Assignee: Manik Surtani
>            Priority: Minor
>
> Currently a RequestIgnoredResponse is returned to any caller if either of these happen:
> * The cache is not yet started, is in the process of starting, and times out.
> * The cache doesn't exist.
> * The cache has been stopped.
> The latter two should use a different response type - CacheUnavailableResponse ?  - that would not trigger a retry or any abort of transactions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list