[jira] [Commented] (STORM-605) Attempting to call unbound fn during bolt prepare

2015-02-27 Thread Li Chaomo (JIRA)
[ https://issues.apache.org/jira/browse/STORM-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14341389#comment-14341389 ] Li Chaomo commented on STORM-605: - [~sriharsha] [~phyce] Hello , i found the root cause .

[GitHub] storm pull request: STORM-446: Allow superusers to impersonate oth...

2015-02-27 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/448#issuecomment-76430788 I haven't gone deeply into the code, but for the most part it looks good. Just one request that should hopefully not be too difficult to change. --- If your project is

[GitHub] storm pull request: STORM-446: Allow superusers to impersonate oth...

2015-02-27 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/448#discussion_r25521108 --- Diff: storm-core/src/jvm/backtype/storm/security/auth/authorizer/SimpleACLAuthorizer.java --- @@ -50,6 +50,7 @@ protected SetString

[jira] [Commented] (STORM-446) secure Impersonation in storm

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340382#comment-14340382 ] ASF GitHub Bot commented on STORM-446: -- Github user revans2 commented on the pull

[jira] [Commented] (STORM-446) secure Impersonation in storm

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340514#comment-14340514 ] ASF GitHub Bot commented on STORM-446: -- Github user Parth-Brahmbhatt commented on a

[jira] [Commented] (STORM-446) secure Impersonation in storm

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340518#comment-14340518 ] ASF GitHub Bot commented on STORM-446: -- Github user Parth-Brahmbhatt commented on the

[GitHub] storm pull request: STORM-446: Allow superusers to impersonate oth...

2015-02-27 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on the pull request: https://github.com/apache/storm/pull/448#issuecomment-76446301 @revans2 @harshach For supporting the actual jira issue ui server being able to impersonate users we probably need to support wildcards (allow userX to

[jira] [Created] (STORM-696) As a dev I would like to be able to run unit tests in a particular namespace.

2015-02-27 Thread Kyle Nusbaum (JIRA)
Kyle Nusbaum created STORM-696: -- Summary: As a dev I would like to be able to run unit tests in a particular namespace. Key: STORM-696 URL: https://issues.apache.org/jira/browse/STORM-696 Project:

[jira] [Updated] (STORM-696) Single Namespace Test Launching

2015-02-27 Thread Kyle Nusbaum (JIRA)
[ https://issues.apache.org/jira/browse/STORM-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kyle Nusbaum updated STORM-696: --- Summary: Single Namespace Test Launching (was: As a dev I would like to be able to run unit tests in

[GitHub] storm pull request: STORM-446: Allow superusers to impersonate oth...

2015-02-27 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/448#discussion_r25526790 --- Diff: storm-core/src/jvm/backtype/storm/security/auth/authorizer/SimpleACLAuthorizer.java --- @@ -50,6 +50,7 @@ protected SetString

[jira] [Commented] (STORM-446) secure Impersonation in storm

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340606#comment-14340606 ] ASF GitHub Bot commented on STORM-446: -- Github user revans2 commented on the pull

[jira] [Commented] (STORM-446) secure Impersonation in storm

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340616#comment-14340616 ] ASF GitHub Bot commented on STORM-446: -- Github user Parth-Brahmbhatt commented on the

[GitHub] storm pull request: STORM-446: Allow superusers to impersonate oth...

2015-02-27 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/448#issuecomment-76450968 Yes we would need something like that for this to work. I'm not sure I want all administrators to have that power though. --- If your project is set up for it, you can

[jira] [Commented] (STORM-696) Single Namespace Test Launching

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340610#comment-14340610 ] ASF GitHub Bot commented on STORM-696: -- GitHub user knusbaum opened a pull request:

[GitHub] storm pull request: [STORM-696] Single Namespace Test Launching

2015-02-27 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/450 [STORM-696] Single Namespace Test Launching Adding test-ns.py test-ns.py accepts a single argument, the name of a test namespace to run. Run it from the storm project root. ```

[jira] [Commented] (STORM-695) storm CLI tool reports zero exit code on error scenario, take 2

2015-02-27 Thread Michael Noll (JIRA)
[ https://issues.apache.org/jira/browse/STORM-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340333#comment-14340333 ] Michael Noll commented on STORM-695: To fix the storm CLI script: Essentially we must

[jira] [Created] (STORM-695) storm CLI tool reports zero exit code on error scenario, take 2

2015-02-27 Thread Michael Noll (JIRA)
Michael Noll created STORM-695: -- Summary: storm CLI tool reports zero exit code on error scenario, take 2 Key: STORM-695 URL: https://issues.apache.org/jira/browse/STORM-695 Project: Apache Storm

[RESULT] [VOTE] Adopt Apache Storm Project Bylaws

2015-02-27 Thread P. Taylor Goetz
This void is now closed and passes with 8 binding +1 votes, no +0 votes, and no -1 votes. Vote results (* indicates a binding vote): +1: Bobby Evans* Andy Feng* Nathan Marz* Melan Nimesh Sriharsha Chintalapani* Derek Dagit* P. Taylor Goetz* Parth Brahmbhatt Kyle Nusbaum* Kishor Patil* +0: -1:

[GitHub] storm pull request: update bylaws for adoption discussion

2015-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/419 --- 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

[GitHub] storm pull request: Storm-166: Nimbus HA design doc and implementa...

2015-02-27 Thread ptgoetz
Github user ptgoetz commented on the pull request: https://github.com/apache/storm/pull/354#issuecomment-76474553 I'm +1 for merging this, however this feature is targeted for a post-0.10.0 (AKA security release). I'd like to propose that this be merged to a feature branch

[jira] [Comment Edited] (STORM-605) Attempting to call unbound fn during bolt prepare

2015-02-27 Thread Li Chaomo (JIRA)
[ https://issues.apache.org/jira/browse/STORM-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339865#comment-14339865 ] Li Chaomo edited comment on STORM-605 at 2/27/15 8:15 AM: --

[jira] [Commented] (STORM-605) Attempting to call unbound fn during bolt prepare

2015-02-27 Thread Li Chaomo (JIRA)
[ https://issues.apache.org/jira/browse/STORM-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339865#comment-14339865 ] Li Chaomo commented on STORM-605: - [~sriharsha] hi, i found something interesting. when i

[GitHub] storm pull request: [STORM-671] Measure tuple serialization/deseri...

2015-02-27 Thread Lewuathe
Github user Lewuathe commented on the pull request: https://github.com/apache/storm/pull/442#issuecomment-76501848 @revans2 Thank you so much for reviewing. I updated to solve above exception and include builtin metrics. Please check it. --- If your project is set up for it, you can

[jira] [Commented] (STORM-671) Measure tuple serialization/deserialization latency.

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14341150#comment-14341150 ] ASF GitHub Bot commented on STORM-671: -- Github user Lewuathe commented on the pull

[jira] [Commented] (STORM-694) Compiling storm 0.10.0 results in java.lang.ClassNotFoundException: backtype.storm.daemon.common.SupervisorInfo

2015-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339951#comment-14339951 ] ASF GitHub Bot commented on STORM-694: -- GitHub user duke-bartholomew opened a pull

[GitHub] storm pull request: STORM-694

2015-02-27 Thread duke-bartholomew
GitHub user duke-bartholomew opened a pull request: https://github.com/apache/storm/pull/449 STORM-694 Exception in thread main java.lang.ClassNotFoundException: backtype.storm.daemon.common.SupervisorInfo, compiling:(supervisor.clj:16:1) You can merge this pull request into a