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

Eric Newton reopened ACCUMULO-259:
----------------------------------


The functional tests are failing with:

{noformat}
java.lang.NullPointerException
        at 
org.apache.accumulo.core.client.ZooKeeperInstance.getSecurityTokenClass(ZooKeeperInstance.java:326)
        at org.apache.accumulo.core.util.shell.Shell.updateUser(Shell.java:937)
        at org.apache.accumulo.core.util.shell.Shell.config(Shell.java:279)
        at org.apache.accumulo.core.util.shell.Shell.main(Shell.java:374)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.accumulo.start.Main$1.run(Main.java:97)
        at java.lang.Thread.run(Thread.java:662)
{noformat}
                
> ZKAuthentictor needs to be split up
> -----------------------------------
>
>                 Key: ACCUMULO-259
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-259
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: master, tserver
>            Reporter: John Vines
>            Assignee: John Vines
>             Fix For: 1.5.0
>
>
> Currently the ZKAuthenticator does both the checking of credentials as well 
> as the functionality of the Authenticator. We need to split those into two 
> different classes for improved testing as well as pluggability of the 
> security scheme.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to