hachikuji commented on a change in pull request #9839: URL: https://github.com/apache/kafka/pull/9839#discussion_r553506242
########## File path: core/src/main/scala/kafka/raft/KafkaNetworkChannel.scala ########## @@ -87,6 +87,7 @@ private[raft] class RaftSendThread( def sendRequest(request: RequestAndCompletionHandler): Unit = { queue.add(request) + wakeup() Review comment: Yes indeed, thanks for noticing. I guess your point is that we should have a test case. Let me see about writing one. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org