luchnikovbsk commented on code in PR #10591:
URL: https://github.com/apache/ignite/pull/10591#discussion_r1165119388


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCacheQueryCursor.java:
##########
@@ -79,6 +85,11 @@ void writePage(BinaryRawWriterEx writer) {
             writeEntry(writer, e);
 
             cnt++;
+

Review Comment:
   3. Also, perhaps we shouldn't count requests inside transactions (but it's 
discussible), because transaction is binded to some node before first affinity 
request.
   
   discuss these points
   



-- 
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]

Reply via email to