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 17:05:57 UTC

[kafka] branch 2.4 updated (39ffc0d -> 453d560)

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

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


    from 39ffc0d  KAFKA-9265: Fix kafka.log.Log instance leak on log deletion (#7773)
     add 453d560  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(-)