Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 4AF38176CB for ; Fri, 11 Sep 2015 09:42:23 +0000 (UTC) Received: (qmail 2102 invoked by uid 500); 11 Sep 2015 09:42:03 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 1643 invoked by uid 500); 11 Sep 2015 09:42:03 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 1601 invoked by uid 99); 11 Sep 2015 09:42:02 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 09:42:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 36B89E69C3; Fri, 11 Sep 2015 09:42:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.991 X-Spam-Level: X-Spam-Status: No, score=0.991 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DH3wH9DY58sJ; Fri, 11 Sep 2015 09:42:01 +0000 (UTC) Received: from oss.nttdata.co.jp (oss.nttdata.co.jp [49.212.34.109]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 3FCBA2085F; Fri, 11 Sep 2015 09:41:59 +0000 (UTC) Received: from macaa.local (KD059136085086.au-net.ne.jp [59.136.85.86]) by oss.nttdata.co.jp (Postfix) with ESMTP id 72CD617EE02; Fri, 11 Sep 2015 18:41:49 +0900 (JST) Subject: Re: [VOTE] Release Apache Hadoop 2.6.1 RC0 To: common-dev@hadoop.apache.org, Vinod Kumar Vavilapalli References: Cc: "yarn-dev@hadoop.apache.org" , "hdfs-dev@hadoop.apache.org" , "mapreduce-dev@hadoop.apache.org" From: Akira AJISAKA Message-ID: <55F2A18B.4000703@oss.nttdata.co.jp> Date: Fri, 11 Sep 2015 18:40:27 +0900 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.98.7 at oss.nttdata.co.jp X-Virus-Status: Clean I could reproduce the issue, and I found YARN-3171 will fix it. Hi Vinod, would you include YARN-3171? I applied the patch to branch-2.6.1 locally and confirmed the issue was fixed. Regards, Akira On 9/11/15 09:16, Sangjin Lee wrote: > I verified the signatures for both source and the binary tarballs. I > started up a pseudo-distributed cluster, and tested simple apps such as > sleep and terasort. > > I do see one issue with the RM UI where the sorting by id is broken. The > table is not rendered in the expected id-descending order, and when I click > the sort control, nothing happens. Sorting by other columns works fine. > > Is anyone else able to reproduce the issue? I checked 2.6.0, and it works > fine on 2.6.0. > > On Wed, Sep 9, 2015 at 6:00 PM, Vinod Kumar Vavilapalli > wrote: > >> Hi all, >> >> After a nearly month long [1] toil, with loads of help from Sangjin Lee >> and Akira Ajisaka, and 153 commits later, I've created a release candidate >> RC0 for hadoop-2.6.1. >> >> The RC is available at: >> http://people.apache.org/~vinodkv/hadoop-2.6.1-RC0/ >> >> The RC tag in git is: release-2.6.1-RC0 >> >> The maven artifacts are available via repository.apache.org at >> https://repository.apache.org/content/repositories/orgapachehadoop-1020 >> >> Some notes from our release process >> - - Sangjin and I moved out a bunch of items pending from 2.6.1 [2] - >> non-committed but desired patches. 2.6.1 is already big as is and is late >> by any standard, we can definitely include them in the next release. >> - The 2.6.1 wiki page [3] captures some (but not all) of the context of >> the patches that we pushed in. >> - Given the number of fixes pushed [4] in, we had to make a bunch of >> changes to our original plan - we added a few improvements that helped us >> backport patches easier (or in many cases made backports possible), and we >> dropped a few that didn't make sense (HDFS-7831, HDFS-7926, HDFS-7676, >> HDFS-7611, HDFS-7843, HDFS-8850). >> - I ran all the unit tests which (surprisingly?) passed. (Except for one, >> which pointed out a missing fix HDFS-7552). >> >> As discussed before [5] >> - This release is the first point release after 2.6.0 >> - I’d like to use this as a starting release for 2.6.2 in a few weeks >> and then follow up with more of these. >> >> Please try the release and vote; the vote will run for the usual 5 days. >> >> Thanks, >> Vinod >> >> [1] Hadoop 2.6.1 Release process thread: >> http://markmail.org/thread/wkbgkxkhntx5tlux >> [2] 2.6.1 Pending tickets: >> https://issues.apache.org/jira/issues/?filter=12331711 >> [3] 2.6.1 Wiki page: >> https://wiki.apache.org/hadoop/Release-2.6.1-Working-Notes >> [4] List of 2.6.1 patches pushed: >> https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%202.6.1%20and%20labels%20%3D%20%222.6.1-candidate%22 >> [5] Planning Hadoop 2.6.1 release: >> http://markmail.org/thread/sbykjn5xgnksh6wg >> >> PS: >> - Note that branch-2.6 which will be the base for 2.6.2 doesn't have >> these fixes yet. Once 2.6.1 goes through, I plan to rebase branch-2.6 based >> off 2.6.1. >> - Patches that got into 2.6.1 all the way from 2.8 are NOT in 2.7.2 yet, >> this will be done as a followup. >> >> >