You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by zh...@apache.org on 2015/12/22 00:15:38 UTC

[2/3] storm git commit: minor

minor


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/eb747b35
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eb747b35
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/eb747b35

Branch: refs/heads/master
Commit: eb747b355643ca2112c63f424738c78c0ef36230
Parents: 424ef54
Author: zhuol <zh...@yahoo-inc.com>
Authored: Fri Dec 18 13:03:17 2015 -0600
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Fri Dec 18 13:03:17 2015 -0600

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/daemon/nimbus.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/eb747b35/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 ca24248..f25da22 100644
--- a/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
+++ b/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
@@ -2159,7 +2159,7 @@
               bases (topology-bases storm-cluster-state)
               assigned-topology-ids (.assignments storm-cluster-state nil)
               user-group-match-fn (fn [topo-id user conf]
-                                    (let [topology-conf (try-read-storm-conf conf topo-id)
+                                    (let [topology-conf (try-read-storm-conf conf topo-id (:blob-store nimbus))
                                           groups (get-topo-logs-groups topology-conf)]
                                       (or (nil? user)
                                           (some #(= % user) admin-users)