Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2ADF81C0 for ; Wed, 7 Sep 2011 23:21:01 +0000 (UTC) Received: (qmail 3005 invoked by uid 500); 7 Sep 2011 23:21:01 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 2917 invoked by uid 500); 7 Sep 2011 23:21:00 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 2909 invoked by uid 99); 7 Sep 2011 23:21:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 23:21:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eli@cloudera.com designates 209.85.160.176 as permitted sender) Received: from [209.85.160.176] (HELO mail-gy0-f176.google.com) (209.85.160.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 23:20:55 +0000 Received: by gyh4 with SMTP id 4so231154gyh.35 for ; Wed, 07 Sep 2011 16:20:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.153.10 with SMTP id k10mr5352799icw.473.1315437634476; Wed, 07 Sep 2011 16:20:34 -0700 (PDT) Received: by 10.231.33.68 with HTTP; Wed, 7 Sep 2011 16:20:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 16:20:34 -0700 Message-ID: Subject: Re: Merging trunk, 0.23.0, HA? From: Eli Collins To: hdfs-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Sep 7, 2011 at 3:03 PM, Todd Lipcon wrote: > Hey all, > > I'm trying to reconcile some of the recent changes in trunk, HA, and > 0.23. In particular, I'm hoping to merge HDFS-2197 back into both of > those branches. If we don't perform this merge, then any modification > to the RPC methods in the NameNode will require manual re-application. > > At this point, I'm thinking of doing the following: > - merge all of the recent trunk commits into HA branch > - cherry-pick just this commit from trunk into 0.23. Seems reasonable. Thanks, Eli