PakhomovAlexander commented on code in PR #5093: URL: https://github.com/apache/ignite-3/pull/5093#discussion_r1926866860
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java: ########## @@ -418,7 +418,9 @@ public class TableManager implements IgniteTablesInternal, IgniteComponent { private final PartitionReplicaLifecycleManager partitionReplicaLifecycleManager; - private long implicitTransactionTimeout; + private long roTransactionTimeout; Review Comment: Do you agree that `implicitTransactionTimeout` should be removed with this PR? If yes, then it is clear why these options are there. If we should keep `implicitTransactionTimeout ` then, probably, I should rollback the change. I suppose we should remove `implicitTransactionTimeout` and refactor `TableManager` as you suggested. Am I right? -- 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