You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4368,6 +4368,8 @@ public void initTimeoutHandler() throws TransactionTimeoutException {
4368
4368
if (remainingTime() == -1L) {
4369
4369
onTimeout();
4370
4370
4371
+
cctx.tm().clearThreadMap(this);
4372
+
4371
4373
thrownewTransactionTimeoutException(
4372
4374
"Failed to start transaction. Transaction is timed out during initialization.");
0 commit comments