HBASE-27787 Downgrade noisy info log in NettyRpcConnection when TLS enabled (#5169)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Bryan Beaudreault 2023-04-18 14:32:41 -04:00 committed by Bryan Beaudreault
parent f6900f8c63
commit 2ad3a804c8
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class NettyRpcConnection extends RpcConnection {
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,