cshannon commented on code in PR #16754:
URL: https://github.com/apache/kafka/pull/16754#discussion_r1872212261


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Worker.java:
##########
@@ -1071,7 +1071,7 @@ private void awaitStopTask(ConnectorTaskId taskId, long 
timeout) {
             }
 
             if (!task.awaitStop(timeout)) {
-                log.error("Graceful stop of task {} failed.", task.id());
+                log.error(" Graceful stop of task {} failed.", task.id());

Review Comment:
   Nope, that was definitely inadvertent so I will fix that.



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