sanpwc commented on code in PR #4162:
URL: https://github.com/apache/ignite-3/pull/4162#discussion_r1698333362
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/RaftGroupServiceImpl.java:
##########
@@ -597,7 +596,7 @@ private void handleThrowable(
"Recoverable error during the request occurred (will be
retried on the randomly selected node) "
+ "[request={}, peer={}, newPeer={}].",
err,
- sentRequest,
+ LOG.isDebugEnabled() ? sentRequest :
sentRequest.toStringForLightLogging(),
Review Comment:
And here.
--
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]