Yong Zhang
Yong Zhang
### Motivation Improve the package download process to handle the download body more efficiently. ### Modifications *Describe the modifications you've done.* ### Verifying this change - [x] Make sure that...
--- ### Motivation Move the close check forward to avoid `getLastAddConfirmed()` get an NPE. If the state is closed. That means the resource is closed and the `OffloadIndexBlock` has been...
**Describe the bug** When there has a bookie is slowly to respond the add entry request, and the AQ is smaller than WQ, broker will OOM. **To Reproduce** 1. Change...
Here is the template https://streamnative.slab.com/posts/repository-release-template-prb0lvyt If you have any questions about the release doc template, please **leave your comment** on it, **do not edit it directly**.
**Motivation** We need to add a section on how to use oauth2 with pulsarctl and how to save the options with context. Also, looks like the doc link is failed...
The current pulsar-admin will show the following stats: ``` { "entriesAddedCounter" : 20, "numberOfEntries" : 20, "totalSize" : 1750, "currentLedgerEntries" : 20, "currentLedgerSize" : 1750, "lastLedgerCreatedTimestamp" : "2021-10-12T13:28:15.351+08:00", "waitingCursorsCount" :...
``` (⎈ |yong-offload-perf:pulsar-offload)➜ apache-zookeeper-3.5.7-bin pulsarctl1 namespaces get-clusters public/default [ "standalone-1" ] (⎈ |yong-offload-perf:pulsar-offload)➜ apache-zookeeper-3.5.7-bin pulsarctl1 namespaces set-clusters public/default -c standalone-1 -c standalone-2 Set replication clusters successfully for public/default (⎈ |yong-offload-perf:pulsar-offload)➜...
**Motivation** We are not updating the website link after releasing a version. We should update the link automatically by CI. And because we have a lot of versions, it's better...
**Motivation** Using a bot action for rerunning the failure tests by comments. https://github.com/zymap/bot
*Motivation* Currently, we have two ways to pass the namespace name in the namespace API. We need to make them consistent.