sanpwc commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r738166134



##########
File path: modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java
##########
@@ -84,11 +85,13 @@
      * Constructor.
      *
      * @param clusterNetSvc Cluster network service.
+     * @param txManager Transaction manager.
+     * @param dataPath Data path.
      */
-    public Loza(ClusterService clusterNetSvc, Path dataPath) {
+    public Loza(ClusterService clusterNetSvc, TxManager txManager, Path 
dataPath) {

Review comment:
       Same as above, are you sure that it's correct that raft depends on 
txManager?




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