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

      — 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 }

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

                Created:
                Updated:
                Resolved: