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 EEDAF10459 for ; Mon, 6 May 2013 02:04:22 +0000 (UTC) Received: (qmail 45958 invoked by uid 500); 6 May 2013 02:04:22 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 45890 invoked by uid 500); 6 May 2013 02:04:22 -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 45881 invoked by uid 99); 6 May 2013 02:04:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 02:04:22 +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 julian.zhou@me.com designates 17.172.81.0 as permitted sender) Received: from [17.172.81.0] (HELO st11p00mm-asmtp001.mac.com) (17.172.81.0) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 02:04:16 +0000 MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8; format=flowed Received: from [9.181.91.159] (www-900.ibm.com [202.108.130.138]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.04(7.0.4.27.3) 64bit (built Mar 7 2013)) with ESMTPSA id <0MMC00CV3TPXQK40@st11p00mm-asmtp001.mac.com> for dev@hbase.apache.org; Mon, 06 May 2013 02:03:56 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-05-06_01:2013-05-03,2013-05-06,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1302030000 definitions=main-1305050339 Message-id: <51870F73.8090006@me.com> Date: Mon, 06 May 2013 10:03:31 +0800 From: Julian Zhou User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 To: dev@hbase.apache.org Subject: Re: Jetty migration from version 6.1.26 to 9 ?? References: <51839C33.60104@me.com> In-reply-to: X-Virus-Checked: Checked by ClamAV on apache.org 于 5/5/2013 2:38 AM, Jonathan Hsieh 写道: > +1. to standing pat. > > I know we've found problem in jetty in the past and what we have now is > solid. > > > On Fri, May 3, 2013 at 1:48 PM, Andrew Purtell wrote: > >> We can move when Hadoop does. >> >> HOWEVER, it should be the same version used by downstream or we will have >> classpath issues. >> >> Furthermore, any refactoring from 6 to 7 may well need to be done through >> shims in hadoop-compat modules unless all branches of Hadoop that we >> support have a release that moves to Jetty 7 (or 9 or whatever). >> >> I think we should wait at least until Hadoop makes a move, or if there is a >> critical reason to do otherwise on our own initiative. >> >> >> On Fri, May 3, 2013 at 12:36 PM, Jean-Marc Spaggiari < >> jean-marc@spaggiari.org> wrote: >> >>> There is some plans for Hadoop to move to Jetty 7. >>> >>> https://issues.apache.org/jira/browse/HADOOP-8515 >>> >>> Will that impact us? Might be the opportunity to move HBase to 9? >>> >>> 2013/5/3 Andrew Purtell >>> >>>> I would say there has not been a volunteer yet willing to do that >>>> refactoring and contribute it? Will updating our Jetty dependency cause >>>> classpath conflicts with Hadoop core code that also uses jetty? We >>> inherit >>>> some of their servlets. Does that mean Hadoop core would also need to >>>> update and refactor? >>>> >>>> On Friday, May 3, 2013, Julian Zhou wrote: >>>> >>>>> Is there any plan to migrate Jetty from version 6.1.26 (current >> version >>>>> in trunk) to version 9, which has been moved org.eclipse pkg? There >> are >>>>> lots of refactoring and new APIs for HTTP/Servlet/XML related in >>> version >>>>> 9, which might be able to benefit future HBase development and >>> testcase. >>>>> Thanks~ >>>>> >>>>> -- >>>>> Best Regards, Julian >>>>> >>>>> >>>> -- >>>> Best regards, >>>> >>>> - Andy >>>> >>>> Problems worthy of attack prove their worth by hitting back. - Piet >> Hein >>>> (via Tom White) >>>> >> >> >> -- >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet Hein >> (via Tom White) >> > > Thanks, Jon, Andrew and Jean's pointing out. Ok, yeah, there seems a workload if migrating to 7 or 7+ version. Standing pat and keeping eyes on hadoop's action makes sense. -- Best Regards, Julian