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/05/28 22:19:43 UTC

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

Repository: storm
Updated Branches:
  refs/heads/master 93544b207 -> 34a0c0908


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/ef25356b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ef25356b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ef25356b

Branch: refs/heads/master
Commit: ef25356b1d93fd27d92893779a8ccaf293d90901
Parents: d96a523
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Mar 26 16:30:03 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Mar 26 16:30:03 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/ef25356b/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 1719606..ed69d43 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>


[3/3] storm git commit: Added STORM-728 to Changelog

Posted by bo...@apache.org.
Added STORM-728 to Changelog


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

Branch: refs/heads/master
Commit: 34a0c0908d856130d9582c2299e6822eb300ce34
Parents: d686079
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 28 15:18:56 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 28 15:18:56 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/34a0c090/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af3dd5a..365c1d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,7 @@
  * STORM-749: Remove CSRF check from the REST API.
 
 ## 0.10.0
+ * STORM-728: Put emitted and transferred stats under correct columns
  * STORM-752: [storm-redis] Clarify Redis*StateUpdater's expire is optional
  * STORM-681: Auto insert license header with genthrift.sh
  * STORM-707: Client (Netty): improve logging to help troubleshooting connection woes


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

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

STORM-728: 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/d686079d
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d686079d
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d686079d

Branch: refs/heads/master
Commit: d686079d19fc79187555bb3764171c4a7bba92de
Parents: 93544b2 ef25356
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 28 15:14:12 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 28 15:14:12 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/d686079d/storm-core/src/ui/public/templates/component-page-template.html
----------------------------------------------------------------------