vldpyatkov commented on code in PR #4229:
URL: https://github.com/apache/ignite-3/pull/4229#discussion_r1718716372
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java:
##########
@@ -110,6 +113,9 @@ public class JraftServerImpl implements RaftServer {
/** Cluster service. */
private final ClusterService service;
+ /** Failure processor that is used to handle critical errors. */
+ FailureProcessor failureProcessor;
Review Comment:
private final
--
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]