Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-10-17 Thread guo jiwei
Hi Sorry for the late release, we need to wait for the 2 fixes on the BK side. https://github.com/apache/bookkeeper/pull/3523 https://github.com/apache/bookkeeper/pull/3528 Regards Jiwei Guo (Tboy) On Fri, Oct 14, 2022 at 6:02 AM Christophe Bornet wrote: > The blockers mentioned by Nico

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-10-13 Thread Christophe Bornet
The blockers mentioned by Nicolo seem to have been fixed. Is there still something blocking the release ? Le mer. 28 sept. 2022 à 15:36, Nicolò Boschi a écrit : > I've found another release blocker about client compatibility with jdk8/11, > please review https://github.com/apache/pulsar/pull/178

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-09-28 Thread Nicolò Boschi
I've found another release blocker about client compatibility with jdk8/11, please review https://github.com/apache/pulsar/pull/17873 Nicolò Boschi Il giorno ven 16 set 2022 alle ore 10:54 Nicolò Boschi ha scritto: > Actually Yong found the root cause of the issue, see > https://lists.apache.o

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-09-16 Thread Nicolò Boschi
Actually Yong found the root cause of the issue, see https://lists.apache.org/thread/d9gm50kysgjcpbq448s2sy822kho6z6k - https://github.com/apache/bookkeeper/pull/3480 The issue only appears if "numReadWorkerThreads" is set to zero, which is a non-sense config in a production environment. But I fo

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-09-13 Thread Nicolò Boschi
The only blocker now should be https://github.com/apache/pulsar/issues/17520 The description says that reverting BK to 4.15.0, the issue seems resolved. If so, I think we should revert the BK upgrade and then go forward with Pulsar 2.11.0. I know that there are some suspects of a regression in BK

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-09-05 Thread Enrico Olivelli
Got it thanks fro the update and also thanks for being so careful in following the issues and we are finding on Pulsar Il giorno lun 5 set 2022 alle ore 13:00 guo jiwei ha scritto: > > Hi dev, > We find two new issues[1] that block the release. > After the two issues are resolved, I will

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-09-05 Thread guo jiwei
Hi dev, We find two new issues[1] that block the release. After the two issues are resolved, I will start the release. [1] : https://github.com/apache/pulsar/pull/17474 https://github.com/apache/bookkeeper/issues/3466 Regards Jiwei Guo (Tboy) On Fri, Aug 26, 2022 at 10:02 AM guo

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-25 Thread guo jiwei
Hi Anon After we cut the branch, the code freezed. Regards Jiwei Guo (Tboy) On Thu, Aug 25, 2022 at 9:45 PM Anon Hxy wrote: > Hi jiwei > > Sorry for late reply. I'd like to add PIP189 to 2.11.0, is it possible now > > - PIP 189: No batching if only one message in batch. > https://github.

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-25 Thread Anon Hxy
Hi jiwei Sorry for late reply. I'd like to add PIP189 to 2.11.0, is it possible now - PIP 189: No batching if only one message in batch. https://github.com/apache/pulsar/pull/16605 Thanks, Xiaoyu Hou guo jiwei 于2022年8月24日周三 10:16写道: > Hi all, >We have merged all the blocker patches, and

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-23 Thread guo jiwei
Hi all, We have merged all the blocker patches, and I decide to start the release. The release note[1] for 2.11.0 is available for review, please help review it and feel free to leave comments. [1] https://github.com/apache/pulsar-site/pull/167 Regards Jiwei Guo (Tboy) On Wed, Aug 17, 2

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-17 Thread Enrico Olivelli
This test is blocking all the PRs and so it is blocking the release: Error: Tests run: 9, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 21.724 s <<< FAILURE! - in org.apache.pulsar.client.impl.MultiTopicsConsumerImplTest 3681 Error: testParallelSubscribeAsync(org.apache.pulsar.client.impl.Mult

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-17 Thread Nicolò Boschi
This is another blocker for 2.11.0 for a regression about streaming dispatch that I found in the 2.11 branch https://github.com/apache/pulsar/pull/17143 Nicolò Boschi Il giorno mer 17 ago 2022 alle ore 11:45 Enrico Olivelli < eolive...@gmail.com> ha scritto: > We have this release blocker PR th

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-17 Thread Enrico Olivelli
We have this release blocker PR that is waiting for CI https://github.com/apache/pulsar/pull/17118 the problem is about a new API that has been introduced in 2.11 but the API has a little problem and we must fix it before the API to be released to the public Enrico Il giorno mar 16 ago 2022 alle

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-16 Thread guo jiwei
Thanks for Yunze's help for fixing rpm and deb packaging. Regards Jiwei Guo (Tboy) On Wed, Aug 10, 2022 at 11:02 PM Yunze Xu wrote: > I found the scripts to build rpm and deb packages are broken, see > > https://github.com/apache/pulsar/wiki/Release-process#31-build-rpm-and-deb-packages > . >

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-10 Thread Yunze Xu
I found the scripts to build rpm and deb packages are broken, see https://github.com/apache/pulsar/wiki/Release-process#31-build-rpm-and-deb-packages. It's caused by https://github.com/apache/pulsar/pull/15376 and only affects the 2.11.0 release and higher versions. It should be a blocker for 2.11

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-08-04 Thread guo jiwei
Hi all, Put an update here, we have created branch-2.11[1]. [1] https://github.com/apache/pulsar/tree/branch-2.11 Regards Jiwei Guo (Tboy) On Wed, Jul 27, 2022 at 10:59 AM Zixuan Liu wrote: > +1 > > Thanks, > Zixuan > > Yunze Xu 于2022年7月26日周二 23:34写道: > > > I opened a PR https://github.com

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-26 Thread Zixuan Liu
+1 Thanks, Zixuan Yunze Xu 于2022年7月26日周二 23:34写道: > I opened a PR https://github.com/apache/pulsar/pull/16803 that might be > the blocker > of the release of 2.11.0, PTAL. > > Thanks, > Yunze > > > > > > 2022年7月22日 18:21,Zixuan Liu 写道: > > > > +1 > > > > Thanks, > > Zixuan > > > > Enrico Olive

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-26 Thread Yunze Xu
I opened a PR https://github.com/apache/pulsar/pull/16803 that might be the blocker of the release of 2.11.0, PTAL. Thanks, Yunze > 2022年7月22日 18:21,Zixuan Liu 写道: > > +1 > > Thanks, > Zixuan > > Enrico Olivelli 于2022年7月22日周五 18:06写道: > >> Il giorno ven 22 lug 2022 alle ore 12:05 guo ji

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-22 Thread Zixuan Liu
+1 Thanks, Zixuan Enrico Olivelli 于2022年7月22日周五 18:06写道: > Il giorno ven 22 lug 2022 alle ore 12:05 guo jiwei > ha scritto: > > > > I will take the release > > Thanks ! > > Enrico > > > > > Regards > > Jiwei Guo (Tboy) > > > > > > On Fri, Jul 22, 2022 at 12:37 AM Nicolò Boschi > wrote: > > >

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-22 Thread Enrico Olivelli
Il giorno ven 22 lug 2022 alle ore 12:05 guo jiwei ha scritto: > > I will take the release Thanks ! Enrico > > Regards > Jiwei Guo (Tboy) > > > On Fri, Jul 22, 2022 at 12:37 AM Nicolò Boschi wrote: > > > I understand the need for the Pulsar Summit. > > > > In that case I have to step back beca

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-22 Thread guo jiwei
I will take the release Regards Jiwei Guo (Tboy) On Fri, Jul 22, 2022 at 12:37 AM Nicolò Boschi wrote: > I understand the need for the Pulsar Summit. > > In that case I have to step back because I will be offline for the next few > weeks > Sorry > > Nicolò Boschi > > Il Gio 21 Lug 2022, 06:32

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-21 Thread Nicolò Boschi
I understand the need for the Pulsar Summit. In that case I have to step back because I will be offline for the next few weeks Sorry Nicolò Boschi Il Gio 21 Lug 2022, 06:32 PengHui Li ha scritto: > Thanks for volunteering Nicolò. > > > So a plan could be to try to merge the work in progress ta

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-20 Thread PengHui Li
Thanks for volunteering Nicolò. > So a plan could be to try to merge the work in progress targeted for 2.11 by the mid of August and then start the code freezing as described in the PIP. So the target release date will be early September. One point is Pulsar Summit San Francisco will start on Aug

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-18 Thread Enrico Olivelli
Nicolò, Il Lun 18 Lug 2022, 10:00 Nicolò Boschi ha scritto: > Thanks Penghui for the reminder. > I'd like to also include PIP: 181 Pulsar shell if the time permits. > > I believe that is a good idea to start testing the code freeze proposed by > PIP-175 (https://github.com/apache/pulsar/issues/1

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-18 Thread Nicolò Boschi
Thanks Penghui for the reminder. I'd like to also include PIP: 181 Pulsar shell if the time permits. I believe that is a good idea to start testing the code freeze proposed by PIP-175 (https://github.com/apache/pulsar/issues/15966). Even if not officially approved, we discussed it many times and a

Re: [DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-17 Thread Yunze Xu
In addition to #16202, there is a following PR to support the correct ACK implementation for chunked messages. It should depend on #16202 But I think I can submit an initial PR this week and change the tests after #16202 is merged. Thanks, Yunze > 2022年7月18日 11:22,PengHui Li 写道: > > Hi all,

[DISCUSS] Apache Pulsar 2.11.0 Release

2022-07-17 Thread PengHui Li
Hi all, We released 2.10.0 three months ago. And there are many great changes in the master branch, including new features and performance improvements. - PIP 74: apply client memory to consumer https://github.com/apache/pulsar/pull/15216 - PIP 143: Support split bundles by specified boundaries h