Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6225D200C54 for ; Wed, 12 Apr 2017 23:36:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60ABA160B95; Wed, 12 Apr 2017 21:36:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A78B0160B85 for ; Wed, 12 Apr 2017 23:36:51 +0200 (CEST) Received: (qmail 39141 invoked by uid 500); 12 Apr 2017 21:36:45 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 39112 invoked by uid 99); 12 Apr 2017 21:36:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2017 21:36:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6DD91C1812 for ; Wed, 12 Apr 2017 21:36:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id N03dDJ08o9yl for ; Wed, 12 Apr 2017 21:36:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4A68B5FB3D for ; Wed, 12 Apr 2017 21:36:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 501B4E0A6C for ; Wed, 12 Apr 2017 21:36:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A31362406A for ; Wed, 12 Apr 2017 21:36:41 +0000 (UTC) Date: Wed, 12 Apr 2017 21:36:41 +0000 (UTC) From: "Atul Sikaria (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-14292) Transient TestAdlContractRootDirLive failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Apr 2017 21:36:52 -0000 [ https://issues.apache.org/jira/browse/HADOOP-14292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966683#comment-15966683 ] Atul Sikaria commented on HADOOP-14292: --------------------------------------- Sorry for the delay. Exception string message that getExceptionFromResponse takes is just a default error message in this case the server had a more specific error message it sent in the response, so the SDK used that string instead. The good thing is that the trace ID is in the exception, so we can look at the logs to see if we can find anything. The bad thing is that these happened-once-and-cannot-repo-again errors are fiendishly hard to troubleshoot, so not sure how much we will glean from just logs alone. > Transient TestAdlContractRootDirLive failure > -------------------------------------------- > > Key: HADOOP-14292 > URL: https://issues.apache.org/jira/browse/HADOOP-14292 > Project: Hadoop Common > Issue Type: Bug > Components: fs/adl > Affects Versions: 3.0.0-alpha3 > Reporter: John Zhuge > Assignee: Vishwajeet Dusane > > Got the test failure once, but could not reproduce it the second time. Maybe a transient ADLS error? > {noformat} > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.641 sec <<< FAILURE! - in org.apache.hadoop.fs.adl.live.TestAdlContractRootDirLive > testRecursiveRootListing(org.apache.hadoop.fs.adl.live.TestAdlContractRootDirLive) Time elapsed: 3.841 sec <<< ERROR! > org.apache.hadoop.security.AccessControlException: LISTSTATUS failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [db432517-4060-4d96-9aad-7309f8469489][2017-04-07T10:24:54.1708810-07:00] > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:422) > at com.microsoft.azure.datalake.store.ADLStoreClient.getRemoteException(ADLStoreClient.java:1144) > at com.microsoft.azure.datalake.store.ADLStoreClient.getExceptionFromResponse(ADLStoreClient.java:1106) > at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectoryInternal(ADLStoreClient.java:527) > at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:504) > at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:368) > at org.apache.hadoop.fs.adl.AdlFileSystem.listStatus(AdlFileSystem.java:473) > at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1824) > at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1866) > at org.apache.hadoop.fs.FileSystem$4.(FileSystem.java:2028) > at org.apache.hadoop.fs.FileSystem.listLocatedStatus(FileSystem.java:2027) > at org.apache.hadoop.fs.FileSystem.listLocatedStatus(FileSystem.java:2010) > at org.apache.hadoop.fs.FileSystem$5.handleFileStat(FileSystem.java:2168) > at org.apache.hadoop.fs.FileSystem$5.hasNext(FileSystem.java:2145) > at org.apache.hadoop.fs.contract.ContractTestUtils$TreeScanResults.(ContractTestUtils.java:1252) > at org.apache.hadoop.fs.contract.AbstractContractRootDirectoryTest.testRecursiveRootListing(AbstractContractRootDirectoryTest.java:219) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org