Re: [VOTE] Release Apache Pulsar Helm Chart 3.9.0 based on 3.9.0-candidate-1

2025-01-21 Thread David Jensen
+1 (binding) # verify checksums sha512sum -c *.sha512 # signature OK gpg --verify-files *.asc Greetings David Jensen On 2025/01/20 17:16:11 Lari Hotari wrote: > Hello Apache Pulsar Community, > > This is a call for the vote to release the Apache Pulsar Helm Chart > version 3.9.0. > > Release

Re: [VOTE] Release Apache Pulsar 0.5.0

2025-01-21 Thread Enrico Olivelli
I have imported the KEYS file https://downloads.apache.org/pulsar/KEYS but I cannot validate the release: for i in *asc; do gpg --verify $i; done; gpg: assuming signed data in 'apache-pulsar-manager-0.5.0-bin.tar.gz' gpg: Signature made Wed 15 Jan 2025 04:25:48 PM CET gpg:using

Re: [DISCUSS] Add an optional config to disable the feature that compresses cursor metadata, which contributed by #9292

2025-01-21 Thread Lari Hotari
Hi Yubiao, There is no consensus to disable PR 9292 behavior ("Support large number of unack message store for cursor recovery") in branch-4.0. That's why I oppose what you are suggesting for branch-4.0. I also suggest reverting the change in the master branch regarding the default setting change.