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 D17D991D7 for ; Tue, 14 Feb 2012 00:15:34 +0000 (UTC) Received: (qmail 88731 invoked by uid 500); 14 Feb 2012 00:15:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 88523 invoked by uid 500); 14 Feb 2012 00:15:33 -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 88515 invoked by uid 99); 14 Feb 2012 00:15:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 00:15:33 +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 yuzhihong@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-ww0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 00:15:28 +0000 Received: by wgbdy1 with SMTP id dy1so3965680wgb.20 for ; Mon, 13 Feb 2012 16:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vGXXhCZZwYu/pTB/h+sggZ2YoRMhsGXWyJ7ubcDfUEQ=; b=Ov6zdd9M3RspyDGVUq72YiZv0UnaYaDhElVuG77sV6UKsCpV0LXfPXhcHoCzZTsxcJ 8p56CIyoReSv9WDPvEDUOLGzVJpdL2WvLHlw4ARr8qtsCQXKBSppxpF8t0w3XiPWEa2R JNg0H3Nmm+JUxaPxiQtyEgckqOGwf2uwQlArw= MIME-Version: 1.0 Received: by 10.216.144.93 with SMTP id m71mr47694wej.35.1329178507481; Mon, 13 Feb 2012 16:15:07 -0800 (PST) Received: by 10.216.166.72 with HTTP; Mon, 13 Feb 2012 16:15:07 -0800 (PST) In-Reply-To: References: Date: Mon, 13 Feb 2012 16:15:07 -0800 Message-ID: Subject: Re: HBase wire compatibility From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=0016e6dd8d17c8147e04b8e17c3a --0016e6dd8d17c8147e04b8e17c3a Content-Type: text/plain; charset=ISO-8859-1 bq. Should we swat team it? Or do this at the next Hackathon. On Mon, Feb 13, 2012 at 4:09 PM, Stack wrote: > On Mon, Feb 13, 2012 at 1:02 PM, Jimmy Xiang wrote: > > I posted the proposal on wiki: > > > > http://wiki.apache.org/hadoop/Hbase/HBaseWireCompatibility > > > > > Looks great. Looking at Phase 1, we're talking about a big bang where > we shut down cluster and come up on the new stuff w/ the new stuff > migrating old formats to new; e.g. the content in .META. When are we > thinking we can take on the big bang? > > Looking at phase 2, it looks like another big bang (should phase 1 and > phase 2 big bangs happen at same time)? > > Should we swat team it? Go away for a weekend and bang it out? > > Can we make issues for each of the steps so we can discuss a bit of > detail on each of the bullets? > > On: > > - Should pluggable encodings (thrift/avro/pb/writable) be in scope? > > I'd say no. > > On: > > - Should async IO servers and clients be in scope or not? > > I'd say no for now. > > On: > > - What is the policy for existing versions (89, 90, 92, 94) -- do we > support them or require on major upgrade before they get this story? > > I'm not sure how else to do it. How do you make an old client work > against the new stuff? > > On: > > - Developers should be able to remove deprecated methods or arguments > to maintain flexibility, but can't do that within the compatibility > window. What should be our compatibility window? 2 years (roughly 4 > major versions)? > > Which compatibility window are you referring too? Moving up on to > this platform will be the singularity across nothing can cross, right? > > On: > > - What is the ZK version interoperability story? > > We need 3.4.x to support security. > > On: > > - What is the HDFS version interoperability story? > > None or at least out of scope for this project. Its another project? > > On: > > - Should architectural-level changes require a major version bump? > > This is an interesting one. For example, say we wanted to purge the > -ROOT- region. Well, that'd be something an old client could not > tolerate. So, you'd up the rpc version or figure how to purge -ROOT- > in a way that old clients can still work (then there is no need to > change rpc version -- to do a major version bump). > > St.Ack > --0016e6dd8d17c8147e04b8e17c3a--