rpuch commented on code in PR #5299:
URL: https://github.com/apache/ignite-3/pull/5299#discussion_r1971788431
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/Replicator.java:
##########
@@ -1240,6 +1239,17 @@ static void onHeartbeatReturned(final ThreadId id, final
Status status, final Ap
}
}
+ private static void logFailToIssueRpc(Status status, Replicator r) {
Review Comment:
This is JRaft code (not ours), we try to touch it as little as possible, so
the checks (checkstyle/PMD/whatever) are disabled in this module
--
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]