-
```
root@XXXXX:/bookkeeper# bin/dlog admin unbind -f distributedlog://XXXX:2181/XXXXX
Fail to run tool org.apache.distributedlog.admin.DistributedLogAdmin :
java.lang.IllegalArgumentException: Zoo…
-
**Describe the bug**
The Pulsar functions worker fails to initialize. This breaks Pulsar Functions functionality.
```
19:41:53.512 [BookKeeperClientWorker-OrderedExecutor-1-0] ERROR org.apache.b…
-
**Describe the bug**
Configuration:
* 8 partitions
* 5 Broker
* 3 replication factor
* load: 900 wfi/s 16 workers
Running this configuration the cluster will at the beginning really di…
-
**Describe the bug**
Producer command
```
$ bin/pulsar-client consume persistent://public/default/test -n 100 -s "consumer-test" -t "Exclusive"
```
and Consumer command
```
bin/pulsar-client co…
-
**Describe the bug**
![processing](https://user-images.githubusercontent.com/2758593/67039652-0bc2ab00-f122-11e9-9214-f9a3852f34df.png)
As described in https://github.com/zeebe-io/zeebe/issues/3…
-
**Describe the bug**
I had run the cluster with the latest snapshot of develop.
```
Cluster size: 3
Partitions count: 1
Replication factor: 3
Brokers:
Broker 0 - zeebe-0.zeebe.default.svc.c…
-
We are trying to set up Pulsar using 3 systems each with 8GB RAM and AMD A8 processors. We are planning on running bookkeeper, zookeeper, broker on the same machines.
**Describe the bug**
[main] E…
-
I saw the following exception quite often in our chaos tests, We should adjust our fork such that the exception message more verbose and investigate what is the issue.
```
06:47:37.707 [] [raft-…
-
**Error**
```
expected: but was:
```
**Stacktrace**
```
org.junit.ComparisonFailure: expected: but was:
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Me…
-
Currently we have per leader partition three SnapshotController's and DB instances. On a follower partition we have one in the LogBlockIndexWriter. The current architecture (see details below) makes i…