Unsubsbribe

2018-01-05 Thread Ahamed Minhaj
-- Regards, Ahamed Minhaj.A

[GitHub] storm issue #2505: STORM-2877: Add an option to configure pagination in Stor...

2018-01-05 Thread srishtyagrawal
Github user srishtyagrawal commented on the issue: https://github.com/apache/storm/pull/2505 @revans2 if I understand correctly your concern is that every time a table is paginated for a given page, there will be a call to get the cluster configuration. I verified that for multiple pa

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread roshannaik
Github user roshannaik commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r160011014 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/Task.java --- @@ -177,6 +195,35 @@ public BuiltinMetrics getBuiltInMetrics() { return b

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread roshannaik
Github user roshannaik commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r160010894 --- Diff: storm-client/src/jvm/org/apache/storm/executor/spout/SpoutOutputCollectorImpl.java --- @@ -105,19 +134,16 @@ public void reportError(Throwable

[GitHub] storm pull request #2503: [STORM-2879] Supervisor collapse continuously when...

2018-01-05 Thread danny0405
Github user danny0405 closed the pull request at: https://github.com/apache/storm/pull/2503 ---

[GitHub] storm pull request #2506: [STORM-2879] Supervisor collapse continuously when...

2018-01-05 Thread danny0405
GitHub user danny0405 opened a pull request: https://github.com/apache/storm/pull/2506 [STORM-2879] Supervisor collapse continuously when there is a expired assignment for overdue storm [fix for 1.x-branch] Supervisor collapse continuously when there is a expired assignment for ove

[GitHub] storm pull request #2475: STORM-2862: More flexible logging in multilang

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2475#discussion_r159973491 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ShellLogHandler.java --- @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] storm pull request #2485: STORM-2859: Fix a number of issues with Normalized...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2485#discussion_r159973149 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/NormalizedResources.java --- @@ -246,59 +259,133 @@ public boolean couldHoldIgnori

[GitHub] storm pull request #2485: STORM-2859: Fix a number of issues with Normalized...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2485#discussion_r159972982 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/NormalizedResources.java --- @@ -184,30 +191,25 @@ public void remove(NormalizedRes

[GitHub] storm pull request #2475: STORM-2862: More flexible logging in multilang

2018-01-05 Thread hmcc
Github user hmcc commented on a diff in the pull request: https://github.com/apache/storm/pull/2475#discussion_r159972449 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ShellLogHandler.java --- @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundation (AS

[GitHub] storm issue #2505: STORM-2877: Add an option to configure pagination in Stor...

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2505 @srishtyagrawal I am fine with the change in principal, but I am not happy with an implementation that adds many new called to get the cluster configuration. One for each table on the page. ---

Unsubsbribe

2018-01-05 Thread Bo Hu
Best, Bo

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159969475 --- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java --- @@ -328,20 +328,22 @@ public static boolean isSystemId(String id) { * @return t

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159962361 --- Diff: storm-client/src/jvm/org/apache/storm/executor/ExecutorTransfer.java --- @@ -17,72 +17,124 @@ */ package org.apache.storm.executor;

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159969170 --- Diff: storm-client/src/jvm/org/apache/storm/utils/JCQueue.java --- @@ -0,0 +1,458 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159956952 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/worker/BackPressureTracker.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to the Apache Software F

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159968476 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ObjectReader.java --- @@ -76,6 +76,32 @@ public static Integer getInt(Object o, Integer defaultValue) {

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159969789 --- Diff: storm-server/src/main/java/org/apache/storm/Testing.java --- @@ -712,6 +712,6 @@ public static Tuple testTuple(List values, MkTupleParam param) {

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159969910 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/BasicContainer.java --- @@ -79,6 +79,7 @@ protected final long lowMemoryThr

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159954450 --- Diff: storm-client/src/jvm/org/apache/storm/cluster/ClusterUtils.java --- @@ -47,7 +47,6 @@ public static final String STORMS_ROOT = "storms";

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159967636 --- Diff: storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java --- @@ -24,50 +24,46 @@ import org.apache.storm.task.GeneralTopologyContext;

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159954152 --- Diff: storm-client/src/jvm/org/apache/storm/StormTimer.java --- @@ -193,6 +210,24 @@ public void run() { }); } +/**

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159957697 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/worker/Worker.java --- @@ -155,134 +150,159 @@ public void start() throws Exception {

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159949952 --- Diff: docs/Performance.md --- @@ -0,0 +1,132 @@ +--- --- End diff -- Great Documentation, but can we have some of the other docs link to

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159955584 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/metrics/SpoutThrottlingMetrics.java --- @@ -22,24 +22,25 @@ public class SpoutThrottlingMe

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159960326 --- Diff: storm-client/src/jvm/org/apache/storm/executor/Executor.java --- @@ -225,51 +228,62 @@ private static String getExecutorType(WorkerTopologyContext

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159958378 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/worker/Worker.java --- @@ -155,134 +150,159 @@ public void start() throws Exception {

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159963018 --- Diff: storm-client/src/jvm/org/apache/storm/executor/TupleInfo.java --- @@ -23,7 +23,7 @@ import java.io.Serializable; import java.util.List;

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159960500 --- Diff: storm-client/src/jvm/org/apache/storm/executor/Executor.java --- @@ -225,51 +228,62 @@ private static String getExecutorType(WorkerTopologyContext

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159966670 --- Diff: storm-client/src/jvm/org/apache/storm/serialization/SerializationFactory.java --- @@ -20,6 +20,7 @@ import org.apache.storm.Config; impo

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159959648 --- Diff: storm-client/src/jvm/org/apache/storm/executor/Executor.java --- @@ -196,19 +197,21 @@ public static Executor mkExecutor(WorkerState workerState, L

[GitHub] storm pull request #2502: new PR for STORM-2306 : Messaging subsystem redesi...

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2502#discussion_r159968772 --- Diff: storm-client/src/jvm/org/apache/storm/utils/RunningAvg.java --- @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm issue #2505: STORM-2877: Add an option to configure pagination in Stor...

2018-01-05 Thread srishtyagrawal
Github user srishtyagrawal commented on the issue: https://github.com/apache/storm/pull/2505 @revans2 ---

[GitHub] storm pull request #2485: STORM-2859: Fix a number of issues with Normalized...

2018-01-05 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2485#discussion_r159957760 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/NormalizedResources.java --- @@ -246,59 +259,133 @@ public boolean couldHoldIgnoringS

[GitHub] storm pull request #2505: STORM-2877: Add an option to configure pagination ...

2018-01-05 Thread srishtyagrawal
GitHub user srishtyagrawal opened a pull request: https://github.com/apache/storm/pull/2505 STORM-2877: Add an option to configure pagination in Storm UI The current pagination default value for Storm UI is hard-coded to be 20. Pagination has been introduced in Storm 1.x. Having 20

[GitHub] storm pull request #2485: STORM-2859: Fix a number of issues with Normalized...

2018-01-05 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2485#discussion_r159957666 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/NormalizedResources.java --- @@ -246,59 +259,133 @@ public boolean couldHoldIgnoringS

[GitHub] storm pull request #2504: STORM-2156: store metrics into RocksDB

2018-01-05 Thread agresch
GitHub user agresch opened a pull request: https://github.com/apache/storm/pull/2504 STORM-2156: store metrics into RocksDB This PR adds a RocksDB key/value database to Nimbus for storing metrics from the Supervisors. The implementation is replaceable by implementing the Metr

[GitHub] storm pull request #2485: STORM-2859: Fix a number of issues with Normalized...

2018-01-05 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2485#discussion_r159952878 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/resource/NormalizedResources.java --- @@ -184,30 +191,25 @@ public void remove(NormalizedResour

[GitHub] storm pull request #2501: Add anchor links to the README

2018-01-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2501 ---

[GitHub] storm issue #2501: Add anchor links to the README

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2501 Thanks @dvehar I merged this into master ---

[GitHub] storm issue #2502: new PR for STORM-2306 : Messaging subsystem redesign

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2502 I am still seeing test failures when running `mvn clean install -Pall-tests -fn | tee log.txt` `integration.org.apache.storm.integration-test` Looks like an NPE at ExecutorTransfer.java:114

[GitHub] storm issue #2502: new PR for STORM-2306 : Messaging subsystem redesign

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2502 Yes I checked it out wrong... My bad. ---

[GitHub] storm pull request #2500: STORM-2876: Work around memory leak, and try to sp...

2018-01-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2500 ---

[GitHub] storm issue #2500: STORM-2876: Work around memory leak, and try to speed up ...

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2500 @HeartSaVioR thanks... ---

[GitHub] storm issue #2502: new PR for STORM-2306 : Messaging subsystem redesign

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2502 @roshannaik I may have checked it out wrong, I will try again... ---

[GitHub] storm issue #2500: STORM-2876: Work around memory leak, and try to speed up ...

2018-01-05 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2500 @revans2 Sure. I guess small change while porting back has been always acceptable. ---

[GitHub] storm issue #2500: STORM-2876: Work around memory leak, and try to speed up ...

2018-01-05 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2500 @HeartSaVioR I have not seen the issue on 1.x, but it is also an issue there. It is a problem with using the mini-dfs cluster, and we use it for tests in 1.x too. The patch applies mostly cleanly t

[GitHub] storm pull request #2475: STORM-2862: More flexible logging in multilang

2018-01-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2475#discussion_r159895567 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ShellLogHandler.java --- @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] storm pull request #2475: STORM-2862: More flexible logging in multilang

2018-01-05 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2475#discussion_r159863976 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ShellLogHandler.java --- @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundat

[GitHub] storm pull request #2475: STORM-2862: More flexible logging in multilang

2018-01-05 Thread hmcc
Github user hmcc commented on a diff in the pull request: https://github.com/apache/storm/pull/2475#discussion_r159850662 --- Diff: storm-client/src/jvm/org/apache/storm/utils/ShellLogHandler.java --- @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundation (AS

[GitHub] storm pull request #2503: [STORM-2879] Supervisor collapse continuously when...

2018-01-05 Thread danny0405
GitHub user danny0405 opened a pull request: https://github.com/apache/storm/pull/2503 [STORM-2879] Supervisor collapse continuously when there is a expired assignment for overdue storm [fix for 1.x-branch] 2.0 patch [#2439](https://github.com/apache/storm/pull/2493) This i

[GitHub] storm issue #2203: STORM-2153: New Metrics Reporting API

2018-01-05 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2203 @revans2 Friendly reminder. I think your confirmation is required to merge this in, because I guess STORM-2156 is coupled with this patch (and maybe vice versa). ---

[GitHub] storm issue #2500: STORM-2876: Work around memory leak, and try to speed up ...

2018-01-05 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2500 @revans2 Is this an issue only for 2.0.0? If not could you please also provide a patch for 1.x branch? Thanks in advance! ---

[GitHub] storm pull request #2499: STORM-2881: Explicitly specify the curator depende...

2018-01-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2499 ---