You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/04/20 18:21:43 UTC

[1/3] storm git commit: Fix key for process latencies

Repository: storm
Updated Branches:
  refs/heads/master 2b41f60e7 -> 4bf195cc9


Fix key for process latencies


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

Branch: refs/heads/master
Commit: 4b78204fe6dcf055d4be43b4a4539746103a0209
Parents: a7c8310
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Apr 16 15:01:22 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Apr 16 15:01:22 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4b78204f/storm-core/src/clj/backtype/storm/ui/core.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/ui/core.clj b/storm-core/src/clj/backtype/storm/ui/core.clj
index bbf7b18..0d2c4e6 100644
--- a/storm-core/src/clj/backtype/storm/ui/core.clj
+++ b/storm-core/src/clj/backtype/storm/ui/core.clj
@@ -837,7 +837,7 @@
        "encodedComponent" (url-encode (.get_componentId s))
        "stream" (.get_streamId s)
        "executeLatency" (float-str (:execute-latencies stats))
-       "processLatency" (float-str (:execute-latencies stats))
+       "processLatency" (float-str (:process-latencies stats))
        "executed" (nil-to-zero (:executed stats))
        "acked" (nil-to-zero (:acked stats))
        "failed" (nil-to-zero (:failed stats))})))


[3/3] storm git commit: Added STORM-788 to changelog

Posted by bo...@apache.org.
Added STORM-788 to changelog


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

Branch: refs/heads/master
Commit: 4bf195cc9b53ee85b0fbce679944f78bb477c15a
Parents: 051c415
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Apr 20 11:21:09 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Apr 20 11:21:09 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4bf195cc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6d2b72..2118dfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-788: UI Fix key for process latencies
  * STORM-773: backtype.storm.transactional-test fails periodically with timeout
  * STORM-772: Tasts fail periodically with InterruptedException or InterruptedIOException
  * STORM-563: Kafka Spout doesn't pick up from the beginning of the queue unless forceFromStart specified.


[2/3] storm git commit: Merge branch 'storm-788-ui-bolt-input-proc-lat' of https://github.com/d2r/storm into STORM-788

Posted by bo...@apache.org.
Merge branch 'storm-788-ui-bolt-input-proc-lat' of https://github.com/d2r/storm into STORM-788

STORM-788: UI Fix key for process latencies


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

Branch: refs/heads/master
Commit: 051c415fd44c949c510d61d241de047bc6f833af
Parents: 2b41f60 4b78204
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Apr 20 11:13:02 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Apr 20 11:13:02 2015 -0500

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