GitHub user Gvain opened a pull request:
https://github.com/apache/incubator-storm/pull/175
Storm 382 UI index/topology summary page display disorder info
Storm UI index page, topology summary section display wrong order of tasksTotal, workersTotal
and executorsTotal.
The problem is also shown on topology page, topology summary section.
In ui topology summary page, it displays Num Workers, Num executors, Num tasks while the
corresponding date it renders are tasksTotal, workersTotal, executorsTotal. The order is wrong.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Gvain/incubator-storm STORM-382-topology-summary-disorder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #175
----
commit d080e043d15d710d6729963bed9cb078b7dce78e
Author: Li Jiahong <gvain@users.noreply.github.com>
Date: 2014-03-05T04:36:22Z
Merge pull request #1 from apache/master
update from apache/incubator-storm
commit 33715a2b4613742dfb3294a097874312d4e6c3b6
Author: Li Jiahong <gvain@users.noreply.github.com>
Date: 2014-04-03T07:46:40Z
Merge pull request #2 from apache/master
update from apache/incubator-storm
commit b2a5102917ebb4b32d42b9b722427500f939e8b5
Author: Li Jiahong <gvain@users.noreply.github.com>
Date: 2014-04-15T08:05:55Z
Merge pull request #3 from apache/master
update from apache/incubator-storm
commit a45b53a167cd48a275bbb21279bcaa9e9437b97b
Author: Li Jiahong <gvain@users.noreply.github.com>
Date: 2014-05-07T12:09:34Z
Merge pull request #4 from apache/master
update from apache/incubator-storm
commit 7e658ec258a0f2025de90348bd717ab3df93bcb8
Author: Li Jiahong <gvain@users.noreply.github.com>
Date: 2014-07-01T09:04:37Z
Merge pull request #5 from apache/master
update from apache/incubator-storm
commit f94b5e617cab59224815f959b124558b55380cd4
Author: jiahong.ljh <jiahong.ljh@alibaba-inc.com>
Date: 2014-07-01T14:00:07Z
STORM-382: fix ui index/topology summary page display wrong order info
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|