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 11D1911EDC for ; Sun, 29 Jun 2014 17:25:37 +0000 (UTC) Received: (qmail 23229 invoked by uid 500); 29 Jun 2014 17:25:36 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 23129 invoked by uid 500); 29 Jun 2014 17:25:36 -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 23117 invoked by uid 99); 29 Jun 2014 17:25:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 17:25:35 +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 saint.ack@gmail.com designates 209.85.217.172 as permitted sender) Received: from [209.85.217.172] (HELO mail-lb0-f172.google.com) (209.85.217.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 17:25:30 +0000 Received: by mail-lb0-f172.google.com with SMTP id c11so5303397lbj.31 for ; Sun, 29 Jun 2014 10:25:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=k42mHc37Q68wb7W2z9QNjbXNcCAb2FnaKmUSrOTQi6Q=; b=VfzVIJYUYMU7bt7fXTwIkHAEVCFWQPEnRkN0p4zvwAajYSz9dx8PS2rkQ59LnOGG/G cLs9dY+QgQpvRNPEB5lkR4SBcNPI5gSAx6HjdaM/wry8i1XflJRxF2/SZjQX/JP0Tv1w ossgx8hAv1cOMKa/6w79wBqyt2BgpKV40Ezgx9cPSdUGTSpEtfIHbSE1hgIPq4DIHmi+ S2qn4seVh9pUufBYYU3uK2UMzGRlSVLQbRCEGlKaQFWlc6hNDRqb4LqP5psZAjtxlWdu UjWhuDAgcDSPzJ8gV6U6ESGt729N9G9i6si8V4dImx57Q/GVTHLEJi2ru1SqjT0OH7NR 5y8Q== MIME-Version: 1.0 X-Received: by 10.112.150.65 with SMTP id ug1mr25504923lbb.46.1404062708402; Sun, 29 Jun 2014 10:25:08 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.152.2.38 with HTTP; Sun, 29 Jun 2014 10:25:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 29 Jun 2014 10:25:08 -0700 X-Google-Sender-Auth: 7Kdihzl3tctEJCQVvl4fkOptFxw Message-ID: Subject: Re: [NOTICE] No checkins to master for 1-2 hours please From: Stack To: HBase Dev List Content-Type: multipart/alternative; boundary=047d7b34385afa11ca04fcfcd2ea X-Virus-Checked: Checked by ClamAV on apache.org --047d7b34385afa11ca04fcfcd2ea Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Nice work Enis. St.Ack On Fri, Jun 27, 2014 at 7:32 PM, Enis S=C3=B6ztutar wrote= : > Update: > > I've completed the merge for branch hbase-10070 to master now. As a short > reminder the committed changes include phase 1 work for the new feature > called "read high availability using timeline consistent reads with regio= n > replicas". Some more context can be found in [1] and vote thread here [2]= . > > The merge contains 44 commits in total as follows. I've uploaded the > committed patches to relevant jiras, and set the fix versions for the jir= as > as well (using git format-patch and the excellent jira-cli client). > > Applying: HBASE-10347 HRegionInfo changes for adding replicaId and > MetaEditor/MetaReader changes for region replicas > Applying: HBASE-10354 Add an API for defining consistency per request > Applying: HBASE-10348. HTableDescriptor changes for region replicas > Applying: HBASE-10517 NPE in MetaCache.clearCache() > Applying: HBASE-10354. Addendum commit. 10354.add.patch committed > Applying: HBASE-10356 Failover RPC's for multi-get > Applying: HBASE-10350. Master/AM/RegionStates changes to create and assig= n > region replicas (ddas) > Applying: HBASE-10359 Master/RS WebUI changes for region replicas > Applying: HBASE-10361. Enable/AlterTable support for region replicas (dda= s) > Applying: HBASE-10352 Region and RegionServer changes for opening region > replicas, and refreshing store files > Applying: HBASE-10362. HBCK changes for supporting region replicas > Applying: HBASE-10351 LoadBalancer changes for supporting region replicas > Applying: HBASE-10630 NullPointerException in > ConnectionManager$HConnectionImplementation.locateRegionInMeta() due to > missing region info > Applying: HBASE-10633. StoreFileRefresherChore throws > ConcurrentModificationException sometimes > Applying: HBASE-10672. Table snapshot should handle tables whose > REGION_REPLICATION is greater than one > Applying: HBASE-10620. LoadBalancer.needsBalance() should check for > co-located region replicas as well > Applying: HBASE-10355 Failover RPC's from client using region replicas > Applying: HBASE-10704 BaseLoadBalancer#roundRobinAssignment() may add sam= e > region to assignment plan multiple times > Applying: HBASE-10572 Create an IntegrationTest for region replicas > Applying: HBASE-10729. Enable table doesn't balance out replicas evenly i= f > the replicas were unassigned earlier > Applying: HBASE-10620 LoadBalancer.needsBalance() should check for > co-located region replicas as well (Addendum patch to fix return value fr= om > balance() call) > Applying: HBASE-10734. Fix RegionStates.getRegionAssignments to not add > duplicate regions > Applying: HBASE-10616. Integration test for multi-get calls > Applying: HBASE-10743. Replica map update is problematic in RegionStates > Applying: HBASE-10616. Addendum that fixes the case of multiget_batchsize > =3D=3D 1 > Applying: HBASE-10778 Unique keys accounting in MultiThreadedReader is > incorrect > Applying: HBASE-10858 TestRegionRebalancing is failing > Applying: HBASE-10817 Add some tests on a real cluster for replica: multi > master, replication > Applying: HBASE-10701 Cache invalidation improvements from client side > Applying: HBASE-10859 Use HFileLink in opening region files from > secondaries > Applying: HBASE-10791 Add integration test to demonstrate performance > improvement > Applying: HBASE-10634 Multiget doesn't fully work > Applying: HBASE-10794 multi-get should handle replica location missing fr= om > cache > Applying: HBASE-10785 Metas own location should be cached > Applying: HBASE-10957 HMaster can abort with NPE in #rebuildUserRegions > (Nicolas Liochon) > Applying: HBASE-10661 > TestStochasticLoadBalancer.testRegionReplicationOnMidClusterWithRacks() i= s > flaky > Applying: HBASE-10513 Provide user documentation for region replicas > Applying: HBASE-10810 LoadTestTool should share the connection and > connection pool > Applying: HBASE-10357 Failover RPC's for scans (Devaraj Das) > Applying: HBASE-11214. Fixes for scans on a replicated table > Applying: HBASE-10818. Add integration test for bulkload with replicas > (Nick Dimiduk and Devaraj Das) > Applying: HBASE-10818. Addendum to reduce the number of times sleep happe= ns > in the coprocessor. Also, puts back code to set consistency that got > deleted by accident in the last commit. > Applying: HBASE-11332 Fix for metas location cache from HBASE-10785 > Applying: Increase -XX:MaxPermSize for unit tests > > > Unit tests should be working now, but in case it fails on the apache infr= a, > I'll take a closer look at the jenkins build at > https://builds.apache.org/view/All/job/HBase-TRUNK/. We've been running > the > integration tests as well but ideally we want to spend some more time on > perf regression analysis and long tail latency improvements. We can iron > out the edges in time. Nicolas has already been doing work around this. > > Let me know if you see any issues related to this merge. > > > [1] > https://mail-archives.apache.org/mod_mbox/hbase-dev/201405.mbox/browser > [2] > > https://mail-archives.apache.org/mod_mbox/hbase-dev/201406.mbox/%3CCAMUu0= w8uvb29%2BQYpZ8VwSO4qEpKRyKGNPzyj1kw7tLRhLPoZkA%40mail.gmail.com%3E > > > > > On Fri, Jun 27, 2014 at 7:03 PM, Ted Yu wrote: > > > Good job. > > > > > > On Fri, Jun 27, 2014 at 5:45 PM, Enis S=C3=B6ztutar w= rote: > > > > > Pushed the rebased branch. You can go crazy on the master now. > > > > > > Enis > > > > > > > > > On Fri, Jun 27, 2014 at 4:37 PM, Enis S=C3=B6ztutar > wrote: > > > > > > > Hi, > > > > > > > > I am merging the hbase-10070 branch to master. No checkins please. > > > > > > > > We were able to get unit tests working, and IT's working. There may > be > > a > > > > couple of edge cases after rebase, but we can resolve them in maste= r. > > > > > > > > I'll send a detailed update once done. > > > > > > > > Enis > > > > > > > > > > --047d7b34385afa11ca04fcfcd2ea--