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

PersistenceManager availability check permanently fails with uncaught exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 14.0.0.Final, 13.0.18.Final
    • 13.0.9.Final, 14.0.0.Final
    • Core
    • None

      Currently PersistenceManagerImpl#pollStoreAvailability utilises a try/finally block, meaning any runtime exceptions thrown during the availability checks will cause the CompletionStage to fail. Consequently, pollStoreAvailability won't be executed again as it uses NonBlockingManager#scheduleWithFixedDelay which does not reschedule a CompletionStage that has failed.

      Additional logging should be added to polStoreAvailability to make it clear that such exceptions have been thrown.

              remerson@redhat.com Ryan Emerson
              remerson@redhat.com Ryan Emerson
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: