-
Bug
-
Resolution: Done
-
Major
-
1.1.2.Final
-
None
The current implementation of the AbstractTransaction#getEstimatedRemainingTime (https://github.com/wildfly/wildfly-transaction-client/blob/1.1.2.Final/src/main/java/org/wildfly/transaction/client/AbstractTransaction.java#L138) returns wrong value of estimated time while returning one less. That causes that timeout of 1 seconds is invalid value. Then the estimated remaining time returns it as 0 seconds to elapse.
The bug is that because of the subtraction, it should round "down".
- is cloned by
-
JBEAP-16309 [GSS](7.2.z) WTC-58 - AbstractTransaction#getEstimatedRemainingTime returns wrong value of rounding up which causes timeout of 1 second to be considered invalid
- Closed
- is incorporated by
-
WFLY-11570 Upgrade wildfly-transaction-client from 1.1.2.Final to 1.1.3.Final
- Closed
- is related to
-
WFLY-11684 Upgrade WildFly Transaction Client to 1.1.3.Final
- Closed