ascherbakoff commented on code in PR #5752: URL: https://github.com/apache/ignite-3/pull/5752#discussion_r2084079982
########## modules/client/src/main/java/org/apache/ignite/internal/client/ReliableChannel.java: ########## @@ -130,6 +130,9 @@ public final class ReliableChannel implements AutoCloseable { @Nullable private ScheduledExecutorService streamerFlushExecutor; + /** Inflights. */ + private final ClientTransactionInflights inflights; Review Comment: Inflight tracker is shared between connections, because same directly mapped transaction can be mapped to multiple nodes using different connections. This is the whole point of direct mapping optimization. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org