AloysZhang

Results 16 comments of AloysZhang

checks in fork repo : https://github.com/aloyszhang/pulsar/pull/2

After discussing with @codelipenghui, getting bundle numbers for default namespaces from `broker.conf` has a disadvantage in the k8s environment(In k8s, we build pulsar as follows: build zk container, then start...

> This pr only guarantees the consistency of the zk storage schema, but it still creates useless ledger, right? @congbobo184 The schema will create a useless ledger at two points....

> To my understanding, this PR canceled the retry action in putSchema, and add the retry action in putSchemaIfAbsent. But I notice the putSchema method will be called by the...