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 5776E7181 for ; Fri, 28 Oct 2011 04:44:59 +0000 (UTC) Received: (qmail 18947 invoked by uid 500); 28 Oct 2011 04:44:58 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18596 invoked by uid 500); 28 Oct 2011 04:44:58 -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 18010 invoked by uid 99); 28 Oct 2011 04:44:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2011 04:44:57 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Fri, 28 Oct 2011 04:44:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C249E32424C for ; Fri, 28 Oct 2011 04:42:34 +0000 (UTC) Date: Fri, 28 Oct 2011 04:42:34 +0000 (UTC) From: "stack (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <2091345842.29875.1319776954797.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <537512428.28152.1319758232315.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4690) Intermittent TestRegionServerCoprocessorExceptionWithRemove#testExceptionFromCoprocessorDuringPut failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138013#comment-13138013 ] stack commented on HBASE-4690: ------------------------------ I added debug so next time it fails on jenkins, hopefully a bit more info. There are two tests named TestRegionServerCoprocessor* that have the same form that each spin up a cluster to do one thing (We should consider putting them together). Both seem to fail here checking for first region. I tried to take a look at it and it doesn't make sense. Just before the outofbounds we've checked the list is not empty. Lets see if the debugging added helps. > Intermittent TestRegionServerCoprocessorExceptionWithRemove#testExceptionFromCoprocessorDuringPut failure > --------------------------------------------------------------------------------------------------------- > > Key: HBASE-4690 > URL: https://issues.apache.org/jira/browse/HBASE-4690 > Project: HBase > Issue Type: Test > Affects Versions: 0.92.0 > Reporter: Ted Yu > Assignee: Eugene Koontz > Fix For: 0.92.0 > > > See https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/83/testReport/junit/org.apache.hadoop.hbase.coprocessor/TestRegionServerCoprocessorExceptionWithAbort/testExceptionFromCoprocessorDuringPut/ > Somehow getRSForFirstRegionInTable() wasn't able to retrieve the region server. > One fix for this issue is to spin up MiniCluster with 1 region server so that we don't need to search for the region server where first region is hosted. -- 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