[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164134542 --- Diff: storm-core/test/clj/org/apache/storm/nimbus_test.clj --- @@ -46,7 +46,7 @@ (:import [org.apache.commons.io FileUtils]) (:import

[GitHub] storm pull request #2532: STORM-2912 Revert optimization of sharing tick tup...

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

[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164154647 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -2638,6 +2647,34 @@ private int getNumOfAckerExecs(Map

[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164209531 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -2638,6 +2647,34 @@ private int getNumOfAckerExecs(Map

Re: [VOTE] Release Apache Storm 1.2.0 (rc2)

2018-01-26 Thread Alexandre Vermeerbergen
Hello, My feedbacks with Storm 1.2.0 RC2 : * On the very positive side : weird performance metrics in Nimbus UI on capacity / latency have been fixed in RC2, thanks !! * On the neutral side : unlike in Storm 1.1.0, memory metric in Nimbus UI called "Assigned Mem (MB)" shows 65MB if max JVM heap

[VOTE] Release Apache Storm 1.2.0 (rc2)

2018-01-26 Thread P. Taylor Goetz
This is a call to vote on releasing Apache Storm 1.2.0 (rc2) Full list of changes in this release: https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.0-rc2/RELEASE_NOTES.html The tag/commit to be voted upon is v1.2.0:

[VOTE] Release Apache Storm 1.1.2 (rc2)

2018-01-26 Thread P. Taylor Goetz
This is a call to vote on releasing Apache Storm 1.1.2 (rc2) Full list of changes in this release: https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.1.2-rc2/RELEASE_NOTES.html The tag/commit to be voted upon is v1.1.2:

[VOTE] Release Apache Storm 1.0.6 (rc2)

2018-01-26 Thread P. Taylor Goetz
This is a call to vote on releasing Apache Storm 1.0.6 (rc2) Full list of changes in this release: https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.0.6-rc2/RELEASE_NOTES.html The tag/commit to be voted upon is v1.0.6:

[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164224824 --- Diff: storm-server/src/test/java/org/apache/storm/security/auth/AuthTest.java --- @@ -0,0 +1,637 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164224898 --- Diff: storm-core/test/clj/org/apache/storm/nimbus_test.clj --- @@ -46,7 +46,7 @@ (:import [org.apache.commons.io FileUtils]) (:import

[GitHub] storm pull request #2531: STORM-2898: Support for WorkerToken authentication

2018-01-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2531#discussion_r164225003 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -2638,6 +2647,34 @@ private int getNumOfAckerExecs(Map

Re: [VOTE] Release Apache Storm 1.2.0 (rc2)

2018-01-26 Thread Stig Rohde Døssing
This is a bug introduced as part of https://issues.apache.org/jira/browse/STORM-2844, which was fixing an issue in https://issues.apache.org/jira/browse/STORM-2666. It happens because you're using autocommit. I put up an error summary here https://issues.apache.org/jira/browse/STORM-2913.