Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
`refreshHostsReader` should use the latest configuration.
And the current code as bellow:
/** Reread include/exclude files. */ private void refreshHostsReader(Configuration conf) throws IOException { if (conf == null) { conf = new HdfsConfiguration(); // BUG here this.hostConfigManager.setConf(conf); } this.hostConfigManager.refresh(); }
Attachments
Attachments
Issue Links
- links to