Yong Zhang

Results 50 comments of Yong Zhang

https://github.com/apache/bookkeeper/pull/3139 Here has a PR proposal to resolve this issue.

@keyboardbobo That also needs some bookie side configurations. Such as maxAddsInProgressLimit: "10", maxReadsInProgressLimit: "10", waitTimeoutOnResponseBackpressureMs: "5". By default, the pulsar uses a v2 request to the bookie, there haven't the...

If you configured the write quorum as 3, I'd suggest you increase the bookie node to 4 or more. After configuring the back pressure, it should be normal to have...

set the offload policy will not trigger the offload process. Why do we need to set up a Hadoop cluster in the test?

Hi @candlerb . In `pulsar-admin`, there are two commands to delete topics. `bin/pulsar-admin delete-partitioned-topic` is used to delete partitioned topic and `bin/pulsar-admin delete` is used to delete non-partitioned-topic. I integrate...

@candlerb Thank you for your advice. Do you want to send out a pull request to propose a change?

But we need a test to cover this, no?

The tests which failed mean there have other commands that can't run with the latest bookkeeper, we need to update the bookkeeper to the latest to make sure other commands...