[infinispan-issues] [JBoss JIRA] (ISPN-6752) Add cache name to CacheNotFoundResponse

Karl von Randow (JIRA) issues at jboss.org
Thu Jun 2 19:30:00 EDT 2016


Karl von Randow created ISPN-6752:
-------------------------------------

             Summary: Add cache name to CacheNotFoundResponse
                 Key: ISPN-6752
                 URL: https://issues.jboss.org/browse/ISPN-6752
             Project: Infinispan
          Issue Type: Enhancement
          Components: Core
    Affects Versions: 8.2.2.Final
            Reporter: Karl von Randow
            Priority: Minor


When a {{CacheNotFoundResponse}} is received in {{org.infinispan.remoting.transport.AbstractTransport.java:46}} Infinispan throws a {{SuspectException}} with the message:

Cache not running on node NODE

I have a problem where I always read this as the whole caching system not running on that node and I get wondering about why JGroups hasn't FD'd that node yet. Maybe that's because it's a {{SuspectException}}? Anyway, it happens to me every time.

After I remember what that message means I'm left wondering which cache wasn't on that node. I then need to manually track down differences between my nodes. If the message contained the cache name that would be fantastic, and it might help push me towards the correct line of thinking as well!

I've had a look at {{AbstractTransport}} and I haven't seen an obvious way to see which cache was requested! 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list