You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2020/05/29 08:33:55 UTC

[kafka] branch trunk updated (36ca33f -> 1fd195e)

This is an automated email from the ASF dual-hosted git repository.

rsivaram pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 36ca33f  MINOR: remove unnecessary timeout for admin request (#8738)
     add 1fd195e  KAFKA-10029; Don't update completedReceives when channels are closed to avoid ConcurrentModificationException (#8705)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/common/network/KafkaChannel.java  |  5 +-
 .../org/apache/kafka/common/network/Selector.java  | 35 +++++++--
 .../apache/kafka/common/network/SelectorTest.java  | 85 +++++++++++++++++++++
 .../main/scala/kafka/network/SocketServer.scala    |  4 +-
 .../unit/kafka/network/SocketServerTest.scala      | 87 +++++++++++++++++-----
 5 files changed, 188 insertions(+), 28 deletions(-)