rreddy-22 commented on code in PR #14657:
URL: https://github.com/apache/kafka/pull/14657#discussion_r1376515172


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntime.java:
##########
@@ -1370,7 +1371,9 @@ public void scheduleUnloadOperation(
                         tp, partitionEpoch, context.epoch
                     );
                 }
-            });
+            } else {
+                log.info("No unload required since broker was not a 
coordinator for the given partition " + tp);

Review Comment:
   I'll level it down to debug



##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntime.java:
##########
@@ -1370,7 +1371,9 @@ public void scheduleUnloadOperation(
                         tp, partitionEpoch, context.epoch
                     );
                 }
-            });
+            } else {
+                log.info("No unload required since broker was not a 
coordinator for the given partition " + tp);

Review Comment:
   makes sense, I'll level it down to debug



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