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 CACF0D1EF for ; Fri, 16 Nov 2012 23:03:12 +0000 (UTC) Received: (qmail 12639 invoked by uid 500); 16 Nov 2012 23:03:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 12597 invoked by uid 500); 16 Nov 2012 23:03: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 12587 invoked by uid 99); 16 Nov 2012 23:03:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 23:03:12 +0000 Date: Fri, 16 Nov 2012 23:03:12 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1242738713.126233.1353106992590.JavaMail.jiratomcat@arcas> In-Reply-To: <555642354.121521.1353020592722.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7170) [0.94 branch] Allow HConnectionImplementation to reconnect to master multiple times 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-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499223#comment-13499223 ] Lars Hofhansl commented on HBASE-7170: -------------------------------------- Awesome, thanks Gregory. Let's just remove it. > [0.94 branch] Allow HConnectionImplementation to reconnect to master multiple times > ----------------------------------------------------------------------------------- > > Key: HBASE-7170 > URL: https://issues.apache.org/jira/browse/HBASE-7170 > Project: HBase > Issue Type: Task > Reporter: Gregory Chanan > Assignee: Gregory Chanan > Priority: Minor > Fix For: 0.94.4 > > Attachments: HBASE-7170.patch > > > HBASE-5058 retained the old behavior of managed HConnections not retrying their connection to master b/c of the "masterChecked" variable. > This behavior isn't great though, because you can get in the following situation: > 1) Connect to master using HBaseAdmin > 2) Master goes down > 3) New master takes over > 4) The HBaseAdmin object is now useless > The client needs to create a new HBaseAdmin in this case. -- 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