You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/03/20 19:56:42 UTC

[jira] [Created] (ACCUMULO-2508) Security randomwalk fails "BAD_CREDENTIALS - Username or Password is Invalid"

Bill Havanki created ACCUMULO-2508:
--------------------------------------

             Summary: Security randomwalk fails "BAD_CREDENTIALS - Username or Password is Invalid"
                 Key: ACCUMULO-2508
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2508
             Project: Accumulo
          Issue Type: Test
          Components: test
    Affects Versions: 1.5.1, 1.4.4
            Reporter: Bill Havanki
            Priority: Trivial
             Fix For: 1.4.5, 1.5.2, 1.6.1


Running security randomwalk, got this:

{noformat}
15 11:31:36,849 [randomwalk.Module$Dummy] DEBUG: dummy.YesUserYesTable
...
15 11:31:36,891 [randomwalk.Module$Dummy] DEBUG: dummy.NoUserYesTable
15 11:31:36,895 [randomwalk.Module] DEBUG: Properties for node: TableChangeTablePass
...
15 11:31:36,897 [randomwalk.Framework] ERROR: Error during random walk
java.lang.Exception: Error running node Security.xml
...
Caused by: java.lang.Exception: Error running node TableChangeTablePass
...
Caused by: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS - Username or Password is Invalid
{noformat}

The table user had just been dropped, but ZK didn't have enough time to notice (under 50 ms). This can be fixed by adding a delay after the user being dropped, as was done for user creation under ACCUMULO-1123 and ACCUMULO-2211.



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