szetszwo commented on code in PR #1029:
URL: https://github.com/apache/ratis/pull/1029#discussion_r1466592001
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java:
##########
@@ -1850,9 +1861,9 @@ TransactionContext getTransactionContext(LogEntryProto
entry, Boolean createNew)
}
if (!createNew) {
- return transactionManager.get(termIndex);
+ return getTransactionManager().get(termIndex);
Review Comment:
It was for fixing the mock test:
https://github.com/apache/ratis/pull/1029/commits/1183f10f53c531f603cd8b27298b4f2deac4b39e
--
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]