Alexei Scherbakov created IGNITE-8000:
-----------------------------------------
Summary: Implicit transactions may not finish properly on unstable
topology.
Key: IGNITE-8000
URL: https://issues.apache.org/jira/browse/IGNITE-8000
Project: Ignite
Issue Type: Bug
Affects Versions: 2.4
Reporter: Alexei Scherbakov
Fix For: 2.5
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)