Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 363F6192D7 for ; Thu, 14 Apr 2016 11:50:26 +0000 (UTC) Received: (qmail 7223 invoked by uid 500); 14 Apr 2016 11:50:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 7174 invoked by uid 500); 14 Apr 2016 11:50:25 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 7161 invoked by uid 99); 14 Apr 2016 11:50:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 11:50:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6FD222C1F5C for ; Thu, 14 Apr 2016 11:50:25 +0000 (UTC) Date: Thu, 14 Apr 2016 11:50:25 +0000 (UTC) From: "Takashi Ohnishi (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12989) Some tests in org.apache.hadoop.fs.shell.find occasionally time out 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/HADOOP-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241019#comment-15241019 ] Takashi Ohnishi commented on HADOOP-12989: ------------------------------------------ Thank you [~ajisakaa] for commenting! {quote} Would you add global timeout to other tests in the same directory as well? {quote} Oops. I wrongly recognized that this is only for TestName from the stack trace. I will update the patch. :) > Some tests in org.apache.hadoop.fs.shell.find occasionally time out > ------------------------------------------------------------------- > > Key: HADOOP-12989 > URL: https://issues.apache.org/jira/browse/HADOOP-12989 > Project: Hadoop Common > Issue Type: Bug > Components: test > Reporter: Akira AJISAKA > Assignee: Takashi Ohnishi > Labels: newbie > Attachments: HADOOP-12989.1.patch > > > An example: > {noformat} > java.lang.Exception: test timed out after 1000 milliseconds > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872) > at java.lang.Runtime.loadLibrary0(Runtime.java:849) > at java.lang.System.loadLibrary(System.java:1088) > at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) > at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.NetworkInterface.(NetworkInterface.java:56) > at org.apache.htrace.core.TracerId.getBestIpString(TracerId.java:179) > at org.apache.htrace.core.TracerId.processShellVar(TracerId.java:145) > at org.apache.htrace.core.TracerId.(TracerId.java:116) > at org.apache.htrace.core.Tracer$Builder.build(Tracer.java:159) > at org.apache.hadoop.fs.FsTracer.get(FsTracer.java:42) > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2794) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:99) > at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2837) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2819) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:381) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:180) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:365) > at org.apache.hadoop.fs.shell.PathData.(PathData.java:81) > at org.apache.hadoop.fs.shell.find.TestName.applyGlob(TestName.java:74) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)