gharris1727 commented on code in PR #12876:
URL: https://github.com/apache/kafka/pull/12876#discussion_r1030729122


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/DistributedHerderTest.java:
##########
@@ -2179,6 +2135,7 @@ public void testConnectorPausedRunningTaskOnly() throws 
Exception {
         herder.tick(); // join
         configUpdateListener.onConnectorTargetStateChange(CONN1); // state 
changes to paused
         herder.tick(); // apply state change
+        herder.tick();

Review Comment:
   I added the other tick to resolve the task reconfiguration, but if the 
PAUSED was returned then we wouldn't have needed that. I removed the extra tick.



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