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

Make TxCompletionNotificationCommand non blocking

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 14.0.0.Final
    • None
    • Transactions
    • None

      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.

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

                Created:
                Updated:
                Resolved: