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 311119A01 for ; Wed, 28 Mar 2012 23:23:25 +0000 (UTC) Received: (qmail 29679 invoked by uid 500); 28 Mar 2012 23:23:24 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 29635 invoked by uid 500); 28 Mar 2012 23:23:24 -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 29627 invoked by uid 99); 28 Mar 2012 23:23:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 23:23:24 +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 (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 23:23:18 +0000 Received: by lagz14 with SMTP id z14so2479310lag.14 for ; Wed, 28 Mar 2012 16:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IKtoCJepf0+ppV8MXb1kGANtrdSAmqN/xN2U8FgebQg=; b=mym9XWQoUgRRKQOuX/jGtY7HE1tdULk/Mbhz59+csvhO5sBRfB/9h9Tjb6FCPeXzMB ywtzLToiXCovjp9B1d99deSRm37UyZzRHDU8ETJPjvqdamLeHyWBqH7fop4OF6CXcwh0 hQSfAG0QVQ6ypPdEOKo+Nsi+ziYeUXtTooAxMxxTuQCtSnJhQ9DnelABCi4XjutiGtYO FbfTYfIYhxf/wdmI4fDLMHPl1hE3JirZYKxyOMV+JuypiGU+Lhi6nD51QWxUWcl+ujEH AkHFw+X3G5vXJAlp53zcHp+ku3h0qZ2pujetsUPXneN/oREMTo9/06JrHK/c/iuBdc5w 1mhg== MIME-Version: 1.0 Received: by 10.152.114.35 with SMTP id jd3mr25032228lab.18.1332976978107; Wed, 28 Mar 2012 16:22:58 -0700 (PDT) Received: by 10.112.80.138 with HTTP; Wed, 28 Mar 2012 16:22:58 -0700 (PDT) In-Reply-To: References: <1332916103.54372.YahooMailNeo@web121706.mail.ne1.yahoo.com> Date: Wed, 28 Mar 2012 16:22:58 -0700 Message-ID: Subject: Re: ANN: The first hbase 0.94.0 release candidate is available for download From: Ted Yu To: dev@hbase.apache.org, lars hofhansl Content-Type: multipart/alternative; boundary=f46d04083be9461d5504bc55e3f1 --f46d04083be9461d5504bc55e3f1 Content-Type: text/plain; charset=ISO-8859-1 After brief review of HBASE-5074 code, I think this call at line 214 of FixedFileTrailer.serialize() caused what I saw: baosDos.writeInt(materializeVersion(majorVersion, minorVersion)); where 16777218 corresponds to majorVersion of 2 and minorVersion of 1. Cheers On Wed, Mar 28, 2012 at 4:10 PM, Ted Yu wrote: > So I stopped 0.94 cluster, renamed 0.94 jar file and put back 0.92 jar > file. > When restarting 0.92 cluster, I found that region server couldn't open > -ROOT- region. > See: > http://pastebin.com/Qqq6qiaw > > FYI > > > On Wed, Mar 28, 2012 at 3:54 PM, Ted Yu wrote: > >> I planned to perform rolling restart from (our variant of) 0.92 to 0.94.0 >> but found out that some internal changes prevented region server to talk to >> 0.94.0 master. >> So I loaded every server with 0.94.0 jar and started a 5 RS cluster. >> I went through master and RS UI. Performed 'balancer' command in shell. >> >> Didn't do much testing and didn't see issue (therefore no vote). >> >> Minor comment: yesterday Lars showed me the new percentile metrics added >> recently. Since the readings were high, it would be nice to include unit of >> time in the String form of RegionLoad. >> >> Cheers >> >> >> On Tue, Mar 27, 2012 at 11:28 PM, lars hofhansl wrote: >> >>> The first 0.94.0 RC is available for download here: >>> >>> http://people.apache.org/~larsh/hbase-0.94.0-rc0/ >>> >>> (The tarballs are signed by Stack this time, since I do not have a >>> signed Apache key, yet.) >>> >>> HBase 0.94 is first and foremost a performance release with a few new >>> features as well. >>> >>> It is wire compatible with 0.92.x. 0.92 clients should work with 0.94 >>> servers and vice versa. >>> >>> You can do a rolling restart to get your 0.92.x HBase up on this >>> 0.94.0RC. >>> >>> The full list of changes is available here: >>> >>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12316419 >>> . >>> >>> Please take this RC for a spin, check out the doc, etc, and vote +1/-1 >>> by April 4th on whether we should release this as 0.94.0. >>> >>> Thanks. >>> >>> -- Lars >>> >>> >> > --f46d04083be9461d5504bc55e3f1--