You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/23 00:36:50 UTC

storm git commit: Fixed log message for credential renewal.

Repository: storm
Updated Branches:
  refs/heads/1.x-branch c4a816844 -> 4f2ef04d4


Fixed log message for credential renewal.


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

Branch: refs/heads/1.x-branch
Commit: 4f2ef04d49fba75d951db7edd9fe8e98c8035d2c
Parents: c4a8168
Author: Juan Paulo Gutierrez <ju...@gmail.com>
Authored: Fri Aug 19 15:51:08 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 23 09:36:40 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4f2ef04d/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj b/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
index c17e2fd..0533131 100644
--- a/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
+++ b/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
@@ -1398,7 +1398,7 @@
                   (when-not (= orig-creds new-creds)
                     (.set-credentials! storm-cluster-state id new-creds topology-conf)
                     ))))))))
-    (log-message "not a leader skipping , credential renweal.")))
+    (log-message "not a leader, skipping credential renewal.")))
 
 (defn validate-topology-size [topo-conf nimbus-conf topology]
   (let [workers-count (get topo-conf TOPOLOGY-WORKERS)