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

PersistenceManager availability check permanently fails with uncaught exception

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: