You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by milleruntime <gi...@git.apache.org> on 2016/09/15 18:54:06 UTC

[GitHub] accumulo pull request #153: ACCUMULO-4444: added check for null token in Con...

GitHub user milleruntime opened a pull request:

    https://github.com/apache/accumulo/pull/153

    ACCUMULO-4444: added check for null token in ConnectorImpl

    Added check to ConnectorImpl constructor to prevent NPE.  Included "password is missing" in the message to make it more helpful for the CLI tools and since its the most likely reason as to why the Authentican token is null (see [org.apache.accumulo.core.cli.ClientOpts.getToken()](https://github.com/apache/accumulo/blob/1.7/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java#L127)).

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

    $ git pull https://github.com/milleruntime/accumulo ACCUMULO-4444

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

    https://github.com/apache/accumulo/pull/153.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 #153
    
----
commit 0dc335b25933e35115cb4adf4fec7ec29753da47
Author: Mike Miller <mi...@gmail.com>
Date:   2016-09-15T18:43:33Z

    ACCUMULO-4444: added check for null token in ConnectorImpl

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] accumulo issue #153: ACCUMULO-4444: added check for null token in ConnectorI...

Posted by milleruntime <gi...@git.apache.org>.
Github user milleruntime commented on the issue:

    https://github.com/apache/accumulo/pull/153
  
    Removed "password is missing" 


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] accumulo pull request #153: ACCUMULO-4444: added check for null token in Con...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/accumulo/pull/153


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---