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

Cache should not start if it cluster listener replication fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 10.1.5.Final, 11.0.0.Dev03
    • Core
    • None
    • DataGrid Sprint #41

    Description

      StateConsumerImpl.fetchClusterListeners catches any exceptions during the fetch and local installation of cluster listeners from other nodes, and only logs a warning message:

      18:04:14,069 WARN  (jgroups-5,Test-NodeD:[]) [StateConsumerImpl] ISPN000284: Problem encountered while installing cluster listener
      

      If a cache starts without installing all the cluster listeners locally, the listeners will miss events for keys that end up with the joiner as the primary owner, which would be pretty hard to debug. We should instea fail fast, and prevent the cache from starting if the cluster listeners cannot be fetched and installed locally.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: