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/09/25 12:16:01 UTC

[1/3] storm git commit: [STORM-2119] - bug in log message printing to stdout

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch ffd241c33 -> 5f6919e6e


[STORM-2119] - bug in log message printing to stdout


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

Branch: refs/heads/1.0.x-branch
Commit: d4139eb5b2fc9a77930ea92a2bf226f675bfc49a
Parents: ffd241c
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Thu Sep 22 13:39:24 2016 -0500
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Sep 25 21:15:24 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d4139eb5/storm-core/src/clj/org/apache/storm/ui/core.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/ui/core.clj b/storm-core/src/clj/org/apache/storm/ui/core.clj
index 019a648..80d06cb 100644
--- a/storm-core/src/clj/org/apache/storm/ui/core.clj
+++ b/storm-core/src/clj/org/apache/storm/ui/core.clj
@@ -805,7 +805,7 @@
                                "dumplink" (worker-dump-link (:host profile-action) (str (:port profile-action)) topology-id)
                                "timestamp" (str (- (:timestamp profile-action) (System/currentTimeMillis)))})
                             latest-profile-actions)]
-    (log-message "Latest-active actions are: " (pr active-actions))
+    (log-message "Latest-active actions are: " (pr-str active-actions))
     active-actions))
 
 (defn component-page


[2/3] storm git commit: Merge branch 'STORM-2119-1.0.x' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-2119-1.0.x' into 1.0.x-branch


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

Branch: refs/heads/1.0.x-branch
Commit: 0f6218e554d5145c69006560a596372480aa8fdf
Parents: ffd241c d4139eb
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Sep 25 21:15:29 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Sep 25 21:15:29 2016 +0900

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



[3/3] storm git commit: add STORM-2119 to CHANGELOG

Posted by ka...@apache.org.
add STORM-2119 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 5f6919e6e20b29cf12d140a596e5d1b4e59732f0
Parents: 0f6218e
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Sep 25 21:15:48 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Sep 25 21:15:48 2016 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/5f6919e6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5ddc59..58349b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2119: bug in log message printing to stdout
  * STORM-2120: Emit to _spoutConfig.outputStreamId
  * STORM-2101: fixes npe in compute-executors in nimbus
  * STORM-2090: Add integration test for storm windowing