Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-18 Thread PengHui Li
+1 binding Penghui Enrico Olivelli 于2021年12月18日 周六18:39写道: > +1 (binding) > > - Run release validation procedure > - CI is passing on those sources > > Enrico > > Il giorno sab 18 dic 2021 alle ore 02:51 PengHui Li > ha > scritto: > > > > Will this issue be fixed in the future releases? > > >

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-18 Thread Enrico Olivelli
+1 (binding) - Run release validation procedure - CI is passing on those sources Enrico Il giorno sab 18 dic 2021 alle ore 02:51 PengHui Li ha scritto: > > Will this issue be fixed in the future releases? > > Yes, 2.8.2 and 2.9.2 will fix the problem. > > Penghui > > On Sat, Dec 18, 2021 at 3

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-17 Thread PengHui Li
> Will this issue be fixed in the future releases? Yes, 2.8.2 and 2.9.2 will fix the problem. Penghui On Sat, Dec 18, 2021 at 3:28 AM Massimiliano Mirelli < massimilianomirelli...@gmail.com> wrote: > Thank you for the rc! > > +1 (non-binding) > > * verify sha512 checksums > * verify gpg signat

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-17 Thread Massimiliano Mirelli
Thank you for the rc! +1 (non-binding) * verify sha512 checksums * verify gpg signatures * build pulsar-all docker image * execute Fallout distributed system test (produce / receive 10k messages) Building the docker image as indicated in the README: mvn clean install -DskipTests mvn package -Pd

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-17 Thread 陳智弘
Hi PengHu, Will this issue be fixed in the future releases? PengHui Li 於 2021年12月17日 週五 21:53 寫道: > Hi Enrico, > > I'm ok, it only happens when the message is without a schema version. > So I'm not giving -1. > > Thanks, > Penghui > > > On Fri, Dec 17, 2021 at 7:33 PM Enrico Olivelli > wrote:

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-17 Thread PengHui Li
Hi Enrico, I'm ok, it only happens when the message is without a schema version. So I'm not giving -1. Thanks, Penghui On Fri, Dec 17, 2021 at 7:33 PM Enrico Olivelli wrote: > Peng Hui, > > Il giorno ven 17 dic 2021 alle ore 08:09 PengHui Li > ha > scritto: > > > Checked: > > > > - Build fro

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-17 Thread Enrico Olivelli
Peng Hui, Il giorno ven 17 dic 2021 alle ore 08:09 PengHui Li ha scritto: > Checked: > > - Build from the src > - Check signatures > - Follow the validation process > > But when I try to verify PulsarSQL, got following exceptions: > > ``` > 2021-12-17T14:58:18.958+0800 ERROR remote-task-callback

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-16 Thread PengHui Li
Checked: - Build from the src - Check signatures - Follow the validation process But when I try to verify PulsarSQL, got following exceptions: ``` 2021-12-17T14:58:18.958+0800 ERROR remote-task-callback-3 io.prestosql.execution.StageStateMachine Stage 20211217_065818_1_cahiv.1 failed com.goo

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-16 Thread Matteo Merli
+1 Checked: * Signatures * Bin distribution: - NOTICE, README, LICENSE - Start standalone service and producer/consumer test * Src distribution: - NOTICE, README, LICENSE - Compile and unit tests - Start standalone service * Checked staging maven repository artifacts

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-16 Thread Enrico Olivelli
I have pushed the docker images to my personal dockehub account eolivelli/pulsar:2.9.1rc2 eolivelli/pulsar-all:2.9.1rc2 Enrico Il Gio 16 Dic 2021, 15:57 Nicolò Boschi ha scritto: > +1 (non binding) > > Checks: > - Checksum and signatures > - Apache Rat check passes > - OWASP check passes (I cr

Re: [VOTE] Apache Pulsar 2.9.1 candidate 2

2021-12-16 Thread Nicolò Boschi
+1 (non binding) Checks: - Checksum and signatures - Apache Rat check passes - OWASP check passes (I created this PR for fix a false positive https://github.com/apache/pulsar/pull/13364) - Compile from source w JDK11 - Build docker image from source - Run Pulsar standalone and produce-consume from