You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/08/26 15:49:50 UTC

[GitHub] [ignite] isapego commented on a change in pull request #6734: IGNITE-9410 Thin client transactions support

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:
users@infra.apache.org


With regards,
Apache Git Services