Return-Path: X-Original-To: apmail-htrace-dev-archive@minotaur.apache.org Delivered-To: apmail-htrace-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 0733910E5C for ; Sat, 3 Jan 2015 20:12:19 +0000 (UTC) Received: (qmail 3213 invoked by uid 500); 3 Jan 2015 20:12:19 -0000 Delivered-To: apmail-htrace-dev-archive@htrace.apache.org Received: (qmail 3169 invoked by uid 500); 3 Jan 2015 20:12:19 -0000 Mailing-List: contact dev-help@htrace.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@htrace.incubator.apache.org Delivered-To: mailing list dev@htrace.incubator.apache.org Received: (qmail 3157 invoked by uid 99); 3 Jan 2015 20:12:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2015 20:12:18 +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 saint.ack@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2015 20:12:14 +0000 Received: by mail-ig0-f169.google.com with SMTP id z20so1619209igj.4 for ; Sat, 03 Jan 2015 12:11:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=DHYFRWCabpOF+vdJv5GKkAeQETJSFjsYznfTr7V77zo=; b=reBY37fHBapSNgTA9TofhhjHXHXAmhgr6m5iOcsU6Vwlyt4zSJzAcmuXQPrM3lxeVA 4Tk0hmrCAxm2C7N78CR8oMxdJf25cfcg9+vVX0A8pMlfl4mobsf+4UGsdnK3rCWUuOeZ PXAuv3TpV1aRs6Xze6oDOMqQcJrHey/FDzgVh13psgxY4pTRLzYMKe2CuezJpZUGoNal Acfr5QMUP5JwCn+6Xia2Ctvc8srexSDnNMxOCA94HLoX6gQqvwCl0howMVegmM7F8y8o iVnd0Bq6O8pHxRFj8p7DeiIy2uMymHpuCCo5pQba8hkCmbntad2XhRFTYnL3BI49K2/U aVBA== MIME-Version: 1.0 X-Received: by 10.107.5.7 with SMTP id 7mr73445175iof.1.1420315913801; Sat, 03 Jan 2015 12:11:53 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.107.167.70 with HTTP; Sat, 3 Jan 2015 12:11:53 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Jan 2015 12:11:53 -0800 X-Google-Sender-Auth: 5hslqadvgijgre25MmIVKdMYZBc Message-ID: Subject: Re: [VOTE] htrace-3.1.0, fifth release candidate From: Stack To: dev@htrace.incubator.apache.org Content-Type: multipart/alternative; boundary=001a113ee6f882d7bc050bc511c0 X-Virus-Checked: Checked by ClamAV on apache.org --001a113ee6f882d7bc050bc511c0 Content-Type: text/plain; charset=UTF-8 Any chance of a few mentor votes on this thread before I go to the incubator general list soliciting IPMC votes? Thanks, St.Ack On Thu, Jan 1, 2015 at 11:38 PM, Colin McCabe wrote: > +1. Thanks for putting this together, st.ack. > > C. > On Dec 31, 2014 2:44 PM, "Colin McCabe" wrote: > > > I verified the signature, untarred, ran mvn test with no problems. I > > did see that we are leaking a few jackson classes on to the CLASSPATH > > in htrace-core: > > > > jar tvf ./htrace-core/target/htrace-core-3.1.0.jar > > .... > > 2487 Wed Dec 31 14:29:18 PST 2014 > > org/apache/htrace/fasterxml/jackson/core/util/MinimalPrettyPrinter.class > > 8621 Wed Dec 31 14:29:18 PST 2014 > > org/apache/htrace/fasterxml/jackson/core/util/TextBuffer.class > > 6419 Wed Dec 31 14:29:18 PST 2014 > > org/apache/htrace/fasterxml/jackson/core/util/VersionUtil.class > > 0 Wed Dec 31 14:29:18 PST 2014 com/ > > 0 Wed Dec 31 14:29:18 PST 2014 com/fasterxml/ > > 0 Wed Dec 31 14:29:18 PST 2014 com/fasterxml/jackson/ > > 0 Wed Dec 31 14:29:18 PST 2014 com/fasterxml/jackson/databind/ > > 801 Wed Dec 31 14:29:18 PST 2014 > > com/fasterxml/jackson/databind/AbstractTypeResolver.class > > 1506 Wed Dec 31 14:29:18 PST 2014 > > > > > com/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type.class > > ... > > > > This could potentially be an issue because some of our users want to > > use a different version of jackson than what we're using. I posted a > > fix at https://issues.apache.org/jira/browse/HTRACE-46. Not sure if > > this is worth spinning a new RC over. > > > > Colin > > > > On Wed, Dec 31, 2014 at 1:32 PM, Elliott Clark > wrote: > > > +1 > > > Verified sig. > > > un-tar'd the src tar. > > > Verified that all tests pass > > > mvn package creates go binaries. > > > Those binaries run and listen on a port > > > maven repository looks good and has the needed jars. > > > > > > On Wed, Dec 31, 2014 at 1:01 PM, Stack wrote: > > > > > >> I've posted our fifth release candidate here (Thanks all for finding > > issues > > >> in previous RCs): > > >> > > >> http://people.apache.org/~stack/htrace-3.1.0RC4/ > > >> > > >> Maven artifacts are available here: > > >> > > >> > > https://repository.apache.org/content/repositories/orgapachehtrace-1006 > > >> > > >> RC4 has 4 fixes beyond RC3. > > >> > > >> It is a src-only tarball for now. Later we can add binary bundles to > our > > >> release after we have better sense of what we as a project would like > to > > >> deliver. > > >> > > >> This release is mainly a change of packaging from org.htrace to > > >> org.apache.htrace to suit our new home here in Apache Incubator but it > > does > > >> also includes 32 resolved issues [1] including the beginnings of an > > htrace > > >> daemon whose intent is to make it so there is a low barrier collecting > > >> cluster traces as well as a new flume receiver. > > >> > > >> Beware that Apache Incubator, org.apache.htrace is not compatible with > > its > > >> former self, org.htrace: the package name has changed but so has the > > JSON > > >> serialization format. > > >> > > >> Shall we make this release candidate our first incubator release? > > >> > > >> Lets keep the vote period short (We'll have to run another vote over > in > > >> incubator general after this one if I understand the process > properly). > > >> > > >> Please vote +1/0/-1 by Friday, January 2nd, 2015. > > >> > > >> Thanks, > > >> St.Ack > > >> > > >> 1. > > >> > > >> > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.1.0%20ORDER%20BY%20issuetype%20DESC > > >> > > > --001a113ee6f882d7bc050bc511c0--