sanpwc commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r738290990
##########
File path:
modules/raft/src/test/java/org/apache/ignite/internal/raft/server/impl/RaftServerImpl.java
##########
@@ -187,6 +188,11 @@ else if (message instanceof ActionRequest) {
return new Peer(service.topologyService().localMember().address());
}
+ /** {@inheritDoc} */
+ @Override public TxManager transactionManager() {
Review comment:
Assuming that having transactionManager inside raft is correct, why we
return null for RaftServerImpl that is used as lightweight but fully-fledged
raft implementation for tests?
--
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]