[infinispan-issues] [JBoss JIRA] Commented: (ISPN-648) Allow suppressing of CacheNotFoundExceptions in the RpcManagerImpl

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Sep 14 13:10:12 EDT 2010


    [ https://jira.jboss.org/browse/ISPN-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12550894#action_12550894 ] 

Manik Surtani commented on ISPN-648:
------------------------------------

This is implemented as a strictPeerToPeer attribute on the <transport ... > tag and defaults to true.  

E.g.,

<transport strictPeerToPeer="true" /> will result in a system that throws NamedCacheNotFoundExceptions if RPC is attempted to caches that don't exist.  

<transport strictPeerToPeer="false" /> will result in a system that suppresses this exception.

> Allow suppressing of CacheNotFoundExceptions in the RpcManagerImpl
> ------------------------------------------------------------------
>
>                 Key: ISPN-648
>                 URL: https://jira.jboss.org/browse/ISPN-648
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: RPC
>    Affects Versions: 4.1.0.Final, 4.2.0.ALPHA1
>            Reporter: Manik Surtani
>            Assignee: Manik Surtani
>             Fix For: 4.2.0.BETA1, 4.2.0.Final
>
>
> Could be a flag on the <clustering ... /> config element.  If set, the exception should not be re-thrown but simply logged.

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

        


More information about the infinispan-issues mailing list