GitHub user arp7 opened a pull request: https://github.com/apache/hadoop/pull/73
HADOOP-12746. ReconfigurableBase should update the cached configuration Initial patch to have ReconfigurableBase#ReconfigurationThread update parent's cached configuration. The effective value may be different from the passed in newVal so this patch also updates ReconfigurableBase#reconfigurePropertyImpl to return the effective config value. This idea was suggested by [~eddyxu] on https://issues.apache.org/jira/secure/EditComment!default.jspa?id=12740232&commentId=15118434 Will likely add more unit tests for this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/arp7/hadoop HADOOP-12476 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hadoop/pull/73.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #73 ---- commit 942b4eecbb344549f5ad3d16e97e83a381ef960c Author: Arpit Agarwal <a...@apache.org> Date: 2016-02-06T00:54:02Z HADOOP-12746. ReconfigurableBase should update the cached configuration ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---