Skip to content

Commit

Permalink
HDFS-14673. The console log is noisy when using DNSDomainNameResolver…
Browse files Browse the repository at this point in the history
… to resolve NameNode.
  • Loading branch information
pingsutw authored and goiri committed Jul 26, 2019
1 parent c01e137 commit ecc8acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Collection<InetSocketAddress> getResolvedHostsIfNecessary(
conf, nameNodeUri, HdfsClientConfigKeys.Failover.RESOLVE_SERVICE_KEY);
// If the address needs to be resolved, get all of the IP addresses
// from this address and pass them into the proxy
LOG.info("Namenode domain name will be resolved with {}",
LOG.debug("Namenode domain name will be resolved with {}",
dnr.getClass().getName());
for (InetSocketAddress address : addressesOfNns) {
String[] resolvedHostNames = dnr.getAllResolvedHostnameByDomainName(
Expand Down

0 comments on commit ecc8acf

Please sign in to comment.