You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Abraham Elmahrek <ab...@apache.org> on 2015/05/10 03:54:06 UTC

[VOTE] Release Apache htrace-3.2.0-incubating

Apache HTrace (incubating), after 2 release candidates, has voted to
release the below referenced Apache HTrace 3.2.0-incubating release
candidate.

Dear IPMC, please vote on our second release candidate as an Apache
Incubator project.

Here is the vote thread we ran on our dev list (Six binding +1 votes and no
-1 votes) with
a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
candidate"

*
http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
<
http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
>*

The source tarball, hashes, and signing are here:

  http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/

(Over in htrace our RC number was zero based so RC1 == second RC)

Related maven artifacts are posted here:

   https://repository.apache.org/content/repositories/orgapachehtrace-1016

The tag for the RC is here:
https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8

The KEYS file with the key used signing is available here:

*https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
<https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*


75 issues were closed/resolved for this release:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC


The vote will be open for 96 hours.

[ ] +1 Release this package as Apache HTrace 3.2.0-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...


Thanks,
Abe

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Stack <st...@duboce.net>.
On Sun, May 10, 2015 at 7:30 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> What do other incubator members think?
>

I think you are a good man for trying the candidate. Thanks Justin.

The compile fail is pretty ugly. Your suggestion of a banner warning on the
release email sounds like a good idea to me (otherwise, we sink the release
candidate).

Thanks,

St.Ack

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Good eyes on the LICENSE and NOTICE files.

These are documentation issues not license errors, as long as it fixed next release/before graduation all good.

> I think the issue is that leveldb-devel isn't installed on your machine.
> 
> Would this be something we could fix in a follow up release?


It’s important that the software can be compiled from source without error. [1][2] I can confirm that once I installed leveldb I was able to compile the package.

It may be acceptable to add that to the announce email. What do other incubator members think?

Thanks,
Justin

1. http://www.apache.org/dev/release.html#what-must-every-release-contain <http://www.apache.org/dev/release.html#what-must-every-release-contain>
2. http://incubator.apache.org/guides/releasemanagement.html#check-list <http://incubator.apache.org/guides/releasemanagement.html#check-list> (2.1) 

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Abraham Elmahrek <ab...@cloudera.com>.
Hey Justin,

Thanks for taking the time to review the RC.

Good eyes on the LICENSE and NOTICE files. Some notes there:

   - "Backbone.*" is bundled in marionette
   - The other dependencies that might not need to be listed probably don't
   since I think we simply download them:
   https://github.com/apache/incubator-htrace/blob/master/htrace-core/src/go/Godeps/Godeps.json
   .

I think the issue is that leveldb-devel isn't installed on your machine.
Looking at
https://github.com/apache/incubator-htrace/blob/master/BUILDING.txt, it
seems like we forgot to move the dependency list to htrace-htraced from
htrace-core (
https://github.com/apache/incubator-htrace/blob/master/htrace-core/src/go/BUILDING.txt).
Would this be something we could fix in a follow up release?

-Abe

On Sun, May 10, 2015 at 5:00 AM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> +0 (binding) due to compile issue. Happy to change to +1 if that's
> resolved/explained.
>
> The LICENSE and NOTICE issues can be fixed next release IMO.
>
> I checked:
> - hashes and signatures good
> - artefact name includes incubating
> - DISCLAIMER exits
> - Some minor LICENSE and NOTICE issues (see below)
> - No unexpected binaries in release
> - All source has Apache headers
> - Error compiling from source
>
> NOTICE has several minor issues:
> - Text is wrong as is states "software developed by The Apache Software
> Foundation” when it should say "software developed at
> The Apache Software Foundation”. Note “by” vs “at”.
> - NOTICE is missing copyright year
> - No need to include Apache licensed software in NOTICE (unless it has a
> NOTICE file) [1]
> - Probably no need to add public domain software in NOTICE, but it can go
> in LICENSE like other permissive licenses. [2]
>
> The LICENSE may have several items that don’t need to be in there, only
> bundled software needs to be in the license. [3]
> From a quick look I’m not sure that Levigo, Kingpin, Units, Gorilla mux,
> Backbone.Wreqr or Backbone.Babysitter are bundled.
>
> Looks like LICENSE is missing normalize.css (v2.1.0 | MIT License at
> git.io/normalize).
>
> Also good to place the RC in the correct location [4] and not on
> people.apache.org.
>
> I’m currently getting the compile failing - with this error:
> main:
>      [exec] godep restore...
>      [exec] fatal: Not a git repository (or any of the parent
> directories): .git
>      [exec] github.com/jmhodges/levigo
>      [exec] # github.com/jmhodges/levigo
>      [exec] src/github.com/jmhodges/levigo/batch.go:4:11: fatal error:
> 'leveldb/c.h' file not found
>      [exec]  #include "leveldb/c.h"
>      [exec]           ^
>      [exec] 1 error generated.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HTrace ..................................... SUCCESS [
> 1.577 s]
> [INFO] htrace-c .......................................... SUCCESS [
> 0.456 s]
> [INFO] htrace-core ....................................... SUCCESS [
> 12.161 s]
> [INFO] htrace-zipkin ..................................... SUCCESS [
> 5.404 s]
> [INFO] htrace-hbase ...................................... SUCCESS [
> 30.739 s]
> [INFO] htrace-flume ...................................... SUCCESS [
> 19.688 s]
> [INFO] htrace-htraced .................................... FAILURE [
> 2.290 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
>
> Any idea what may be causing the compile error?
>
> Thanks,
> Justin
>
> 1. http://www.apache.org/dev/licensing-howto.html#alv2-dep
> 2.
> http://www.apache.org/legal/resolved.html#can-works-placed-in-the-public-domain-be-included-in-apache-products
> 3. http://www.apache.org/dev/licensing-howto.html#guiding-principle
> 4.
> http://incubator.apache.org/guides/releasemanagement.html#glossary-incubator-dist
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

+0 (binding) due to compile issue. Happy to change to +1 if that's resolved/explained.

The LICENSE and NOTICE issues can be fixed next release IMO.

I checked:
- hashes and signatures good
- artefact name includes incubating
- DISCLAIMER exits
- Some minor LICENSE and NOTICE issues (see below)
- No unexpected binaries in release
- All source has Apache headers
- Error compiling from source

NOTICE has several minor issues:
- Text is wrong as is states "software developed by The Apache Software
Foundation” when it should say "software developed at
The Apache Software Foundation”. Note “by” vs “at”.
- NOTICE is missing copyright year
- No need to include Apache licensed software in NOTICE (unless it has a NOTICE file) [1]
- Probably no need to add public domain software in NOTICE, but it can go in LICENSE like other permissive licenses. [2]

The LICENSE may have several items that don’t need to be in there, only bundled software needs to be in the license. [3]
From a quick look I’m not sure that Levigo, Kingpin, Units, Gorilla mux, Backbone.Wreqr or Backbone.Babysitter are bundled.

Looks like LICENSE is missing normalize.css (v2.1.0 | MIT License at git.io/normalize).

Also good to place the RC in the correct location [4] and not on people.apache.org.

I’m currently getting the compile failing - with this error:
main:
     [exec] godep restore...
     [exec] fatal: Not a git repository (or any of the parent directories): .git
     [exec] github.com/jmhodges/levigo
     [exec] # github.com/jmhodges/levigo
     [exec] src/github.com/jmhodges/levigo/batch.go:4:11: fatal error: 'leveldb/c.h' file not found
     [exec]  #include "leveldb/c.h"
     [exec]           ^
     [exec] 1 error generated.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HTrace ..................................... SUCCESS [  1.577 s]
[INFO] htrace-c .......................................... SUCCESS [  0.456 s]
[INFO] htrace-core ....................................... SUCCESS [ 12.161 s]
[INFO] htrace-zipkin ..................................... SUCCESS [  5.404 s]
[INFO] htrace-hbase ...................................... SUCCESS [ 30.739 s]
[INFO] htrace-flume ...................................... SUCCESS [ 19.688 s]
[INFO] htrace-htraced .................................... FAILURE [  2.290 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

Any idea what may be causing the compile error?

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html#alv2-dep
2. http://www.apache.org/legal/resolved.html#can-works-placed-in-the-public-domain-be-included-in-apache-products
3. http://www.apache.org/dev/licensing-howto.html#guiding-principle
4. http://incubator.apache.org/guides/releasemanagement.html#glossary-incubator-dist


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Stack <st...@duboce.net>.
On Sat, May 9, 2015 at 6:54 PM, Abraham Elmahrek <ab...@apache.org> wrote:

> Apache HTrace (incubating), after 2 release candidates, has voted to
> release the below referenced Apache HTrace 3.2.0-incubating release
> candidate.
>
> Dear IPMC, please vote on our second release candidate as an Apache
> Incubator project.
>
> Here is the vote thread we ran on our dev list (Six binding +1 votes and no
> -1 votes) with
> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
> candidate"
>
> *
>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> <
>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> >*
>
> The source tarball, hashes, and signing are here:
>
>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
>
> (Over in htrace our RC number was zero based so RC1 == second RC)
>
> Related maven artifacts are posted here:
>
>    https://repository.apache.org/content/repositories/orgapachehtrace-1016
>
> The tag for the RC is here:
>
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
>
> The KEYS file with the key used signing is available here:
>
> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
>
>
> 75 issues were closed/resolved for this release:
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
>
>
> The vote will be open for 96 hours.
>
> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because ...
>
>
> Thanks,
> Abe
>

Here is my vote carried over from htrace list VOTE:

+1

Downloaded. Verified signature and keys.
Ran apache rat to look for errant licenses.
Was able to build a new tarball from src (all unit tests pass)

St.Ack

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Yes definitely lets get one out. Good job folks.

On Tuesday, June 2, 2015, Abraham Elmahrek <ab...@cloudera.com> wrote:

> Hey man,
>
> Good point. Should we send out an announce email even though it's a few
> weeks after the fact?
>
> -Abe
>
> On Wed, Jun 3, 2015 at 1:10 AM, Nick Dimiduk <ndimiduk@gmail.com
> <javascript:;>> wrote:
>
> > Hi folks. Looks like this vote passed, but I haven't seen a release
> > announcement. Am I missing something?
> >
> > Thanks,
> > Nick
> >
> > On Wed, May 13, 2015 at 7:16 PM, Abraham Elmahrek <abe@cloudera.com
> <javascript:;>>
> > wrote:
> >
> > > Closing the vote.
> > >
> > > [7] +1 - 6 Were binding I believe. Please correct me if I am mistaken.
> > > [0]   0
> > > [0]  -1
> > >
> > > Thanks for participating folks.
> > >
> > > On Mon, May 11, 2015 at 11:04 PM, Colin McCabe <cmccabe@alumni.cmu.edu
> <javascript:;>>
> > > wrote:
> > >
> > > > Downloaded.  Verified hashes.
> > > > Ran unit tests
> > > > Installed and built Hadoop trunk against it
> > > > Verified that HDFS integration and htraced worked
> > > >
> > > > +1.
> > > >
> > > > cheers,
> > > > Colin
> > > >
> > > > On Mon, May 11, 2015 at 7:01 PM, Jake Farrell <jfarrell@apache.org
> <javascript:;>>
> > > wrote:
> > > > > Carrying my +1 (binding) over from the dev list
> > > > >
> > > > > -Jake
> > > > >
> > > > > On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <abe@apache.org
> <javascript:;>>
> > > wrote:
> > > > >
> > > > >> Apache HTrace (incubating), after 2 release candidates, has voted
> to
> > > > >> release the below referenced Apache HTrace 3.2.0-incubating
> release
> > > > >> candidate.
> > > > >>
> > > > >> Dear IPMC, please vote on our second release candidate as an
> Apache
> > > > >> Incubator project.
> > > > >>
> > > > >> Here is the vote thread we ran on our dev list (Six binding +1
> votes
> > > > and no
> > > > >> -1 votes) with
> > > > >> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second
> > release
> > > > >> candidate"
> > > > >>
> > > > >> *
> > > > >>
> > > > >>
> > > >
> > >
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > > > >> <
> > > > >>
> > > > >>
> > > >
> > >
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > > > >> >*
> > > > >>
> > > > >> The source tarball, hashes, and signing are here:
> > > > >>
> > > > >>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
> > > > >>
> > > > >> (Over in htrace our RC number was zero based so RC1 == second RC)
> > > > >>
> > > > >> Related maven artifacts are posted here:
> > > > >>
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/orgapachehtrace-1016
> > > > >>
> > > > >> The tag for the RC is here:
> > > > >>
> > > > >>
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
> > > > >>
> > > > >> The KEYS file with the key used signing is available here:
> > > > >>
> > > > >> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> > > > >> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> >*
> > > > >>
> > > > >>
> > > > >> 75 issues were closed/resolved for this release:
> > > > >>
> > > > >>
> > > > >>
> > > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
> > > > >>
> > > > >>
> > > > >> The vote will be open for 96 hours.
> > > > >>
> > > > >> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> > > > >> [ ] +0 no opinion
> > > > >> [ ] -1 Do not release this package because ...
> > > > >>
> > > > >>
> > > > >> Thanks,
> > > > >> Abe
> > > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> <javascript:;>
> > > > For additional commands, e-mail: general-help@incubator.apache.org
> <javascript:;>
> > > >
> > > >
> > >
> >
>


-- 
*Lewis*

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Abraham Elmahrek <ab...@cloudera.com>.
Hey man,

Good point. Should we send out an announce email even though it's a few
weeks after the fact?

-Abe

On Wed, Jun 3, 2015 at 1:10 AM, Nick Dimiduk <nd...@gmail.com> wrote:

> Hi folks. Looks like this vote passed, but I haven't seen a release
> announcement. Am I missing something?
>
> Thanks,
> Nick
>
> On Wed, May 13, 2015 at 7:16 PM, Abraham Elmahrek <ab...@cloudera.com>
> wrote:
>
> > Closing the vote.
> >
> > [7] +1 - 6 Were binding I believe. Please correct me if I am mistaken.
> > [0]   0
> > [0]  -1
> >
> > Thanks for participating folks.
> >
> > On Mon, May 11, 2015 at 11:04 PM, Colin McCabe <cm...@alumni.cmu.edu>
> > wrote:
> >
> > > Downloaded.  Verified hashes.
> > > Ran unit tests
> > > Installed and built Hadoop trunk against it
> > > Verified that HDFS integration and htraced worked
> > >
> > > +1.
> > >
> > > cheers,
> > > Colin
> > >
> > > On Mon, May 11, 2015 at 7:01 PM, Jake Farrell <jf...@apache.org>
> > wrote:
> > > > Carrying my +1 (binding) over from the dev list
> > > >
> > > > -Jake
> > > >
> > > > On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <ab...@apache.org>
> > wrote:
> > > >
> > > >> Apache HTrace (incubating), after 2 release candidates, has voted to
> > > >> release the below referenced Apache HTrace 3.2.0-incubating release
> > > >> candidate.
> > > >>
> > > >> Dear IPMC, please vote on our second release candidate as an Apache
> > > >> Incubator project.
> > > >>
> > > >> Here is the vote thread we ran on our dev list (Six binding +1 votes
> > > and no
> > > >> -1 votes) with
> > > >> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second
> release
> > > >> candidate"
> > > >>
> > > >> *
> > > >>
> > > >>
> > >
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > > >> <
> > > >>
> > > >>
> > >
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > > >> >*
> > > >>
> > > >> The source tarball, hashes, and signing are here:
> > > >>
> > > >>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
> > > >>
> > > >> (Over in htrace our RC number was zero based so RC1 == second RC)
> > > >>
> > > >> Related maven artifacts are posted here:
> > > >>
> > > >>
> > >
> https://repository.apache.org/content/repositories/orgapachehtrace-1016
> > > >>
> > > >> The tag for the RC is here:
> > > >>
> > > >>
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
> > > >>
> > > >> The KEYS file with the key used signing is available here:
> > > >>
> > > >> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> > > >> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
> > > >>
> > > >>
> > > >> 75 issues were closed/resolved for this release:
> > > >>
> > > >>
> > > >>
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
> > > >>
> > > >>
> > > >> The vote will be open for 96 hours.
> > > >>
> > > >> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> > > >> [ ] +0 no opinion
> > > >> [ ] -1 Do not release this package because ...
> > > >>
> > > >>
> > > >> Thanks,
> > > >> Abe
> > > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: general-help@incubator.apache.org
> > >
> > >
> >
>

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Nick Dimiduk <nd...@gmail.com>.
Hi folks. Looks like this vote passed, but I haven't seen a release
announcement. Am I missing something?

Thanks,
Nick

On Wed, May 13, 2015 at 7:16 PM, Abraham Elmahrek <ab...@cloudera.com> wrote:

> Closing the vote.
>
> [7] +1 - 6 Were binding I believe. Please correct me if I am mistaken.
> [0]   0
> [0]  -1
>
> Thanks for participating folks.
>
> On Mon, May 11, 2015 at 11:04 PM, Colin McCabe <cm...@alumni.cmu.edu>
> wrote:
>
> > Downloaded.  Verified hashes.
> > Ran unit tests
> > Installed and built Hadoop trunk against it
> > Verified that HDFS integration and htraced worked
> >
> > +1.
> >
> > cheers,
> > Colin
> >
> > On Mon, May 11, 2015 at 7:01 PM, Jake Farrell <jf...@apache.org>
> wrote:
> > > Carrying my +1 (binding) over from the dev list
> > >
> > > -Jake
> > >
> > > On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <ab...@apache.org>
> wrote:
> > >
> > >> Apache HTrace (incubating), after 2 release candidates, has voted to
> > >> release the below referenced Apache HTrace 3.2.0-incubating release
> > >> candidate.
> > >>
> > >> Dear IPMC, please vote on our second release candidate as an Apache
> > >> Incubator project.
> > >>
> > >> Here is the vote thread we ran on our dev list (Six binding +1 votes
> > and no
> > >> -1 votes) with
> > >> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
> > >> candidate"
> > >>
> > >> *
> > >>
> > >>
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > >> <
> > >>
> > >>
> >
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> > >> >*
> > >>
> > >> The source tarball, hashes, and signing are here:
> > >>
> > >>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
> > >>
> > >> (Over in htrace our RC number was zero based so RC1 == second RC)
> > >>
> > >> Related maven artifacts are posted here:
> > >>
> > >>
> > https://repository.apache.org/content/repositories/orgapachehtrace-1016
> > >>
> > >> The tag for the RC is here:
> > >>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
> > >>
> > >> The KEYS file with the key used signing is available here:
> > >>
> > >> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> > >> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
> > >>
> > >>
> > >> 75 issues were closed/resolved for this release:
> > >>
> > >>
> > >>
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
> > >>
> > >>
> > >> The vote will be open for 96 hours.
> > >>
> > >> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> > >> [ ] +0 no opinion
> > >> [ ] -1 Do not release this package because ...
> > >>
> > >>
> > >> Thanks,
> > >> Abe
> > >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: general-help@incubator.apache.org
> >
> >
>

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Abraham Elmahrek <ab...@cloudera.com>.
Closing the vote.

[7] +1 - 6 Were binding I believe. Please correct me if I am mistaken.
[0]   0
[0]  -1

Thanks for participating folks.

On Mon, May 11, 2015 at 11:04 PM, Colin McCabe <cm...@alumni.cmu.edu>
wrote:

> Downloaded.  Verified hashes.
> Ran unit tests
> Installed and built Hadoop trunk against it
> Verified that HDFS integration and htraced worked
>
> +1.
>
> cheers,
> Colin
>
> On Mon, May 11, 2015 at 7:01 PM, Jake Farrell <jf...@apache.org> wrote:
> > Carrying my +1 (binding) over from the dev list
> >
> > -Jake
> >
> > On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <ab...@apache.org> wrote:
> >
> >> Apache HTrace (incubating), after 2 release candidates, has voted to
> >> release the below referenced Apache HTrace 3.2.0-incubating release
> >> candidate.
> >>
> >> Dear IPMC, please vote on our second release candidate as an Apache
> >> Incubator project.
> >>
> >> Here is the vote thread we ran on our dev list (Six binding +1 votes
> and no
> >> -1 votes) with
> >> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
> >> candidate"
> >>
> >> *
> >>
> >>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> >> <
> >>
> >>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> >> >*
> >>
> >> The source tarball, hashes, and signing are here:
> >>
> >>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
> >>
> >> (Over in htrace our RC number was zero based so RC1 == second RC)
> >>
> >> Related maven artifacts are posted here:
> >>
> >>
> https://repository.apache.org/content/repositories/orgapachehtrace-1016
> >>
> >> The tag for the RC is here:
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
> >>
> >> The KEYS file with the key used signing is available here:
> >>
> >> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> >> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
> >>
> >>
> >> 75 issues were closed/resolved for this release:
> >>
> >>
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
> >>
> >>
> >> The vote will be open for 96 hours.
> >>
> >> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> >> [ ] +0 no opinion
> >> [ ] -1 Do not release this package because ...
> >>
> >>
> >> Thanks,
> >> Abe
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Colin McCabe <cm...@alumni.cmu.edu>.
Downloaded.  Verified hashes.
Ran unit tests
Installed and built Hadoop trunk against it
Verified that HDFS integration and htraced worked

+1.

cheers,
Colin

On Mon, May 11, 2015 at 7:01 PM, Jake Farrell <jf...@apache.org> wrote:
> Carrying my +1 (binding) over from the dev list
>
> -Jake
>
> On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <ab...@apache.org> wrote:
>
>> Apache HTrace (incubating), after 2 release candidates, has voted to
>> release the below referenced Apache HTrace 3.2.0-incubating release
>> candidate.
>>
>> Dear IPMC, please vote on our second release candidate as an Apache
>> Incubator project.
>>
>> Here is the vote thread we ran on our dev list (Six binding +1 votes and no
>> -1 votes) with
>> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
>> candidate"
>>
>> *
>>
>> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
>> <
>>
>> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
>> >*
>>
>> The source tarball, hashes, and signing are here:
>>
>>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
>>
>> (Over in htrace our RC number was zero based so RC1 == second RC)
>>
>> Related maven artifacts are posted here:
>>
>>    https://repository.apache.org/content/repositories/orgapachehtrace-1016
>>
>> The tag for the RC is here:
>>
>> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
>>
>> The KEYS file with the key used signing is available here:
>>
>> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
>> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
>>
>>
>> 75 issues were closed/resolved for this release:
>>
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
>>
>>
>> The vote will be open for 96 hours.
>>
>> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
>> [ ] +0 no opinion
>> [ ] -1 Do not release this package because ...
>>
>>
>> Thanks,
>> Abe
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Jake Farrell <jf...@apache.org>.
Carrying my +1 (binding) over from the dev list

-Jake

On Sat, May 9, 2015 at 9:54 PM, Abraham Elmahrek <ab...@apache.org> wrote:

> Apache HTrace (incubating), after 2 release candidates, has voted to
> release the below referenced Apache HTrace 3.2.0-incubating release
> candidate.
>
> Dear IPMC, please vote on our second release candidate as an Apache
> Incubator project.
>
> Here is the vote thread we ran on our dev list (Six binding +1 votes and no
> -1 votes) with
> a subject: "[VOTE] HTrace 3.2.0 - Release Candidate 2", second release
> candidate"
>
> *
>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> <
>
> http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/201505.mbox/%3CCAOvM-ciKd82bt3ze7oZD9FnNUcss8T%2BufwwgEndrhpnnOdgMNA%40mail.gmail.com%3E
> >*
>
> The source tarball, hashes, and signing are here:
>
>   http://people.apache.org/~abe/htrace/releases/3.2.0/rc1/
>
> (Over in htrace our RC number was zero based so RC1 == second RC)
>
> Related maven artifacts are posted here:
>
>    https://repository.apache.org/content/repositories/orgapachehtrace-1016
>
> The tag for the RC is here:
>
> https://git-wip-us.apache.org/repos/asf?p=incubator-htrace.git;a=tag;h=44fa6e0cd7456b5725b8557161f68b851fdf75d8
>
> The KEYS file with the key used signing is available here:
>
> *https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS
> <https://dist.apache.org/repos/dist/release/incubator/htrace/KEYS>*
>
>
> 75 issues were closed/resolved for this release:
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20HTRACE%20AND%20status%20%3D%20resolved%20AND%20fixVersion%20%3D%203.2.0%20ORDER%20BY%20issuetype%20DESC
>
>
> The vote will be open for 96 hours.
>
> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because ...
>
>
> Thanks,
> Abe
>

Re: [VOTE] Release Apache htrace-3.2.0-incubating

Posted by Sergio Fernández <wi...@apache.org>.
On Sun, May 10, 2015 at 3:54 AM, Abraham Elmahrek <ab...@apache.org> wrote:
>
> [ ] +1 Release this package as Apache HTrace 3.2.0-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because ...


+1 (binding)

So far (checksums, signatures, L&N, build, etc) looks just. Just a minor
comment that I'd improve: I miss the commit id (I think actually is
e21e0156d72f3f1d36351146b7994ab085969915), only the tag is mentioned in the
vote mail (tags can be (re)moved in git), but non-blocking anyway.

-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernandez@redlink.co
w: http://redlink.co