jeffkbkim commented on code in PR #15017:
URL: https://github.com/apache/kafka/pull/15017#discussion_r1447744934


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorLoader.java:
##########
@@ -53,12 +53,16 @@ public short unknownType() {
     class LoadSummary {
         private final long startTimeMs;
         private final long endTimeMs;
+        private final long totalTimeMs;

Review Comment:
   This simplifies the log in CoordinatorRuntime
   ```
   log.info("Finished loading of metadata from {} with epoch {} and 
LoadSummary={}.",
                                                   tp, partitionEpoch, summary
                                               );
   ```
   
   this simplifies the log format



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