You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/17 05:00:20 UTC

[jira] [Commented] (ACCUMULO-2211) Security randomwalk fails "User doesn't exist and they SHOULD"

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

ASF subversion and git services commented on ACCUMULO-2211:
-----------------------------------------------------------

Commit 0ffb01a5600c4133f502a4b2a5befa2d0c70d8f4 in branch refs/heads/1.4.5-SNAPSHOT from [~bhavanki]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=0ffb01a ]

ACCUMULO-2211 Add missing delay in Security randomwalk CreateUser

This commit adds a one second delay after creating the "table" user in the Security
randomwalk test, in the case where the creation fails with a permission denied error,
but the user needs to be created anyway to continue the test. The delay accompanies
those added in ACCUMULO-1123.


> Security randomwalk fails "User doesn't exist and they SHOULD"
> --------------------------------------------------------------
>
>                 Key: ACCUMULO-2211
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2211
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.4.4, 1.5.0
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>            Priority: Minor
>              Labels: randomwalk, test
>             Fix For: 1.4.5, 1.5.1, 1.6.0
>
>
> The CreateUser node in the Security randomwalk test can create the "table" user even in the face of an expected PERMISSION_DENIED error. When that happens, and the next node happens to want to change the new table user's password, you can get:
> {noformat}
> org.apache.accumulo.core.client.AccumuloException: User table_server_domain_com_29780_1389915181300 doesn't exist and they SHOULD.
> {noformat}
> This happens because there is no delay between the user creation and the password change, as there are for other user creations, added in ACCUMULO-1123.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)