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 2019/12/04 16:40:11 UTC

[kafka] branch trunk updated (2accf14 -> 0871f7b)

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 2accf14  KAFKA-9265: Fix kafka.log.Log instance leak on log deletion (#7773)
     add 0871f7b  KAFKA-9190; Close connections with expired authentication sessions (#7723)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/common/network/KafkaChannel.java  |  6 +-
 .../authenticator/SaslServerAuthenticator.java     | 17 +++--
 .../main/scala/kafka/network/SocketServer.scala    |  5 +-
 .../unit/kafka/network/SocketServerTest.scala      | 83 ++++++++++++++++++++--
 4 files changed, 93 insertions(+), 18 deletions(-)