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

Server tasks should run on blocking threads

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 15.1.0.Dev06
    • 13.0.5.Final, 12.1.11.Final
    • Server, Tasks
    • None

      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.

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

                Created:
                Updated: