Skip to content

Commit

Permalink
HBASE-27787 Downgrade noisy info log in NettyRpcConnection when TLS e…
Browse files Browse the repository at this point in the history
…nabled (#5169)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
bbeaudreault committed Apr 18, 2023
1 parent f6900f8 commit 2ad3a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected void initChannel(Channel ch) throws Exception {
conf.getInt(X509Util.HBASE_CLIENT_NETTY_TLS_HANDSHAKETIMEOUT,
X509Util.DEFAULT_HANDSHAKE_DETECTION_TIMEOUT_MILLIS));
ch.pipeline().addFirst(sslHandler);
LOG.info("SSL handler added with handshake timeout {} ms",
LOG.debug("SSL handler added with handshake timeout {} ms",
sslHandler.getHandshakeTimeoutMillis());
}
ch.pipeline().addLast(BufferCallBeforeInitHandler.NAME,
Expand Down

0 comments on commit 2ad3a80

Please sign in to comment.