ptupitsyn commented on a change in pull request #6734: IGNITE-9410 Thin client 
transactions support
URL: https://github.com/apache/ignite/pull/6734#discussion_r314213823
 
 

 ##########
 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:
   Let's make it `AtomicLong` as above

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


With regards,
Apache Git Services

Reply via email to