You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mike Adamson (JIRA)" <ji...@apache.org> on 2014/04/17 13:09:15 UTC

[jira] [Updated] (CASSANDRA-7050) AbstractColumnFamilyInputFormat & AbstractColumnFamilyOutputFormat throw NPE if username is provided but password is null

     [ https://issues.apache.org/jira/browse/CASSANDRA-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Adamson updated CASSANDRA-7050:
------------------------------------

    Attachment: 7050.patch

Patch adds conditional check for password not being null before attempting login

> AbstractColumnFamilyInputFormat & AbstractColumnFamilyOutputFormat throw NPE if username is provided but password is null
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-7050
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7050
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Mike Adamson
>            Priority: Minor
>             Fix For: 2.0.7
>
>         Attachments: 7050.patch
>
>
> If a username is provided to either of these classes but the password is null the thrift layer throws an NPE because it can't handle null values for the login.



--
This message was sent by Atlassian JIRA
(v6.2#6252)