denis-chudov commented on code in PR #2822:
URL: https://github.com/apache/ignite-3/pull/2822#discussion_r1389477395


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/RaftGroupServiceImpl.java:
##########
@@ -575,8 +575,12 @@ private void handleThrowable(
     ) {
         if (recoverable(err)) {
             LOG.warn(
-                    "Recoverable error during the request type={} occurred 
(will be retried on the randomly selected node): ",
-                    err, sentRequest.getClass().getSimpleName()
+                    "Recoverable error during the request occurred (will be 
retried on the randomly selected node) "
+                            + "[type={}, groupId={}, peer={}].",
+                    err,
+                    sentRequest.getClass().getSimpleName(),

Review Comment:
   I would suggest to log the request itself.



-- 
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]

Reply via email to