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

PersistenceManager availability check permanently fails with uncaught exception

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

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
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: