Skip to content

Commit 3a7ad23

Browse files
committed
HBASE-26350 Add a DEBUG when we fail the SASL handshake
Closes #3743 Signed-off-by: Pankaj <pankajkumar@apache.org> Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
1 parent 9f6471a commit 3a7ad23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public void saslReadAndProcess(ByteBuff saslToken) throws IOException,
371371
replyToken = saslServer.evaluateResponse(saslToken.hasArray()?
372372
saslToken.array() : saslToken.toBytes());
373373
} catch (IOException e) {
374+
RpcServer.LOG.debug("Failed to execute SASL handshake", e);
374375
IOException sendToClient = e;
375376
Throwable cause = e;
376377
while (cause != null) {

0 commit comments

Comments
 (0)