xiaolong ran
xiaolong ran
The issue will track all flaky tests of pulsarctl - [ ] TestStatusSink
Now `KeyValue` schema is not supported in `pulsarctl`
**BUG REPORT** ***Describe the bug*** Initially, we found that a topic in Pulsar could not do normal message production and sending operations. Therefore, querying the stats and stats-internal of the...
### Reproduce 1. create k8s cluster 2. helm repo add streamnative https://charts.streamnative.io 3. helm repo update 4. kubectl create namespace pulsar 5. helm install --set initialize=true function-mesh streamnative/pulsar ``` NAME...
When run different cluster in the same namespace, the several dashboards of node metrics show the following problems: 
**BUG REPORT** ***Describe the bug*** Our 64GB machine uses 15GB of memory inside and outside the heap, but the machine kills the Bookie process directly because the system memory is...
**BUG REPORT** ***Describe the bug*** ``` 18:30:13.148 [bookie-io-1-6] ERROR org.apache.bookkeeper.proto.BookieServer - Unable to allocate memory, exiting bookie io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 4194304 byte(s) of direct memory (used: 68719476735, max: 68719476736)...
Signed-off-by: xiaolongran This is the first commit for bk-client-go, we generate the proto file first. ### Motivation Add protocol files for repo
**Describe alternatives you've considered** If enabled, partitioned producer will auto create new producers for new partitions.This is only for partitioned producer. for specific functional descriptions, refer to: [auto update partitions](https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java#L426)