You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/22 21:51:04 UTC

[jira] [Commented] (STORM-440) NimbusClient throws NPE if Config.STORM_THRIFT_TRANSPORT_PLUGIN is not set

    [ https://issues.apache.org/jira/browse/STORM-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637513#comment-14637513 ] 

ASF GitHub Bot commented on STORM-440:
--------------------------------------

GitHub user redsanket opened a pull request:

    https://github.com/apache/storm/pull/648

    [STORM-440] completed exposing the drpcclient and nimbusclient without need for configs

    completed exposing the drpcclient and nimbusclient without the need for config initialization

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/redsanket/storm STORM-440

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/648.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #648
    
----
commit 5045f26d10c4cff782cf1d8661d0b192a4a5332d
Author: Sanket <sc...@untilservice-lm>
Date:   2015-07-22T19:42:59Z

    completed exposing the drpcclient and nimbusclient without the need for config initialization

commit 207d9a671fd4d7aa90191d227a10cded10c555af
Author: Sanket <sc...@untilservice-lm>
Date:   2015-07-22T19:48:37Z

    indentation edits

commit 76f0c4c3f3f9e2d57de8e0a735962d2ec7f22bb2
Author: Sanket <sc...@untilservice-lm>
Date:   2015-07-22T19:51:02Z

    removed unneccessary constructor created while solving the problem

----


> NimbusClient throws NPE if Config.STORM_THRIFT_TRANSPORT_PLUGIN is not set
> --------------------------------------------------------------------------
>
>                 Key: STORM-440
>                 URL: https://issues.apache.org/jira/browse/STORM-440
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.2-incubating
>            Reporter: Bryan Baugher
>            Assignee: Sanket Reddy
>            Priority: Minor
>
> We just upgraded from 0.8.2 to 0.9.2 and noticed that when constructing a NimbusClient if Config.STORM_THRIFT_TRANSPORT_PLUGIN is not specified then AuthUtils[1] throws a NPE.
> [1] - https://github.com/bbaugher/incubator-storm/blob/master/storm-core/src/jvm/backtype/storm/security/auth/AuthUtils.java#L73-L74



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)