OmniaGM commented on PR #14954:
URL: https://github.com/apache/kafka/pull/14954#issuecomment-1847807559

   @rondagostino @pprovenzano @cmccabe integration tests are failing on the 
trunk because of the following error 
   ```
   [2023-12-07 19:44:18,763] ERROR Unexpected error handling 
org.apache.kafka.server.AssignmentsManager$DispatchEvent@34060209 
(org.apache.kafka.server.AssignmentsManager:121)
   java.lang.IllegalStateException: Cannot enqueue a request if the request 
thread is not running
        at 
kafka.server.NodeToControllerRequestThread.enqueue(NodeToControllerChannelManager.scala:309)
        at 
kafka.server.NodeToControllerChannelManagerImpl.sendRequest(NodeToControllerChannelManager.scala:239)
        at 
org.apache.kafka.server.AssignmentsManager$DispatchEvent.run(AssignmentsManager.java:217)
        at 
org.apache.kafka.queue.KafkaEventQueue$EventContext.run(KafkaEventQueue.java:127)
        at 
org.apache.kafka.queue.KafkaEventQueue$EventHandler.handleEvents(KafkaEventQueue.java:210)
        at 
org.apache.kafka.queue.KafkaEventQueue$EventHandler.run(KafkaEventQueue.java:181)
        at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   which this PR is supposed to fix. Can we get this merged, please? 
   cc: @jolshan 


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