Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A16F1074E for ; Thu, 20 Mar 2014 19:04:55 +0000 (UTC) Received: (qmail 43816 invoked by uid 500); 20 Mar 2014 19:04:51 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 43656 invoked by uid 500); 20 Mar 2014 19:04:48 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 43608 invoked by uid 99); 20 Mar 2014 19:04:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 19:04:47 +0000 Date: Thu, 20 Mar 2014 19:04:47 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2508) Security randomwalk fails "BAD_CREDENTIALS - Username or Password is Invalid" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13942144#comment-13942144 ] ASF subversion and git services commented on ACCUMULO-2508: ----------------------------------------------------------- Commit bbd6aeb3303ddd230f7f609b1cf7d3137cbc180d in accumulo's branch refs/heads/1.6.0-SNAPSHOT from [~bhavanki] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=bbd6aeb ] ACCUMULO-2508 Add delay after dropping user in security randomwalk > 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.4.4, 1.5.1 > Reporter: Bill Havanki > Assignee: Bill Havanki > Priority: Trivial > Labels: randomwalk, test > Fix For: 1.4.5, 1.5.2, 1.6.0 > > > 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)