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 29BAB17687 for ; Wed, 23 Sep 2015 18:57:05 +0000 (UTC) Received: (qmail 90109 invoked by uid 500); 23 Sep 2015 18:57:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90011 invoked by uid 500); 23 Sep 2015 18:57:04 -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 89831 invoked by uid 99); 23 Sep 2015 18:57:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 18:57:04 +0000 Date: Wed, 23 Sep 2015 18:57:04 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-14374) Backport parent 'HBASE-14317 Stuck FSHLog' issue to 1.1 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-14374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reopened HBASE-14374: ---------------------------------- I'm seeing build failure on branch-1.1. {noformat} [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure: [ERROR] /Users/ndimiduk/repos/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java:[2065,33] error: cannot find symbol [ERROR] symbol: class DamagedWALException [ERROR] location: class FSHLog.RingBufferEventHandler [ERROR] /Users/ndimiduk/repos/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java:[2071,16] error: cannot find symbol [ERROR] symbol: class DamagedWALException [ERROR] location: class FSHLog.RingBufferEventHandler [ERROR] /Users/ndimiduk/repos/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java:[2184,18] error: cannot find symbol [ERROR] -> [Help 1] {noformat} bisect took me here. {noformat} 2966e2744a5597a8066f265a49d7528307bcb5f4 is the first bad commit commit 2966e2744a5597a8066f265a49d7528307bcb5f4 Author: stack Date: Tue Sep 22 16:55:48 2015 -0700 HBASE-14373 Backport parent 'HBASE-14317 Stuck FSHLog' issue to 1.1 and 1.0 :040000 040000 da8730f73da7eb359f855f8cc3e9815e11745485 a197761fc2ea67183b1fd1b83727886e4aa04b34 M hbase-server bisect run success {noformat} Also, looks like the commit went in with the wrong JIRA id, 14373. > Backport parent 'HBASE-14317 Stuck FSHLog' issue to 1.1 > ------------------------------------------------------- > > Key: HBASE-14374 > URL: https://issues.apache.org/jira/browse/HBASE-14374 > Project: HBase > Issue Type: Sub-task > Reporter: stack > Assignee: stack > Fix For: 1.1.3 > > Attachments: 14317-branch-1.1.txt, 14317.branch-1.1.v2.txt, 14317.branch-1.1.v2.txt, 14317.branch-1.1.v2.txt, 14317.branch-1.1.v6.txt, 14373.branch-1.1.v7.txt, 14373.branch-1.1.v7.txt, 14373.branch-1.1.v7.txt, 14374.branch-1.1.v3.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v4.txt, 14374.branch-1.1.v5.txt, 14374.branch-1.1.v6.txt, 14374.branch-1.v6.txt > > > Backport parent issue to branch-1.1. and branch-1.0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)