+1 binding - Checksum and signatures - Built from sources using `mvn clean install -DskipTests` using JDK 17 and maven 3.6.1 - Run Pulsar standalone - Validate Pub/Sub and Java Functions - Validate Connectors - Validate Stateful Functions with `PULSAR_STANDALONE_USE_ZOOKEEPER=1` - Run a simple performance check.
Thanks, Haiting On Sat, Dec 3, 2022 at 8:24 AM PengHui Li <peng...@apache.org> wrote: > > +1 (binding) > > - Checked the signature > - Build from source > - Start standalone > - Done some simple performance test( publish, consume, and drain backlog) > - Checked function > - Checked Cassandra connector > - Checked stateful function (failed with rocksdb metadata service) > - Checked stateful function with PULSAR_STANDALONE_USE_ZOOKEEPER=1, it > works fine. Details to see https://github.com/apache/pulsar/issues/18546 > > Thanks, > Penghui > > On Mon, Nov 28, 2022 at 8:57 PM guo jiwei <techno...@apache.org> wrote: > > > This is the second release candidate for Apache Pulsar, version 2.11.0. > > > > This release contains 1574 commits by 64 contributors. > > https://github.com/apache/pulsar/compare/v2.10.2...v2.11.0-candidate-2 > > > > CI for this release candidate > > https://github.com/Technoboy-/pulsar/pull/14 > > > > *** 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/pulsar/pulsar-2.11.0-candidate-2 > > > > SHA-512 checksums: > > > > > > 199eb731bad0635fbc0388adf090e8c60ce189634e6b1692a12cfdf43f15347371d79c42d040b91dd7b2d0302061ad48bff850638e3bb48540ab24908792dd5e > > > > ./apache-pulsar-2.11.0-bin.tar.gz > > > > > > 035d5a656cdd4c2430ae4f7c4fef952ad05e432219a64474fcfaa097fcc7ad6cd76fd82b77e91d667e0ec8495c35fc08a5bb25a54058ccdfaf4072a22b94f6d7 > > > > ./apache-pulsar-2.11.0-src.tar.gz > > > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapachepulsar-1192/ > > <https://repository.apache.org/content/repositories/orgapachepulsar-1190/> > > > > The tag to be voted upon: > > v2.11.0-candidate-2 (c0a823a242a834dac35b9a6fcd6a2064a0e4bfb5) > > https://github.com/apache/pulsar/releases/tag/v2.11.0-candidate-2 > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > > > Docker images: > > > > https://hub.docker.com/layers/mattison/pulsar-all/2.11.0-rc2/images/sha256-1b6b04673d62ccefe6fd6eed27a001ef8a9607668fcc5fb79459fed73f07e9e4 > > > > https://hub.docker.com/layers/mattison/pulsar/2.11.0-rc2/images/sha256-21a4afa5a83ed5780c2d4986a3e13bc9d43142614f610434d5d304c1d61a65eb > > > > Please download the source package, and follow the > > release-candidate-validation doc to build > > and run the Pulsar standalone service. > > https://pulsar.apache.org/contribute/validate-release-candidate > > > > Since the metadata store is changed from ZK to RocksDB, the verification of > > the `stateful functions` needs to set the parameter "export > > PULSAR_STANDALONE_USE_ZOOKEEPER=1" > > > > > > Regards > > Jiwei Guo (Tboy) > >