squah-confluent commented on code in PR #20806:
URL: https://github.com/apache/kafka/pull/20806#discussion_r2485864034


##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java:
##########
@@ -717,7 +717,7 @@ private void load() {
                             }
                         } catch (Throwable ex) {
                             log.error("Failed to load metadata from {} with 
epoch {} due to {}.",
-                                tp, epoch, ex.toString());
+                                tp, epoch, ex.toString(), ex);

Review Comment:
   Thanks for reviewing! I've updated the PR to use `getMessage` instead.



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