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

Make TxCompletionNotificationCommand non blocking

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 14.0.0.Dev03
    • None
    • Transactions
    • None

    Description

      TxCompletionNotificationCommand#canBlock() method returns true because the command can be forwarded to different remote nodes if the state transfer is in progress.

      The side effect is that the command, when received from a remote node, is executed in a blocking thread pool.

      We can execute the command in the jgroups-thread and avoid moving it to another thread.

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: