[GitHub] storm issue #2794: STORM-3180 Total executors in Cluster Summary in main UI ...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2794 Okay, just wanted to be sure it wasn't an oversight. +1. ---

[GitHub] storm issue #2794: STORM-3180 Total executors in Cluster Summary in main UI ...

2018-08-06 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2794 @srdo No, unfortunately we don't apply consistent naming so `totalExecutors` is right for others. Renaming them would break clients which rely on the REST API, so I'm not sure we would be better

[GitHub] storm issue #2795: STORM-3182: Removing superfluous topo id check from owner...

2018-08-06 Thread govind-menon
Github user govind-menon commented on the issue: https://github.com/apache/storm/pull/2795 @HeartSaVioR Fix for 3182. Working on the others. ---

[GitHub] storm pull request #2795: STORM-3182: Removing superfluous topo id check fro...

2018-08-06 Thread govind-menon
GitHub user govind-menon opened a pull request: https://github.com/apache/storm/pull/2795 STORM-3182: Removing superfluous topo id check from owner resource AP… …I request You can merge this pull request into a Git repository by running: $ git pull

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread zd-project
Github user zd-project commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208012336 --- Diff: storm-server/src/main/java/org/apache/storm/metric/StormMetricsRegistry.java --- @@ -53,12 +55,14 @@ public static Meter registerMeter(String

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208010887 --- Diff: storm-server/src/main/java/org/apache/storm/metric/StormMetricsRegistry.java --- @@ -53,12 +55,14 @@ public static Meter registerMeter(String name) {

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread zd-project
Github user zd-project commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208010012 --- Diff: storm-server/src/main/java/org/apache/storm/metric/StormMetricsRegistry.java --- @@ -53,12 +55,14 @@ public static Meter registerMeter(String

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread zd-project
Github user zd-project commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208008824 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/metrics/reporters/PreparableReporter.java --- @@ -13,16 +13,35 @@ package

[GitHub] storm issue #2789: STORM-3173: flush metrics to ScheduledReporter on shutdow...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2789 The exit code is 20. Try looking for uses of `Utils.exitProcess` with `20` as the argument. If you change the values to be unique and rerun the tests, you should be able to nail down where the exit is

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208007711 --- Diff: storm-server/src/main/java/org/apache/storm/metric/StormMetricsRegistry.java --- @@ -53,12 +55,14 @@ public static Meter registerMeter(String name) {

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208005815 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -446,6 +447,7 @@ public void

[GitHub] storm pull request #2789: STORM-3173: flush metrics to ScheduledReporter on ...

2018-08-06 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2789#discussion_r208005061 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/metrics/reporters/PreparableReporter.java --- @@ -13,16 +13,35 @@ package

[GitHub] storm issue #2789: STORM-3173: flush metrics to ScheduledReporter on shutdow...

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2789 Build logs report test crash [INFO] Running org.apache.storm.scheduler.resource.TestResourceAwareScheduler, but it's passing on my local machine. Don't know what's happening. It'll be great if

[GitHub] storm issue #2789: STORM-3173: flush metrics to ScheduledReporter on shutdow...

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2789 https://issues.apache.org/jira/browse/STORM-3128 This bug in test appeared again and broke the test in this PR but I don't actually know the cause of it. ---

[GitHub] storm issue #2764: STORM-3147: Port ClusterSummary as metrics to StormMetric...

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2764 This can be merged after #2789 ---

[GitHub] storm issue #2794: STORM-3180 Total executors in Cluster Summary in main UI ...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2794 Grepping for "totalExecutors" also pops up a couple of other locations in storm-webapp. ``` ./storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java:536: int

[GitHub] storm issue #2783: [WIP] Make StormMetricsRegistry a regular class rather th...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2783 Thanks ---

[GitHub] storm issue #2771: STORM-3157: General improvement to StormMetricsRegistry

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2771 +1, though maybe some of this can be made unnecessary in the future if we decide to make StormMetricsRegistry non-static. Thanks for your patience @zd-project, merged to master. ---

[GitHub] storm issue #2783: [WIP] Make StormMetricsRegistry a regular class rather th...

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2783 I'm really sorry about the timing. I'll try to take a look at it once the merge is done. ---

[GitHub] storm pull request #2771: STORM-3157: General improvement to StormMetricsReg...

2018-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2771 ---

[GitHub] storm pull request #2783: [WIP] Make StormMetricsRegistry a regular class ra...

2018-08-06 Thread srdo
Github user srdo closed the pull request at: https://github.com/apache/storm/pull/2783 ---

[GitHub] storm issue #2783: [WIP] Make StormMetricsRegistry a regular class rather th...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2783 I'll close this in the meantime. ---

[GitHub] storm issue #2783: [WIP] Make StormMetricsRegistry a regular class rather th...

2018-08-06 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2783 @zd-project Alright, maybe the best option is that we postpone looking at this until the added metrics have been merged. ---

[GitHub] storm issue #2771: STORM-3157: General improvement to StormMetricsRegistry

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2771 Squashed. ---

[GitHub] storm issue #2783: [WIP] Make StormMetricsRegistry a regular class rather th...

2018-08-06 Thread zd-project
Github user zd-project commented on the issue: https://github.com/apache/storm/pull/2783 I can port changes on top of this and open another PR, but I hope existing PRs can be merged in first, as they provide actual metrics that are straight useful to system administrators and

[GitHub] storm pull request #2790: STORM-3175 - Allow usage of custom Callback.

2018-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2790 ---

[GitHub] storm pull request #2794: STORM-3180 Total executors in Cluster Summary in m...

2018-08-06 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/2794 STORM-3180 Total executors in Cluster Summary in main UI page is not … …exposed even a topology is running * rename the field of /cluster/summary output: `totalExecutors` to

[GitHub] storm issue #2790: STORM-3175 - Allow usage of custom Callback.

2018-08-06 Thread dfdemar
Github user dfdemar commented on the issue: https://github.com/apache/storm/pull/2790 @srdo Ready to merge! ---