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 2015/07/17 01:57:02 UTC

[1/3] storm git commit: Put emitted and transferred stats under correct columns

Repository: storm
Updated Branches:
  refs/heads/0.9.x-branch f17b4151f -> 12b4459b0


Put emitted and transferred stats under correct columns


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

Branch: refs/heads/0.9.x-branch
Commit: 367a08d1b4ab434e42f824530b157c8e55160d19
Parents: f382403
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Mar 26 16:30:03 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Wed Jul 1 08:52:05 2015 -0500

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/component-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/367a08d1/storm-core/src/ui/public/templates/component-page-template.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/templates/component-page-template.html b/storm-core/src/ui/public/templates/component-page-template.html
index 1e916e3..bfa572b 100644
--- a/storm-core/src/ui/public/templates/component-page-template.html
+++ b/storm-core/src/ui/public/templates/component-page-template.html
@@ -91,8 +91,8 @@
       {{#spoutSummary}}
       <tr>
         <td><a href="/component.html?id={{encodedId}}&topology_id={{encodedTopologyId}}&window={{window}}">{{windowPretty}}</a></td>
-        <td>{{transferred}}</td>
         <td>{{emitted}}</td>
+        <td>{{transferred}}</td>
         <td>{{completeLatency}}</td>
         <td>{{acked}}</td>
         <td>{{failed}}</td>


[2/3] storm git commit: Merge branch 'storm-728-ui-columns-0.9.x' of https://github.com/d2r/storm into 0.9.x-branch

Posted by ka...@apache.org.
Merge branch 'storm-728-ui-columns-0.9.x' of https://github.com/d2r/storm into 0.9.x-branch


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

Branch: refs/heads/0.9.x-branch
Commit: 8624fe25050534d7a625c2222ed21c7ba5fc1852
Parents: f17b415 367a08d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jul 17 08:54:32 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jul 17 08:54:32 2015 +0900

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/component-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] storm git commit: add STORM-728 to CHANGELOG.md

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


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

Branch: refs/heads/0.9.x-branch
Commit: 12b4459b0487106495ec49326c640ffebc6cbbd4
Parents: 8624fe2
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jul 17 08:56:30 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jul 17 08:56:30 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/12b4459b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 761d515..d562db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
  * STORM-763: nimbus reassigned worker A to another machine, but other worker's netty client can't connect to the new worker A
  * STORM-935: Update Disruptor queue version to 2.10.4
  * STORM-503: Short disruptor queue wait time leads to high CPU usage when idle
+ * STORM-728: Put emitted and transferred stats under correct columns
 
 ## 0.9.5
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn