Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.4
-
None
-
None
Description
Add default tx timeout [1] to IgniteCacheMultiTxLockSelfTest test configuration.
[1] c.getTransactionConfiguration().setDefaultTxTimeout(100000);
Looks like in some case remote tx is added to rolled back version (because partition is gone) and subsequent near request for the same tx to this node fails.
This is not happen if timeouts are disabled because corresponding check is skipped.
Attachments
Issue Links
- is part of
-
IGNITE-6827 Configurable rollback for long running transactions before partition exchange
- Resolved