Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 88193 invoked from network); 27 Jul 2010 22:03:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 22:03:42 -0000 Received: (qmail 44274 invoked by uid 500); 27 Jul 2010 22:03:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44245 invoked by uid 500); 27 Jul 2010 22:03:42 -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 44237 invoked by uid 99); 27 Jul 2010 22:03:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 22:03:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 22:03:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6RM3IMM009093 for ; Tue, 27 Jul 2010 22:03:18 GMT Message-ID: <5583903.33681280268198478.JavaMail.jira@thor> Date: Tue, 27 Jul 2010 18:03:18 -0400 (EDT) From: "Jonathan Gray (JIRA)" To: issues@hbase.apache.org Subject: [jira] Work started: (HBASE-2697) Implement new open/close logic in handlers and stop using heartbeats for open/close messages In-Reply-To: <20490620.31471276027331661.JavaMail.jira@thor> 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-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-2697 started by Jonathan Gray. > Implement new open/close logic in handlers and stop using heartbeats for open/close messages > -------------------------------------------------------------------------------------------- > > Key: HBASE-2697 > URL: https://issues.apache.org/jira/browse/HBASE-2697 > Project: HBase > Issue Type: Sub-task > Components: ipc, master, regionserver > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Critical > Fix For: 0.90.0 > > > This issue is doing the meat of what HBASE-2485 is about and continues what was started in HBASE-2694 after some code cleanup to make life easier. > This deals with no longer piggybacking messages from Master to RegionServers on heartbeat responses and instead sending direct unsolicited messages. This also deals with moving the open/close logic fully into handlers and removing the existing open/close code on both the RS and M sides. There may also be some changes to the master in-memory state of regions in transition. The new load balancer will probably be introduced with this issue but not fully integrated yet. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.