Re: [Discuss] Optimize the performance of creating Topic

2021-08-11 Thread Lin Lin
On 2021/08/03 11:12:34, Ivan Kelly wrote: > > Creating a topic will first check whether the topic already exists. > > The verification will read all topics under the namespace, and then > > traverse these topics to see if the topic already exists. > > When there are a large number of topics un

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-11 Thread Yu Liu
Hi all, For Pulsar 2.7.3, 34 contributors provided improvements and bug fixes that delivered 79 commits. Highlights - Cursor reads adhere to the dispatch byte rate limiter setting and no longer cause unexpected results. PR-11249 - The ledger rollover

[GitHub] [pulsar-manager] hollander-cegeka opened a new issue #407: OpenShift OKD will not run the pulsar-manager container as a root user

2021-08-11 Thread GitBox
hollander-cegeka opened a new issue #407: URL: https://github.com/apache/pulsar-manager/issues/407 OpenShift OKD does not support running containers as a root user. Is it possible to change the Dockerfile in a way that is it not running as a root user? Otherwise these errors will occur:

Re: Lack of retries on TooManyRequests

2021-08-11 Thread Ivan Kelly
Thank Rajan, will reply on the PR. https://github.com/apache/pulsar/pull/11627/ On Wed, Aug 11, 2021 at 10:06 AM Rajan Dhabalia wrote: > > *The history behind introducing TooManyRequest error is to handle > backpressure for zookeeper by throttling a large number of concurrent > topics loading dur

Removing the usage of Reflection from DefaultImplementation

2021-08-11 Thread Enrico Olivelli
Hello, I have sent a PR in order to clean up the DefaultImplementation class and make it simpler, in a way that we are no more using reflection for each call to DefaultImplementation class. Summary of the contents of the patch: - introduce an interface, PulsarClientImplementationBinding, that defi

Re: Lack of retries on TooManyRequests

2021-08-11 Thread Rajan Dhabalia
*The history behind introducing TooManyRequest error is to handle backpressure for zookeeper by throttling a large number of concurrent topics loading during broker cold restart. Therefore, pulsar has lookup throttling at both client and server-side that slows down lookup because lookup ultimately

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-11 Thread Enrico Olivelli
Great ! thank you Cong Bo Enrico Il giorno mer 11 ago 2021 alle ore 08:33 Jinfeng Huang ha scritto: > Super excited to hear about it. > Thank you very much for your efforts~ > > Best Regards, > Jennifer > > > On Wed, Aug 11, 2021 at 12:35 PM Yu Liu > wrote: > >> Hi Congbo, >> Thanks for your g