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 727A99D87 for ; Mon, 23 Apr 2012 23:52:59 +0000 (UTC) Received: (qmail 90235 invoked by uid 500); 23 Apr 2012 23:52:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90190 invoked by uid 500); 23 Apr 2012 23:52:59 -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 90182 invoked by uid 99); 23 Apr 2012 23:52:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 23:52:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 23:52:56 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2A48E40B6A5 for ; Mon, 23 Apr 2012 23:52:35 +0000 (UTC) Date: Mon, 23 Apr 2012 23:52:35 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <1991966945.7374.1335225155186.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1828881704.1607.1335018996406.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5851) TestProcessBasedCluster sometimes fails; currently disabled -- needs to be fixed and reenabled 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-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260091#comment-13260091 ] Jimmy Xiang commented on HBASE-5851: ------------------------------------ @Stack, you are right. We don't need reladConfiguration at that time. Just adding the hbase.rpc.engine configuration doesn't fix the security unit test. Now, why does the regular test also fail? There could be other bugs. But I can't reproduce it now. > TestProcessBasedCluster sometimes fails; currently disabled -- needs to be fixed and reenabled > ---------------------------------------------------------------------------------------------- > > Key: HBASE-5851 > URL: https://issues.apache.org/jira/browse/HBASE-5851 > Project: HBase > Issue Type: Test > Reporter: Zhihong Yu > Assignee: Jimmy Xiang > Attachments: disable.txt, hbase-5851.patch, hbase-5851_v2.patch, metahang.txt, zkfail.txt > > > TestProcessBasedCluster failed in https://builds.apache.org/job/HBase-TRUNK-security/178 > Looks like cluster failed to start: > {code} > 2012-04-21 14:22:32,666 INFO [Thread-1] util.ProcessBasedLocalHBaseCluster(176): Waiting for HBase to startup. Retries left: 2 > java.io.IOException: Giving up trying to location region in meta: thread is interrupted. > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:1173) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:956) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:917) > at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:252) > at org.apache.hadoop.hbase.client.HTable.(HTable.java:192) > at org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster.startHBase(ProcessBasedLocalHBaseCluster.java:174) > at org.apache.hadoop.hbase.util.TestProcessBasedCluster.testProcessBasedCluster(TestProcessBasedCluster.java:56) > 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:62) > java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) > at org.apache.hadoop.hbase.util.Threads.sleep(Threads.java:134) > at org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster.startHBase(ProcessBasedLocalHBaseCluster.java:178) > at org.apache.hadoop.hbase.util.TestProcessBasedCluster.testProcessBasedCluster(TestProcessBasedCluster.java:56) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira