sanpwc commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r738325215
##########
File path:
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
##########
@@ -168,7 +178,11 @@
getConfiguration(NetworkConfiguration.KEY).value())
);
- raftMgr = new Loza(clusterSvc, workDir);
+ lockManager = new HeapLockManager();
Review comment:
Both lockManager and txManager neither started nor stopped. They either
don't have to implement the IgniteСomponent, or they have to start and stop.
--
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]