Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E7C1D897 for ; Fri, 21 Dec 2012 19:47:13 +0000 (UTC) Received: (qmail 12696 invoked by uid 500); 21 Dec 2012 19:47:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 12572 invoked by uid 500); 21 Dec 2012 19:47:12 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 12562 invoked by uid 99); 21 Dec 2012 19:47:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 19:47:12 +0000 Date: Fri, 21 Dec 2012 19:47:12 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-7421) TestHFileCleaner->testHFileCleaning has an aggressive timeout 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/HBASE-7421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HBASE-7421. -------------------------------- Resolution: Fixed Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Integrated into trunk and 0.94. Thanks Matteo for the review, Himanshu for the patch. > TestHFileCleaner->testHFileCleaning has an aggressive timeout > -------------------------------------------------------------- > > Key: HBASE-7421 > URL: https://issues.apache.org/jira/browse/HBASE-7421 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.94.3 > Reporter: Himanshu Vashishtha > Assignee: Himanshu Vashishtha > Priority: Minor > Fix For: 0.96.0, 0.94.4 > > Attachments: HBASE-7421.patch > > > As the description, increasing it to 1 min to have some upper limit. > {code} > FAILED: org.apache.hadoop.hbase.master.cleaner.TestHFileCleaner.testHFileCleaning > Error Message: > test timed out after 2000 milliseconds > Stack Trace: > java.lang.Exception: test timed out after 2000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Object.wait(Object.java:485) > at org.apache.hadoop.ipc.Client.call(Client.java:1210) > at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:202) > at $Proxy17.create(Unknown Source) > at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:164) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:83) > at $Proxy17.create(Unknown Source) > at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.create(ClientNamenodeProtocolTranslatorPB.java:192) > at org.apache.hadoop.hdfs.DFSOutputStream.(DFSOutputStream.java:1298) > at org.apache.hadoop.hdfs.DFSOutputStream.newStreamForCreate(DFSOutputStream.java:1317) > at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1243) > at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1200) > at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:273) > at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:262) > at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:79) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:811) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:792) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:754) > at org.apache.hadoop.fs.FileSystem.createNewFile(FileSystem.java:1054) > at org.apache.hadoop.hbase.master.cleaner.TestHFileCleaner.testHFileCleaning(TestHFileCleaner.java:119) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira