PakhomovAlexander commented on code in PR #5093:
URL: https://github.com/apache/ignite-3/pull/5093#discussion_r1935486725
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/IgniteAbstractTransactionImpl.java:
##########
@@ -55,6 +55,9 @@ public abstract class IgniteAbstractTransactionImpl
implements InternalTransacti
/** Implicit transaction flag. */
private final boolean implicit;
+ /** Transaction timeout. */
+ protected long timeout;
Review Comment:
fixed
--
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]