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

Server tasks should run on blocking threads

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 15.0.3.Final
    • 13.0.5.Final, 12.1.11.Final
    • Server, Tasks
    • None

    Description

      The ServerTaskRunner interface returns a CompletionStage and this allows the layers above it to pretend that task execution is non-blocking, but it's almost impossible to do something useful in ServerTask.call() without blocking, so it should run on a blocking thread.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: