Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE95B1743E for ; Mon, 23 Mar 2015 16:09:45 +0000 (UTC) Received: (qmail 56283 invoked by uid 500); 23 Mar 2015 16:09:11 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 56124 invoked by uid 500); 23 Mar 2015 16:09:11 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 55888 invoked by uid 99); 23 Mar 2015 16:09:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 16:09:10 +0000 Date: Mon, 23 Mar 2015 16:09:10 +0000 (UTC) From: "Sameet Agarwal (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-13316) Reduce the downtime on panned moves of regions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sameet Agarwal created HBASE-13316: -------------------------------------- Summary: Reduce the downtime on panned moves of regions Key: HBASE-13316 URL: https://issues.apache.org/jira/browse/HBASE-13316 Project: HBase Issue Type: Improvement Components: Balancer Affects Versions: 2.0.0, 1.0.1, 1.1.1 Reporter: Sameet Agarwal Assignee: Sameet Agarwal Priority: Minor Fix For: 2.0.0 The current behavior of a region move shuts down a region and then starts is up in another regionserver. This causes increased latency and possibly timeouts till the new region's cache is fully warmed up. We can make a region move less disruptive by warming the cache in the destination region server before shutting dow the old region. -- This message was sent by Atlassian JIRA (v6.3.4#6332)