Removing the cache variable for now.
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0b454e8e Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0b454e8e Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0b454e8e Branch: refs/heads/nimbus-ha-branch Commit: 0b454e8ebfebdf144f204169f6c75ae4f8fb0a63 Parents: 7cae523 Author: Parth Brahmbhatt <[email protected]> Authored: Thu Feb 12 15:00:30 2015 -0800 Committer: Parth Brahmbhatt <[email protected]> Committed: Thu Feb 12 15:00:30 2015 -0800 ---------------------------------------------------------------------- storm-core/src/clj/backtype/storm/daemon/nimbus.clj | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/0b454e8e/storm-core/src/clj/backtype/storm/daemon/nimbus.clj ---------------------------------------------------------------------- diff --git a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj index 2059c0d..26bd591 100644 --- a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj +++ b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj @@ -105,7 +105,6 @@ :id->sched-status (atom {}) :cred-renewers (AuthUtils/GetCredentialRenewers conf) :nimbus-autocred-plugins (AuthUtils/getNimbusAutoCredPlugins conf) - :nimbuses-cache (atom {}) ;;TODO need to figure out how to keep the cache upto date, one more thread })) (defn inbox [nimbus]
