[VOTE] Pulsar Release 1.22.1-incubating Candidate 1

2018-05-15 Thread Jai Asher
This is the first release candidate for Apache Pulsar, patch release version 1.22.1-incubating. It fixes the following issues: https://github.com/apache/incubator-pulsar/milestone/15?closed=1 *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** N

Jenkins build is unstable: pulsar-master #471

2018-05-15 Thread Apache Jenkins Server
See

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

2018-05-15 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,

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

2018-05-15 Thread Rajan Dhabalia
+1 (binding) Environment: Mac-OS 10.12.6 Checked: - signatures and checksum - maven repository artifacts - start standalone service and client-test for producer/consumer (src/bin distribution) - rat check on src distribution - compile and unit test on src distribution Thanks, Rajan On Mon,

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

2018-05-15 Thread Jerry Peng
+1 Environment: macOS 10.13.4 * asc, sha1, sha512 are good for both src and binary distributions * binary distribution - run standalone - be able to produce and consume messages - run functions * src distribution - be able to compile and run same set of tests on compiled binar

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

2018-05-15 Thread Matteo Merli
Hi Dave, the main problem in building the jar as part of build is that we need to have the Jar built by Maven before the test of that module are executed, though the Jar itself doesn't have to be in the classpath, otherwise the test verification is not useful. The test itself was loading a jar and

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

2018-05-15 Thread Dave Fisher
Hi - Perhaps I missed the discussion about the Jar file. It looks like the decision was made to eliminate the test. I think that a better approach would be to actually compile it as part of the build. This would allow the test to also serve as a sort of “Hello World” for Pulsar functions. Is

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

2018-05-15 Thread Sijie Guo
+1 (binding) Environment: macOS 10.13.1 * asc, sha1, sha512 are good for both src and binary distributions * binary distribution - run standalone - be able to produce and consume messages - run perf - run functions * src distribution - be able to compile and run same set of tests o