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 4FFC3DF24 for ; Sat, 25 Aug 2012 16:47:45 +0000 (UTC) Received: (qmail 81210 invoked by uid 500); 25 Aug 2012 16:47:44 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 81142 invoked by uid 500); 25 Aug 2012 16:47:44 -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 81132 invoked by uid 99); 25 Aug 2012 16:47:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Aug 2012 16:47:44 +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-wg0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Aug 2012 16:47:38 +0000 Received: by wgbed3 with SMTP id ed3so1650517wgb.20 for ; Sat, 25 Aug 2012 09:47:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NXxUQwmd+X0YiXr33Zv7Cyueq4tgWMGN8BHyIdN+0Tc=; b=syMH7xkZETYFNxjBx+ZK3nvb6wmuNjQTJSiOnYZpGSNypUX+ufQcBTNSORXiDugF4r hvr3/KM94BSHgNS9jcvHgbL0l1WY7cDkyX+0KrAlS3L92cEI8lZmDjYQUn5DmNkpPrlG vJIiF7Cj2t3gEQgSCyppBTy9KA0/xnErBaKbWBb5gP8gGPA7bSEwyA7WYonxlFF47JUl IOaPVvKZ9hh+5ubAGEsIAgieByXFVJSLoZg5OoA5JKN6BjYHRjT9uYBH1sujZp0zT0NH gIIzxUDN8v5pPZnCSVRG7Vh12+3HgR+KMf0FIii/iXl6UfFKHETGDnLD4lvivE8Lh5Vs AYnQ== MIME-Version: 1.0 Received: by 10.216.137.76 with SMTP id x54mr4064281wei.189.1345913237043; Sat, 25 Aug 2012 09:47:17 -0700 (PDT) Received: by 10.216.18.206 with HTTP; Sat, 25 Aug 2012 09:47:16 -0700 (PDT) Date: Sat, 25 Aug 2012 09:47:16 -0700 Message-ID: Subject: code review: HBASE-6659 Port HBASE-6508 Filter out edits at log split time From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=0016e6d7e4b6647a5404c819d8e1 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7e4b6647a5404c819d8e1 Content-Type: text/plain; charset=ISO-8859-1 Hi, Please provide your comments here: https://reviews.apache.org/r/6768 This is mostly a straightforward port of Alex's patch, customized to the way region server reports to master in trunk. Test suite seems to run fine. Cheers --0016e6d7e4b6647a5404c819d8e1--