Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6752

Add cache name to CacheNotFoundResponse

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 8.2.2.Final
    • Core
    • None

      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!

            Unassigned Unassigned
            karlvr Karl von Randow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: