xiaocairush commented on code in PR #13885: URL: https://github.com/apache/kafka/pull/13885#discussion_r1235458225
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConnector.java: ########## @@ -271,12 +271,12 @@ public synchronized void shutdown() { void doShutdown() { try { - TargetState preEmptedState = pendingTargetStateChange.getAndSet(null); + TargetState preEmptiedState = pendingTargetStateChange.getAndSet(null); Review Comment: Have reverted all false positive fix in WorkerConnector -- 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