ijuma commented on a change in pull request #9714: URL: https://github.com/apache/kafka/pull/9714#discussion_r539017475
########## File path: core/src/main/scala/kafka/network/SocketServer.scala ########## @@ -1134,11 +1133,11 @@ private[kafka] class Processor(val id: Int, // Try unmuting the channel. If there was no quota violation and the channel has not been throttled, // it will be unmuted immediately. If the channel has been throttled, it will unmuted only if the throttling // delay has already passed by now. - handleChannelMuteEvent(send.destination, ChannelMuteEvent.RESPONSE_SENT) - tryUnmuteChannel(send.destination) + handleChannelMuteEvent(send.destinationId(), ChannelMuteEvent.RESPONSE_SENT) + tryUnmuteChannel(send.destinationId()) Review comment: Looks like the IDE added this when I renamed it or something. Fixed. ---------------------------------------------------------------- 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