This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a change to branch 2.5
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from d5e85ef KAFKA-12474: Handle failure to write new session keys
gracefully (#10396)
new 4a6fada KAFKA-10727; Handle Kerberos error during re-login as
transient failure in clients (#9605)
new dbce992 KAFKA-12730; Avoid duplicate logout if Kerberos login fails
(#10611)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kafka/common/network/SaslChannelBuilder.java | 2 +-
.../authenticator/SaslClientAuthenticator.java | 8 +-
.../common/security/kerberos/KerberosError.java | 19 +++
.../common/security/kerberos/KerberosLogin.java | 21 ++-
.../kafka/server/GssapiAuthenticationTest.scala | 147 +++++++++++++++++++--
5 files changed, 176 insertions(+), 21 deletions(-)