Kitti Nanasi created HDFS-14404: ----------------------------------- Summary: Reduce KMS error logging severity from WARN to INFO Key: HDFS-14404 URL: https://issues.apache.org/jira/browse/HDFS-14404 Project: Hadoop HDFS Issue Type: Improvement Components: kms Affects Versions: 3.2.0 Reporter: Kitti Nanasi Assignee: Kitti Nanasi
When the KMS is deployed as an HA service and a failure occurs the current error severity in the client code appears to be WARN. It can result in excessive errors despite the fact that another instance may succeed. Maybe this log level can be adjusted in only the load balancing provider. {code} 19/02/27 05:10:10 WARN kms.LoadBalancingKMSClientProvider: KMS provider at [https://example.com:16000/kms/v1/] threw an IOException [java.net.ConnectException: Connection refused (Connection refused)]!! 19/02/12 20:50:09 WARN kms.LoadBalancingKMSClientProvider: KMS provider at [https://example.com:16000/kms/v1/] threw an IOException: java.io.IOException: java.lang.reflect.UndeclaredThrowableException {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org