Open devinbost opened 3 years ago
I'm also getting bookie timeouts (in the broker logs), like:
2021-04-21T02:25:14,625 [BookKeeperClientWorker-OrderedExecutor-24-0] WARN org.apache.bookkeeper.client.PendingAddOp - Failed to write entry (1211784, 9): Bookie operation timeout
Note: The slow performance was resolved after switching from debug log level to info log level, but the Admin operations are still failing.
The issue had no activity for 30 days, mark with Stale label.
I created a build based on master (2.8.0-SNAPSHOT), and I'm getting a number of issues.
When I try to update, start, stop a function, get function status, or get function stats, I get this exception (or something similar) 90% of the time:
I suspect this is related to #10291
Steps to reproduce:
Create a build server to build Pulsar from apache/master via this commands:
Spin up a Pulsar cluster using this broker config:
Start the brokers using this script:
It can be started via:
pulsar-broker start
Then, connect to one of the brokers and issue:
bin/pulsar-admin functions [anything...]
That should cause the issue.