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 98C8C10260 for ; Fri, 17 Jan 2014 04:00:36 +0000 (UTC) Received: (qmail 55824 invoked by uid 500); 17 Jan 2014 04:00:28 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 55657 invoked by uid 500); 17 Jan 2014 04:00:25 -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 55497 invoked by uid 99); 17 Jan 2014 04:00:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2014 04:00:23 +0000 Date: Fri, 17 Jan 2014 04:00:23 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1123) Security test failing with BAD_CREDENTIALS 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-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874399#comment-13874399 ] ASF subversion and git services commented on ACCUMULO-1123: ----------------------------------------------------------- Commit 0ffb01a5600c4133f502a4b2a5befa2d0c70d8f4 in branch refs/heads/1.5.1-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 test failing with BAD_CREDENTIALS > ------------------------------------------ > > Key: ACCUMULO-1123 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1123 > Project: Accumulo > Issue Type: Bug > Components: test > Environment: 10 node test cluster running randomwalk test > Reporter: Eric Newton > Assignee: John Vines > Fix For: 1.5.0 > > > Security RW test fails with BAD_CREDENTIALS: > {noformat} > 27 16:03:31,041 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node Security.xml > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:264) > at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:65) > at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:125) > 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) > Caused by: java.lang.Exception: Error running node security.TableOp > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:264) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:251) > ... 8 more > Caused by: org.apache.accumulo.core.client.AccumuloException: Unexpected exception! > at org.apache.accumulo.test.randomwalk.security.TableOp.visit(TableOp.java:115) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:251) > ... 9 more > Caused by: java.lang.RuntimeException: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS for user table_some_host - Username or Password is Invalid > at org.apache.accumulo.core.client.impl.ScannerIterator.hasNext(ScannerIterator.java:174) > at org.apache.accumulo.test.randomwalk.security.TableOp.visit(TableOp.java:80) > ... 10 more > Caused by: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS for user table_some_host - Username or Password is Invalid > at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.doLookup(TabletServerBatchReaderIterator.java:701) > at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.doLookup(TabletServerBatchReaderIterator.java:605) > at org.apache.accumulo.core.client.impl.MetadataLocationObtainer.lookupTablets(MetadataLocationObtainer.java:152) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl.processInvalidated(TabletLocatorImpl.java:590) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl._locateTablet(TabletLocatorImpl.java:534) > at org.apache.accumulo.core.client.impl.TabletLocator$1._locateTablet(TabletLocator.java:115) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl.locateTablet(TabletLocatorImpl.java:372) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl.lookupTabletLocation(TabletLocatorImpl.java:392) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl._locateTablet(TabletLocatorImpl.java:546) > at org.apache.accumulo.core.client.impl.TabletLocatorImpl.locateTablet(TabletLocatorImpl.java:372) > at org.apache.accumulo.core.client.impl.ThriftScanner.scan(ThriftScanner.java:248) > at org.apache.accumulo.core.client.impl.ScannerIterator$Reader.run(ScannerIterator.java:82) > at org.apache.accumulo.core.client.impl.ScannerIterator.hasNext(ScannerIterator.java:164) > ... 11 more > Caused by: ThriftSecurityException(user:table_some_host, code:BAD_CREDENTIALS) > at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$startMultiScan_result$startMultiScan_resultStandardScheme.read(TabletClientService.java:8165) > at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$startMultiScan_result$startMultiScan_resultStandardScheme.read(TabletClientService.java:8142) > at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$startMultiScan_result.read(TabletClientService.java:8081) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_startMultiScan(TabletClientService.java:294) > at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.startMultiScan(TabletClientService.java:274) > at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.doLookup(TabletServerBatchReaderIterator.java:644) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)