fvaleri commented on code in PR #13050:
URL: https://github.com/apache/kafka/pull/13050#discussion_r1059285394


##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -432,8 +432,8 @@ private Throwable handleEventException(String name,
                                            OptionalLong startProcessingTimeNs,
                                            Throwable exception) {
         if (!startProcessingTimeNs.isPresent()) {
-            log.error("{}: unable to start processing because of {}.", name,
-                exception.getClass().getSimpleName());
+            log.error("{}: unable to start processing because of {}. Reason: 
{}", name,

Review Comment:
   From a debugging point of view, I think that the stack trace may be useful 
if it is not an instance of a known exception, otherwise the error message is 
sufficient.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to