STORM-166: renaming bt-tracker to code-distributor.
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/27a381ae Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/27a381ae Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/27a381ae Branch: refs/heads/nimbus-ha-branch Commit: 27a381aef63b0929aedc5e85b6536f8ac29a14fd Parents: c1e8782 Author: Parth Brahmbhatt <[email protected]> Authored: Thu Jan 22 23:10:02 2015 -0800 Committer: Parth Brahmbhatt <[email protected]> Committed: Thu Jan 22 23:10:02 2015 -0800 ---------------------------------------------------------------------- storm-core/src/clj/backtype/storm/daemon/nimbus.clj | 2 +- storm-core/src/clj/backtype/storm/daemon/supervisor.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/27a381ae/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 d1f5c31..e07e6d1 100644 --- a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj +++ b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj @@ -100,7 +100,7 @@ )) :scheduler (mk-scheduler conf inimbus) :leader-elector (zk-leader-elector conf) - :bt-tracker (mk-code-distributor conf) + :code-distributor (mk-code-distributor conf) :id->sched-status (atom {}) :cred-renewers (AuthUtils/GetCredentialRenewers conf) :nimbus-autocred-plugins (AuthUtils/getNimbusAutoCredPlugins conf) http://git-wip-us.apache.org/repos/asf/storm/blob/27a381ae/storm-core/src/clj/backtype/storm/daemon/supervisor.clj ---------------------------------------------------------------------- diff --git a/storm-core/src/clj/backtype/storm/daemon/supervisor.clj b/storm-core/src/clj/backtype/storm/daemon/supervisor.clj index ceb098e..7e87d3d 100644 --- a/storm-core/src/clj/backtype/storm/daemon/supervisor.clj +++ b/storm-core/src/clj/backtype/storm/daemon/supervisor.clj @@ -302,7 +302,7 @@ )) :assignment-versions (atom {}) :sync-retry (atom 0) - :bt-tracker (mk-code-distributor conf) + :code-distributor (mk-code-distributor conf) }) (defn sync-processes [supervisor]
