You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/06/10 19:25:21 UTC

[kafka] branch trunk updated (0f68dc7 -> 164db1a)

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

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


    from 0f68dc7  KAFKA-10079: improve thread-level stickiness (#8775)
     add 164db1a  KAFKA-10014; Always try to close all channels in Selector#close (#8685)

No new revisions were added by this update.

Summary of changes:
 .../common/network/PlaintextChannelBuilder.java    |  8 +++++-
 .../org/apache/kafka/common/network/Selector.java  | 30 ++++++++++------------
 .../java/org/apache/kafka/common/utils/Utils.java  | 10 ++++++++
 .../apache/kafka/common/network/SelectorTest.java  | 29 +++++++++++++++++++++
 .../org/apache/kafka/common/utils/UtilsTest.java   | 17 ++++++++++++
 5 files changed, 76 insertions(+), 18 deletions(-)