isapego commented on a change in pull request #6734: IGNITE-9410 Thin client
transactions support
URL: https://github.com/apache/ignite/pull/6734#discussion_r317662422
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/ClientConnectionContext.java
##########
@@ -85,6 +99,15 @@
/** Cursor counter. */
private final AtomicLong curCnt = new AtomicLong();
+ /** Tx id. */
+ private final AtomicInteger txIdSeq = new AtomicInteger();
Review comment:
By the way, why do we use `int` and not `long` in protocol?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services