[RESULT] [VOTE] Pulsar Release 2.0.0-rc1-incubating Candidate 5

2018-05-23 Thread Matteo Merli
The vote for releasing Apache Pulsar 2.0.0-rc1-incubating is now closed.

With a total of +3 binding votes, +2 non binding votes and no -1 votes, the
vote passes.

+1s (binding):
 * Matteo Merli
 * Sijie Guo
 * Dave Fisher

+1s (non-binding):
 * Jia Zhai
 * Ali Ahmed

Thank you to all the reviewers for taking the time to validate this release.

Matteo


On Wed, May 23, 2018 at 12:53 AM Jia Zhai  wrote:

> +1 (non-binding)
>
> Environment: macOS 10.13.2
>
> * asc, sha1, sha512 are good for both src and binary distributions
> * binary distribution
>- run standalone
>- be able to produce and consume messages
> * src distribution
>- passed compile and all unit test.
>- run standalone with compiled binary, be able to produce and consume.
>
>
> On Wed, May 23, 2018 at 2:28 AM, Dave Fisher 
> wrote:
>
> > Hi -
> >
> > +1 (binding)
> >
> > $ mvn --version
> > *Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> > 2017-04-03T12:39:06-07:00)*
> > Maven home: /Users/davewave/Development/apache-maven-3.5.0
> > Java version: 1.8.0_131, vendor: Oracle Corporation
> > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> > 131.jdk/Contents/Home/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
> >
> > Checksums for bin and src both sha1 and sha512 are correct.
> > Signature for both bin and src is Matteo.
> > License, Notice, and Disclaimer files are present and look good. I’m ok
> > with references into a licenses directory for the convenience binary.
> > Built src following instructions in README.md.
> > Please note that
> > $ bin/pulsar standalone
> > Fails if the base pulsar directory has been renamed after the build. The
> > error is:
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > org/apache/pulsar/client/admin/PulsarAdminException
> > at java.lang.Class.getDeclaredMethods0(Native Method)
> > at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
> > at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
> > at java.lang.Class.getMethod0(Class.java:3018)
> > at java.lang.Class.getMethod(Class.java:1784)
> > at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
> > at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
> > Caused by: java.lang.ClassNotFoundException: org.apache.pulsar.client.
> > admin.PulsarAdminException
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> > ... 7 more
> > A quick scan of the commands did not reveal the trouble - the scripting
> > looks good to me.
> >
> > Regards,
> > Dave
> >
> > On May 20, 2018, at 6:23 PM, Matteo Merli  wrote:
> >
> > This is the fifth release candidate for Apache Pulsar, version
> > 2.0.0-rc1-incubating.
> >
> > The only difference from previous candidate is a fix on the LICENSE
> > attached
> > to bin distribution to correctly reflect all dependencies and versions.
> >
> > It fixes the following issues:
> > https://github.com/apache/incubator-pulsar/milestone/12?closed=1
> >
> > *** Please download, test and vote on this release. This vote will stay
> > open
> > for at least 72 hours ***
> >
> > Note that we are voting upon the source (tag), binaries are provided for
> > convenience.
> >
> > Source and binary files:
> > https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> > pulsar-2.0.0-rc1-incubating-candidate-5/
> >
> > SHA-1 checksums:
> > 72ee624c9b1485cc4c12b71e3807c7c05ec900ad
> > apache-pulsar-2.0.0-rc1-incubating-bin.tar.gz
> > c525457db8f9c4ea859c595c93e9207631cda19f
> > apache-pulsar-2.0.0-rc1-incubating-src.tar.gz
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachepulsar-1017/
> >
> > The tag to be voted upon:
> > v2.0.0-rc1-incubating-candidate-5 (08708a198606fb934e46f6cb0b614f
> > 2babf613e4)
> > https://github.com/apache/incubator-pulsar/releases/tag/
> > v2.0.0-rc1-incubating-candidate-5
> >
> > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
> >
> > Please download the the source package, and follow the README to build
> > and run the Pulsar standalone service.
> >
> >
> > --
> > Matteo Merli
> > 
> >
> >
> >
>
-- 
Matteo Merli



Re: Release 4.7.1

2018-05-23 Thread Sijie Guo
/cc dev@pulsar.incubator.apache.org

On Wed, May 23, 2018 at 5:21 PM, Sijie Guo  wrote:

> Hi all,
>
> It is about one month since 4.7.0 and there are bunch of bugs were
> cherry-picked to branch-4.7. so it might be a good time to do a release for
> 4.7.1.
>
> I am planning to go through the changes since 4.7.0 and cherry-picking
> them to branch-4.7. If you have any changes specific needed for 4.7.1,
> please let me know or update the github issues with label `release/4.7.1`.
>
> Thanks,
> Sijie
>


Re: [VOTE] Pulsar Release 2.0.0-rc1-incubating Candidate 5

2018-05-23 Thread Jia Zhai
+1 (non-binding)

Environment: macOS 10.13.2

* asc, sha1, sha512 are good for both src and binary distributions
* binary distribution
   - run standalone
   - be able to produce and consume messages
* src distribution
   - passed compile and all unit test.
   - run standalone with compiled binary, be able to produce and consume.


On Wed, May 23, 2018 at 2:28 AM, Dave Fisher  wrote:

> Hi -
>
> +1 (binding)
>
> $ mvn --version
> *Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> 2017-04-03T12:39:06-07:00)*
> Maven home: /Users/davewave/Development/apache-maven-3.5.0
> Java version: 1.8.0_131, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 131.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>
> Checksums for bin and src both sha1 and sha512 are correct.
> Signature for both bin and src is Matteo.
> License, Notice, and Disclaimer files are present and look good. I’m ok
> with references into a licenses directory for the convenience binary.
> Built src following instructions in README.md.
> Please note that
> $ bin/pulsar standalone
> Fails if the base pulsar directory has been renamed after the build. The
> error is:
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/pulsar/client/admin/PulsarAdminException
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
> at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
> at java.lang.Class.getMethod0(Class.java:3018)
> at java.lang.Class.getMethod(Class.java:1784)
> at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
> Caused by: java.lang.ClassNotFoundException: org.apache.pulsar.client.
> admin.PulsarAdminException
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 7 more
> A quick scan of the commands did not reveal the trouble - the scripting
> looks good to me.
>
> Regards,
> Dave
>
> On May 20, 2018, at 6:23 PM, Matteo Merli  wrote:
>
> This is the fifth release candidate for Apache Pulsar, version
> 2.0.0-rc1-incubating.
>
> The only difference from previous candidate is a fix on the LICENSE
> attached
> to bin distribution to correctly reflect all dependencies and versions.
>
> It fixes the following issues:
> https://github.com/apache/incubator-pulsar/milestone/12?closed=1
>
> *** Please download, test and vote on this release. This vote will stay
> open
> for at least 72 hours ***
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/incubator/pulsar/
> pulsar-2.0.0-rc1-incubating-candidate-5/
>
> SHA-1 checksums:
> 72ee624c9b1485cc4c12b71e3807c7c05ec900ad
> apache-pulsar-2.0.0-rc1-incubating-bin.tar.gz
> c525457db8f9c4ea859c595c93e9207631cda19f
> apache-pulsar-2.0.0-rc1-incubating-src.tar.gz
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1017/
>
> The tag to be voted upon:
> v2.0.0-rc1-incubating-candidate-5 (08708a198606fb934e46f6cb0b614f
> 2babf613e4)
> https://github.com/apache/incubator-pulsar/releases/tag/
> v2.0.0-rc1-incubating-candidate-5
>
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
>
> Please download the the source package, and follow the README to build
> and run the Pulsar standalone service.
>
>
> --
> Matteo Merli
> 
>
>
>