This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 8740755 HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by chencan. 8740755 is described below commit 87407553ef9215c008ccc5836dc7c9a9201a9e7d Author: Arpit Agarwal <a...@apache.org> AuthorDate: Wed Apr 10 13:21:04 2019 -0700 HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by chencan. --- .../hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java index 0e9ea04..acdec93 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java @@ -833,7 +833,7 @@ public class NetUtils { Throwable t = ctor.newInstance(msg); return (T)(t.initCause(exception)); } catch (Throwable e) { - LOG.warn("Unable to wrap exception of type {}: it has no (String) " + LOG.trace("Unable to wrap exception of type {}: it has no (String) " + "constructor", clazz, e); throw exception; } --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org