denis-chudov commented on code in PR #3371:
URL: https://github.com/apache/ignite-3/pull/3371#discussion_r1516396360


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1848,6 +1878,12 @@ private class PartitionScanSubscription implements 
Subscription {
 
             private final AtomicLong requestedItemsCnt;
 
+            private final TransactionInflights transactionInflights;
+
+            private boolean readOnlyTransaction;

Review Comment:
   no, let's leave as is, I better remove these fields



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