You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Himanshu Vashishtha (JIRA)" <ji...@apache.org> on 2012/12/21 18:37:12 UTC

[jira] [Created] (HBASE-7421) TestHFileCleaner->testHFileCleaning has an aggressive timeout

Himanshu Vashishtha created HBASE-7421:
------------------------------------------

             Summary: 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.94.4


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.<init>(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