JKonSir commented on code in PR #7680:
URL: https://github.com/apache/ignite-3/pull/7680#discussion_r3044306366
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -401,12 +412,15 @@ public TxManagerImpl(
transactionExpirationRegistry = new
TransactionExpirationRegistry(txStateVolatileStorage);
+ retryContext = new KeyBasedRetryContext(20, timeoutStrategy);
Review Comment:
done, but maybe I've chosen wrong place to store this value
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]