ken-alx opened a new issue #11544:
URL: https://github.com/apache/pulsar/issues/11544
**Describe the bug**
docker-componse start, pulsar exited, but not error in logs.
```bash
version: '3.7'
services:
pulsar:
image: apachepulsar/pulsar
container_name: pulsar
hostname: pulsar
ports:
- 9650:6650
- 9080:8080
environment:
- BOOKIE_MEM=" -Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g
command: bin/pulsar standalone
volumes:
- /Users/kenneth/Developer/docker/apache/pulsar/data:/pulsar/data
- /Users/kenneth/Developer/docker/apache/pulsar/conf:/pulsar/conf
dashboard:
image: apachepulsar/pulsar-dashboard
depends_on:
- standalone
ports:
- "80:80"
environment:
- SERVICE_URL=http://pulsar:9080
```
the last line in logs on exited.
```
12:30:43.740 [main-EventThread] INFO
org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase - ZooKeeper client is
connected now.
12:30:43.811 [main] INFO
org.apache.bookkeeper.discover.ZKRegistrationManager - INSTANCEID not exists in
zookeeper. Not considering it for data verification
12:30:44.424 [main] INFO org.apache.bookkeeper.bookie.Bookie - instantiate
ledger manager org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory
12:30:44.562 [main] INFO org.apache.bookkeeper.bookie.Bookie - Using ledger
storage: org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage
12:30:44.580 [main] INFO
org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage - Started Db Ledger
Storage
12:30:44.582 [main] INFO
org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage - - Number of
directories: 1
12:30:44.585 [main] INFO
org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage - - Write cache size:
1024 MB
12:30:44.586 [main] INFO
org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage - - Read Cache: 1024 MB
12:30:44.616 [main] INFO
org.apache.bookkeeper.bookie.storage.ldb.SingleDirectoryDbLedgerStorage -
Creating single directory db ledger storage on
data/standalone/bookkeeper0/current
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]