[ANNOUNCE] Apache Storm 1.1.3 Released

2018-06-04 Thread P. Taylor Goetz
The Apache Storm community is pleased to announce the release of Apache Storm version 1.1.3. Storm is a distributed, fault-tolerant, and high-performance realtime computation system that provides strong guarantees on the processing of data. You can read more about Storm on the project website:

[ANNOUNCE] Apache Storm 1.2.2 Released

2018-06-04 Thread P. Taylor Goetz
The Apache Storm community is pleased to announce the release of Apache Storm version 1.2.2. Storm is a distributed, fault-tolerant, and high-performance realtime computation system that provides strong guarantees on the processing of data. You can read more about Storm on the project website:

[GitHub] storm issue #2702: STORM-3092: Refactor code to correct launch initializatio...

2018-06-04 Thread danny0405
Github user danny0405 commented on the issue: https://github.com/apache/storm/pull/2702 +1 thx for your contribution. ---

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192818795 --- Diff: storm-client/src/jvm/org/apache/storm/container/cgroup/SystemOperation.java --- @@ -54,8 +55,8 @@ public static String exec(String cmd) throws

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192816102 --- Diff: shaded-deps/pom.xml --- @@ -0,0 +1,272 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192822576 --- Diff: storm-client/test/jvm/org/apache/storm/security/auth/ClientAuthUtilsTest.java --- @@ -172,59 +178,47 @@ public void makeDigestPayloadTest() throws

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192822955 --- Diff: storm-core/pom.xml --- @@ -193,10 +193,6 @@ curator-framework compile - --- End diff

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192823787 --- Diff: storm-server/src/main/java/org/apache/storm/testing/InProcessZookeeper.java --- @@ -12,15 +12,16 @@ package org.apache.storm.testing;

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192814731 --- Diff: shaded-deps/pom.xml --- @@ -0,0 +1,272 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] storm pull request #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r192814411 --- Diff: shaded-deps/pom.xml --- @@ -0,0 +1,272 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] storm pull request #2685: STORM-1294: Port netty-unit-test to Java

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

[GitHub] storm pull request #2700: [STORM-3093] Cache the storm id to executors mappi...

2018-06-04 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2700#discussion_r192811084 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -1333,6 +1336,21 @@ private AssignmentDistributionService

[GitHub] storm pull request #2700: [STORM-3093] Cache the storm id to executors mappi...

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

[GitHub] storm issue #2700: [STORM-3093] Cache the storm id to executors mapping on m...

2018-06-04 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2700 The travis failure looks unrelated. ---

[GitHub] storm issue #2691: STORM-3061: Update version of hbase

2018-06-04 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2691 I am planning right now to get STORM-2882 in first, and then I will come back and do as much manual testing as possible for the different components, and update thing accordingly. ---

[GitHub] storm issue #2698: STORM-2882: shade storm-client dependencies

2018-06-04 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2698 @HeartSaVioR I have addressed the other review comments, but I could not find a place in the documentation for instructions on how to do a release. I agree that we want to publish the shaded-deps

[GitHub] storm pull request #2702: STORM-3092: Refactor code to correct launch initia...

2018-06-04 Thread zd-project
GitHub user zd-project opened a pull request: https://github.com/apache/storm/pull/2702 STORM-3092: Refactor code to correct launch initialization of Supervisor Fixed the issue STORM-3092 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] storm issue #2700: [STORM-3093] Cache the storm id to executors mapping on m...

2018-06-04 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2700 @danny0405 No it's fine. Thanks for the contribution. ---

[GitHub] storm issue #2700: [STORM-3093] Cache the storm id to executors mapping on m...

2018-06-04 Thread danny0405
Github user danny0405 commented on the issue: https://github.com/apache/storm/pull/2700 @Ethanlm Sorry i have not did the benchmark test, but we can see the promotion through the storm-core module building time, it's about 10 seconds faster on my laptop. I can add in

[GitHub] storm issue #2701: STORM-3091 don't allow workers to create heartbeat direct...

2018-06-04 Thread danny0405
Github user danny0405 commented on the issue: https://github.com/apache/storm/pull/2701 + 1, thx for your contribution. ---

[GitHub] storm issue #2700: [STORM-3093] Cache the storm id to executors mapping on m...

2018-06-04 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2700 Looks good. Do you have any performance test results to share so that we can have an idea how much performance gain this patch gets? It's fine if you don't have it ---

[GitHub] storm pull request #2701: STORM-3091 don't allow workers to create heartbeat...

2018-06-04 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2701#discussion_r192757264 --- Diff: storm-client/src/jvm/org/apache/storm/utils/VersionedStore.java --- @@ -25,9 +25,17 @@ private String _root; -public

[GitHub] storm pull request #2701: STORM-3091 don't allow workers to create heartbeat...

2018-06-04 Thread agresch
GitHub user agresch opened a pull request: https://github.com/apache/storm/pull/2701 STORM-3091 don't allow workers to create heartbeat directory You can merge this pull request into a Git repository by running: $ git pull https://github.com/agresch/storm agresch_storm-3091