Hi
   Cancel this vote, details are here
https://github.com/apache/pulsar/issues/18598


Regards
Jiwei Guo (Tboy)


On Thu, Nov 24, 2022 at 5:54 PM guo jiwei <techno...@apache.org> wrote:

> Hi
>   We found a case that may break the old users. could we discuss if we
> need to resolve that and then continue to validate this release?
>
>   https://github.com/apache/pulsar/issues/18598
>
>
> Regards
> Tboy
>
>
> On Thu, Nov 24, 2022 at 3:56 PM Haiting Jiang <jianghait...@gmail.com>
> wrote:
>
>> +1 binding
>>
>> - Checksum and signatures
>> - Built from sources using `mvn clean install -DskipTests` using JDK
>> 17 and maven 3.6.1
>> - Run Pulsar standalone and produce/consume case
>> - Validate Pub/Sub and Java Functions
>> - Validate Connectors
>> - Validate Stateful Functions
>> - Run a simple performance check
>>
>>
>> BTW, there seems to be some significant performance improvement with
>> 2.11.0, compared with 2.10.2. Great work!
>> The command used for non-batching small payloads is `bin/pulsar-perf
>> produce -b 0 -bm 0 -r 1000000 -s 16 -o 500 --warmup-time 30 -time 120
>> persistent://public/default/my-topic`
>> - Result for 2.11.0-RC1: throughput 140305.091 msg/s, Latency: mean
>> 3.374 ms - med 3.221
>> - Result for 2.10.2: throughput 62072.785 msg/s, Latency: mean: 7.458
>> ms - med:6.566
>> Note: the perf result is only meaningful when compared with other
>> versions. It's run on a local laptop with pulsar standalone.
>>
>> Thanks,
>> Haiting
>>
>> On Thu, Nov 24, 2022 at 1:00 PM guo jiwei <techno...@apache.org> wrote:
>> >
>> > Hi  Dave
>> >    All of the artifacts are signed by me.
>> >
>> >
>> >
>> > Regards
>> > Tboy
>> >
>> >
>> > On Thu, Nov 24, 2022 at 11:10 AM Dave Fisher <wave4d...@comcast.net>
>> wrote:
>> >
>> > > I haven’t checked and it’s ok to have more than one release manager
>> for a
>> > > release. But are all of the artifacts signed by one individual or
>> both TBoy
>> > > and Nicolo?
>> > >
>> > > The rule is who builds it signs it.
>> > >
>> > > Best,
>> > > Dave
>> > >
>> > > Sent from my iPhone
>> > >
>> > > > On Nov 23, 2022, at 6:41 PM, guo jiwei <techno...@apache.org>
>> wrote:
>> > > >
>> > > > Hi Nicolo
>> > > >
>> > > >    Added to the repo.
>> > > >
>> > > > Regards
>> > > > Jiwei Guo (Tboy)
>> > > >
>> > > >
>> > > >> On Thu, Nov 24, 2022 at 1:03 AM Nicolò Boschi <
>> boschi1...@gmail.com>
>> > > wrote:
>> > > >>
>> > > >> Hi, thanks for driving the release
>> > > >>
>> > > >> I found out that I forgot to add Pulsar Shell (PIP-181) artifacts
>> to the
>> > > >> staging script, so I created these two pull requests:
>> > > >> - https://github.com/apache/pulsar/pull/18583
>> > > >> - https://github.com/apache/pulsar-site/pull/302
>> > > >>
>> > > >> Since you built all the repo locally, I believe you can just push
>> the
>> > > >> additional artifacts without invalidating the rc.
>> > > >>
>> > > >> Thanks,
>> > > >> Nicolò Boschi
>> > > >>
>> > > >>
>> > > >> Il giorno mer 23 nov 2022 alle ore 10:51 guo jiwei <
>> > > techno...@apache.org>
>> > > >> ha scritto:
>> > > >>
>> > > >>> Hi Haiting
>> > > >>>
>> > > >>>> Is this expected or a bug?
>> > > >>>  Yes, it's expected. we can ignore this step. I will correct the
>> doc
>> > > >>> later.
>> > > >>>
>> > > >>>> I think you mean RocksDB, it's the default for standalone.
>> > > >>> Thanks for correcting it.
>> > > >>>
>> > > >>>
>> > > >>> Regards
>> > > >>> Jiwei Guo (Tboy)
>> > > >>>
>> > > >>>
>> > > >>> On Wed, Nov 23, 2022 at 3:29 PM Enrico Olivelli <
>> eolive...@gmail.com>
>> > > >>> wrote:
>> > > >>>
>> > > >>>> Il giorno mer 23 nov 2022 alle ore 05:43 Haiting Jiang
>> > > >>>> <jianghait...@gmail.com> ha scritto:
>> > > >>>>>
>> > > >>>>> Hi Jiwei,
>> > > >>>>>
>> > > >>>>> Thank you for cutting this RC.
>> > > >>>>>
>> > > >>>>> When following the processes in "Validate Release Candidate",
>> > > >>>>> command `nc -vz4 localhost 4181` fails. which means table
>> service is
>> > > >>>>> not started in standalone mode.
>> > > >>>>> Is this expected or a bug?
>> > > >>>>
>> > > >>>> This is the new behaviour of Pulsar Standalone, we disable
>> useless
>> > > >>>> stuff by default
>> > > >>>>
>> > > >>>> Enrico
>> > > >>>>
>> > > >>>>>
>> > > >>>>>> Since the metadata store is changed from ZK to etcd,
>> > > >>>>>
>> > > >>>>> I think you mean RocksDB, it's the default for standalone.
>> > > >>>>>
>> > > >>>>>
>> > > >>>>> Thanks,
>> > > >>>>> Haiting
>> > > >>>>>
>> > > >>>>> On Mon, Nov 21, 2022 at 11:12 PM guo jiwei <
>> techno...@apache.org>
>> > > >>> wrote:
>> > > >>>>>>
>> > > >>>>>> This is the third release candidate for Apache Pulsar, version
>> > > >>> 2.11.0.
>> > > >>>>>>
>> > > >>>>>> This release contains 1563 commits by 64 contributors.
>> > > >>>>>>
>> > > >>>
>> https://github.com/apache/pulsar/compare/v2.10.2...v2.11.0-candidate-1
>> > > >>>>>>
>> > > >>>>>> 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-1
>> > > >>>>>>
>> > > >>>>>> SHA-512 checksums:
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>
>> > > >>>
>> > > >>
>> > >
>> 90afcb2361f56d6ebba71cdd685847db36a34f5117abd506682dc19796d50a68202f3ee20f2d83459cbd99135cc25c21d75dcdacea4c59991bb4435f624b89f1
>> > > >>>>>>
>> > > >>>>>> ./apache-pulsar-2.11.0-bin.tar.gz
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>
>> > > >>>
>> > > >>
>> > >
>> f046ae3b2f28b62a516306f29971dd73f237bf86e08b3c69c6f46ee83596d87eebf5615e4ef9823a6fd2fbf9b98fa9c0923c35db50faec2f79c0d1d117a45b0b
>> > > >>>>>>
>> > > >>>>>> ./apache-pulsar-2.11.0-src.tar.gz
>> > > >>>>>>
>> > > >>>>>> Maven staging repo:
>> > > >>>>>>
>> > > >>>>
>> > > >>
>> > >
>> https://repository.apache.org/content/repositories/orgapachepulsar-1190/
>> > > >>>>>>
>> > > >>>>>> The tag to be voted upon:
>> > > >>>>>> v2.11.0-candidate-1 (708012096eb781c645697a6f2b74bfc2574ff66e)
>> > > >>>>>>
>> https://github.com/apache/pulsar/releases/tag/v2.11.0-candidate-1
>> > > >>>>>>
>> > > >>>>>> 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/images/sha256-cba4e27b3bcbc34508fb2eadcfd63dfab665fc6f7ae72e73288ad410ac93ad76
>> > > >>>>>>
>> > > >>>>
>> > > >>>
>> > > >>
>> > >
>> https://hub.docker.com/layers/mattison/pulsar/2.11.0/images/sha256-2c827263666caad16b27738ccdb9ed6bab8676552c2ae0148f764e87c3eebea7
>> > > >>>>>>
>> > > >>>>>> 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 etcd, the
>> > > >> verification
>> > > >>>> of
>> > > >>>>>> the `stateful functions` needs to set the parameter "export
>> > > >>>>>> PULSAR_STANDALONE_USE_ZOOKEEPER=1"
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>>> Thanks
>> > > >>>>>> Jiwei Guo (Tboy)
>> > > >>>>
>> > > >>>
>> > > >>
>> > >
>> > >
>>
>

Reply via email to