Description
ConfiguredFailoverProxyProvider resolves the IP addresses and stores them in the internal state. As a result when migrating the standby NN to a different machine, it requires restarting all HDFS clients.
A better approach is to follow Java's policy of caching DNS names: http://javaeesupportpatterns.blogspot.com/2011/03/java-dns-cache-reference-guide.html