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 E07AA18969 for ; Thu, 17 Dec 2015 01:51:50 +0000 (UTC) Received: (qmail 13745 invoked by uid 500); 17 Dec 2015 01:51:49 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 13598 invoked by uid 500); 17 Dec 2015 01:51:49 -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 13556 invoked by uid 99); 17 Dec 2015 01:51:49 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2015 01:51:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 082521A0C6E; Thu, 17 Dec 2015 01:51:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id JByNpkEt21Mk; Thu, 17 Dec 2015 01:51:48 +0000 (UTC) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 054A120424; Thu, 17 Dec 2015 01:51:48 +0000 (UTC) Received: by mail-wm0-f52.google.com with SMTP id l126so3428364wml.1; Wed, 16 Dec 2015 17:51:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6RJkdpZRXijfhPJIK9LFBcekuhEdGFV9ykwZGFYrfmA=; b=voPfebuQjQQjZC+KgAYr8P0LY17snKd97JG2Hqn0ahfoTbzZfIuevfWYdEIBuoflhp T0fMb4FPeAAnLot5z/yTbBc+rFRMJHNuT3X3KhlVKBoA5YOxjXxuNuX7tGUHvnBqWOL9 8GGcd62P+Nl7vOk2v0LfqKdamG/OYTa8Cvc9pdITnoyLQHgsIlOihQHUAtYHS9rPXp+b nMJSMb/FG02GKgmkPXmMFnpC2YaIBVmthLSrjtNj1I1BS0L0it2fSCM/FCf5utwK29i6 2s8LX6KD3KWvH4vgk1unSDbfM1KuMoVeYryN805xVRIo5YJaZkAhrMUCWVUvZLy8f6n2 qbHQ== X-Received: by 10.194.112.74 with SMTP id io10mr32879248wjb.149.1450317106765; Wed, 16 Dec 2015 17:51:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.141.73 with HTTP; Wed, 16 Dec 2015 17:51:27 -0800 (PST) In-Reply-To: References: From: Jing Zhao Date: Wed, 16 Dec 2015 17:51:27 -0800 Message-ID: Subject: Re: [Important] Lots of 2.8.0 commits are in branch-2 only To: hdfs-dev@hadoop.apache.org Cc: "common-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" Content-Type: multipart/alternative; boundary=001a1130d230f5e63605270e43a7 --001a1130d230f5e63605270e43a7 Content-Type: text/plain; charset=UTF-8 Thanks for reporting the issue, Wangda. Recreating a new branch-2.8 based on the current branch-2 makes sense to me. Thanks, -Jing On Wed, Dec 16, 2015 at 5:38 PM, Wangda Tan wrote: > Hi folks, > > I found there're lots of commits are in branch-2 only. > Ran "git log branch-2.8..branch-2". > > There're 35 commits for YARN, 41 commits for HDFS and 12 commits for > COMMON. Only several of them are placed in 2.9.0 section in CHANGES.txt. > > I think we can either hard reset branch-2.8 to branch-2 and make necessary > changes such as revert 2.9.0-only patches or backport them one by one. Any > suggestions? > > Thanks, > Wangda > --001a1130d230f5e63605270e43a7--