]
Tom Jenkinson resolved JBTM-1207.
---------------------------------
Resolution: Done
large periodic recovery backoffs are bugged
-------------------------------------------
Key: JBTM-1207
URL:
https://issues.jboss.org/browse/JBTM-1207
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Recovery
Affects Versions: 4.16.4
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 4.16.5, 4.17.0
---
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
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: