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 86BE5B21E for ; Wed, 18 Jan 2012 18:01:23 +0000 (UTC) Received: (qmail 39333 invoked by uid 500); 18 Jan 2012 18:01:22 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 39255 invoked by uid 500); 18 Jan 2012 18:01:22 -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 39247 invoked by uid 99); 18 Jan 2012 18:01:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 18:01:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-ww0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 18:01:15 +0000 Received: by wgbdy1 with SMTP id dy1so541026wgb.20 for ; Wed, 18 Jan 2012 10:00:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=DzHK7SZ/8oNKgjV2pCCroATRFuP0q0MxQgU2shYFSqg=; b=RYA3HfbmyvnB44ZpQMzsceLR8wLp5rditdyysbyowtv+uV86bZ9WISOMwqSCaubFDq kyfp8GLSN5BAc54Ohka5MfMLTOM7W/oh183PqFls2SI2WOAQRg7/1PBzYswnRbkuMhnM MDM1et0coNkZHGqveu1g85xQJJW7jq9Q9I5zI= MIME-Version: 1.0 Received: by 10.180.83.231 with SMTP id t7mr38082102wiy.20.1326909654328; Wed, 18 Jan 2012 10:00:54 -0800 (PST) Received: by 10.216.51.147 with HTTP; Wed, 18 Jan 2012 10:00:54 -0800 (PST) Date: Wed, 18 Jan 2012 10:00:54 -0800 Message-ID: Subject: code review: HBASE-5179 Concurrent processing of processFaileOver and ServerShutdownHandler may cause region to be assigned before log splitting is completed, causing data loss From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d0442881298645a04b6d13a26 --f46d0442881298645a04b6d13a26 Content-Type: text/plain; charset=ISO-8859-1 Hi, There have been multiple iterations for HBASE-5179. Please review 5179-v11.txt and provide your comments. Some of your initial questions should have been answered by the long discussion on the JIRA. Cheers --f46d0442881298645a04b6d13a26--