amahussein commented on pull request #2443: URL: https://github.com/apache/hadoop/pull/2443#issuecomment-723271151
This PR does the following: - MiniDFSCluster.Builder sets `dfs.namenode.redundancy.considerLoad ` to false by default. - a new method `Builder.setNNRedundancyConsiderLoad()` can be used to overwrite the default value in the conf. - removed explicit disabling of the flag in some Junits. Those were safe place to remove the disabling the flag, as the MiniDFSCluster is initialized directly after setting the configuration. - supercede changes done in #2410 #2404 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
