Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7354 Upgrade JBoss Cache to 3.2.11
  3. JBPAPP-9604

JBoss Cache RPCManagerImpl#callRemoteMethods hard-codes useOutOfBandMessage to false

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • EAP_EWP 5.2.0
    • EAP_EWP 5.1.2
    • Clustering
    • None
    • Release Notes
    • Hide
      JBoss Cache used the <systemitem>useOutOfBandMessage</systemitem> message hard-coded to <literal>false</literal> when making remote procedure calls. Consequently, RPC messages that were meant to be processed immediately, such as a transaction commit, had to wait for other messages to be processed first, which could cause deadlocks. With this update, the <systemitem>useOutOfBandMessage</systemitem> is no longer set to <literal>false</literal>. Out-of-band RPC messages are now processed immedately and can no longer cause deadlocks.
      Show
      JBoss Cache used the <systemitem>useOutOfBandMessage</systemitem> message hard-coded to <literal>false</literal> when making remote procedure calls. Consequently, RPC messages that were meant to be processed immediately, such as a transaction commit, had to wait for other messages to be processed first, which could cause deadlocks. With this update, the <systemitem>useOutOfBandMessage</systemitem> is no longer set to <literal>false</literal>. Out-of-band RPC messages are now processed immedately and can no longer cause deadlocks.
    • Documented as Resolved Issue
    • NEW

    Description

      RPCManagerImpl#callRemoteMethods#743 hard-codes useOutOfBandMessage to false.

      This causes every RPC call made by JBoss Cache to be non-OOB.
      Which reintroduces https://issues.jboss.org/browse/JBCACHE-1270 that uses OOB.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-dereed Dennis Reed
              rhn-support-dereed Dennis Reed
              Petr Penicka Petr Penicka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: