Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1207

large periodic recovery backoffs are bugged

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.16.5, 4.17.0
    • 4.16.4
    • Recovery
    • None

    Description

      — a/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java
      +++ b/ArjunaCore/arjuna/classes/com/arjuna/ats/internal/arjuna/recovery/PeriodicRecovery.java
      @@ -654,7 +654,7 @@ public class PeriodicRecovery extends Thread
      private void doBackoffWait()
      {
      try

      { - _stateLock.wait(_backoffPeriod * 1000); + _stateLock.wait(_backoffPeriod * 1000L); }

      catch (InterruptedException e)

      { // we can ignore this exception }

      Attachments

        Activity

          People

            thjenkin@redhat.com Tom Jenkinson
            thjenkin@redhat.com Tom Jenkinson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: