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 135B692FF for ; Tue, 6 Nov 2012 01:32:13 +0000 (UTC) Received: (qmail 66221 invoked by uid 500); 6 Nov 2012 01:32:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66193 invoked by uid 500); 6 Nov 2012 01:32: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 66185 invoked by uid 99); 6 Nov 2012 01:32:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 01:32:12 +0000 Date: Tue, 6 Nov 2012 01:32:12 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: <96622325.71843.1352165532845.JavaMail.jiratomcat@arcas> In-Reply-To: <1918256961.64518.1350579486297.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7009) Port HBaseCluster interface/tests to 0.94 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-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491110#comment-13491110 ] Enis Soztutar commented on HBASE-7009: -------------------------------------- There seems to be a real issue here after master restart. It seems that HBASE-5058 changed to not refresh the master if it is a managed HConnectionImplementation (see #getMaster()). It seems to be the case that is this is a managed connection, this.masterChecked will be true, and the master address will not be updated for the same connection instance even after the master is restarted. After the new master comes up, you would still get MasterNotRunningException()'s. I am not fully familiar with the code path, [~lhofhansl] or [~saint.ack@gmail.com], can you please verify? > Port HBaseCluster interface/tests to 0.94 > ----------------------------------------- > > Key: HBASE-7009 > URL: https://issues.apache.org/jira/browse/HBASE-7009 > Project: HBase > Issue Type: Sub-task > Components: test > Affects Versions: 0.94.3 > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Fix For: 0.94.4 > > Attachments: HBASE-7009-p1.patch, HBASE-7009.patch, HBASE-7009-v2-squashed.patch > > > Need to port. I am porting V5 patch from the original JIRA; I have a partially ported (V3) patch from Enis with protocol buffers being reverted to HRegionInterface/HMasterInterface -- 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