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 0E874C450 for ; Tue, 8 May 2012 06:19:07 +0000 (UTC) Received: (qmail 62230 invoked by uid 500); 8 May 2012 06:19:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62009 invoked by uid 500); 8 May 2012 06:19:06 -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 61949 invoked by uid 99); 8 May 2012 06:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 06:19:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 06:19:05 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 91BB5438F46 for ; Tue, 8 May 2012 06:18:44 +0000 (UTC) Date: Tue, 8 May 2012 06:18:44 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <817999039.37777.1336457924774.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <635910526.1774.1335381257772.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5877) When a query fails because the region has moved, let the regionserver return the new address to the client 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-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5877: ------------------------- Status: Patch Available (was: Open) > When a query fails because the region has moved, let the regionserver return the new address to the client > ---------------------------------------------------------------------------------------------------------- > > Key: HBASE-5877 > URL: https://issues.apache.org/jira/browse/HBASE-5877 > Project: HBase > Issue Type: Improvement > Components: client, master, regionserver > Affects Versions: 0.96.0 > Reporter: nkeywal > Assignee: nkeywal > Priority: Minor > Fix For: 0.96.0 > > Attachments: 5877-v16.txt, 5877-v17.txt, 5877-v17.txt, 5877.v1.patch, 5877.v12.patch, 5877.v15.patch, 5877.v6.patch > > > This is mainly useful when we do a rolling restart. This will decrease the load on the master and the network load. > Note that a region is not immediately opened after a close. So: > - it seems preferable to wait before retrying on the other server. An optimisation would be to have an heuristic depending on when the region was closed. > - during a rolling restart, the server moves the regions then stops. So we may have failures when the server is stopped, and this patch won't help. > The implementation in the first patch does: > - on the region move, there is an added parameter on the regionserver#close to say where we are sending the region > - the regionserver keeps a list of what was moved. Each entry is kept 100 seconds. > - the regionserver sends a specific exception when it receives a query on a moved region. This exception contains the new address. > - the client analyses the exeptions and update its cache accordingly... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira