-
Bug
-
Resolution: Done
-
Major
-
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".
- clones
-
WFTC-58 AbstractTransaction#getEstimatedRemainingTime returns wrong value of rounding up which causes timeout of 1 second to be considered invalid
- Resolved
- is incorporated by
-
JBEAP-16091 [GSS](7.2.z) Upgrade wildfly-transaction-client from 1.1.2.Final-redhat-1 to 1.1.3.Final-redhat-1
- Closed