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

IllegalLifeCycleStateException from BlockingRunnable.isReady() escapes to originator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.1.1.Final
    • 8.2.4.Final, 9.0.0.Alpha4
    • Core
    • None

    Description

      The ISPN-5539 fix caught IllegalLifecycleStateException in BlockingRunnable.run() and sent a CacheNotFoundResponse to the originator instead. However, exceptions thrown from BlockingRunnable.isReady() are not caught, and are instead sent back to the originator. An example stack trace is available in the WFLY-7029 description.

      In this case, the exception was thrown directly when the inbound invocation handler tried to submit the command to the remote commands executor. But I see a related problem in BlockingTaskAwareExecutorServiceImpl.ControllerThread.run(), which stops with the first exception from isReady(). For IllegalLifecycleStateException it's probably ok, but for other exceptions it should continue processing new tasks.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: