Open sijie opened 3 years ago
The issue had no activity for 30 days, mark with Stale label.
This issue is fixed in bookkeeper v4.15+. This new version of book keeper is in the pulsar v2.11+ branch blob/branch-2.11/pom.xml#L118.
I built 2.11
branch locally and could run standalone locally on M1 JVM 17 (aarch64) and issue is resolved in this context:
git clone https://github.com/apache/pulsar.git && cd pulsar
git checkout branch-2.11
./mvnw package -DskipTests
tar xfvz ./distribution/server/target/apache-pulsar-2.11.0-bin.tar.gz
./apache-pulsar-2.11.0/bin/pulsar standalone
Original Issue: apache/pulsar#12166
Describe the bug I follow the document https://pulsar.apache.org/docs/en/standalone-docker/#start-pulsar-in-docker, run the following command:
but got an error:
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Darwin ThearasdeMacBook-Pro-13.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:20 PDT 2021; root:xnu-7195.141.6~3/RELEASE_ARM64_T8101 arm64
Additional context Full log: error.log