Re: [discuss] BacklogQuota param change

2021-12-14 Thread Matteo Merli
This regression was already there in 2.8, and 2.9.x is already delayed by 3 months. We cannot keep waiting indefinitely without shipping the release. -- Matteo Merli On Tue, Dec 14, 2021 at 12:38 AM Enrico Olivelli wrote: > > ZhangJian > > it looks like a regression, > I will wait for a patch be

Re: [discuss] BacklogQuota param change

2021-12-14 Thread Enrico Olivelli
ZhangJian it looks like a regression, I will wait for a patch before cutting the first RC for 2.9.1 thanks for sharing this problem Enrico Il giorno mar 14 dic 2021 alle ore 07:19 PengHui Li ha scritto: > Thanks, ZhangJian. > > Looking forward to your PR. > > Penghui > > > On Tue, Dec 14, 202

Re: [discuss] BacklogQuota param change

2021-12-13 Thread PengHui Li
Thanks, ZhangJian. Looking forward to your PR. Penghui On Tue, Dec 14, 2021 at 1:40 PM ZhangJian He wrote: > After discussing it with Matteo. It’s prob not backward compatible. > > I will work on a fix. > > Thanks > ZhangJian He > > ZhangJian He 于2021年12月14日周二 12:57写道: > > > I found a change

Re: [discuss] BacklogQuota param change

2021-12-13 Thread ZhangJian He
After discussing it with Matteo. It’s prob not backward compatible. I will work on a fix. Thanks ZhangJian He ZhangJian He 于2021年12月14日周二 12:57写道: > I found a change between pulsar2.7 and pulsar2.9 > > command > ``` > bin/pulsar admin namespaces get-backlog-quotas $tenant/$namespace > ``` > >

[discuss] BacklogQuota param change

2021-12-13 Thread ZhangJian He
I found a change between pulsar2.7 and pulsar2.9 command ``` bin/pulsar admin namespaces get-backlog-quotas $tenant/$namespace ``` pulsar2.7 returns `limit=1024, policy=consumer_backlog_eviction` but pulsar 2.9 returns ```[root@23da8000c7c1 bin]# ./pulsar-admin namespaces get-backlog-quotas pub