You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/04 12:13:50 UTC

[GitHub] [pulsar] agilob commented on issue #3121: Several issues with the kubernetes generic example

agilob commented on issue #3121: Several issues with the kubernetes generic example
URL: https://github.com/apache/pulsar/issues/3121#issuecomment-594485755
 
 
   I'm not using k8s, but this bug is transferable to docker and standalone too. I can confirm that running `bin/bookkeeper shell metaformat` fixes the issue of bookkeeper not starting.
   
   I run this to fix the bookies not starting because of the error above
   
   ```
   docker run -it --rm \
       --network "traefik-network" \
       --env BK_zkServers=zookeeper:2181 \
       --env BK_DATA_DIR=/data/bookkeeper \
       --env BK_journalPreAllocSizeMB=32 \
       apache/bookkeeper:4.10.0 \
       bin/bookkeeper shell metaformat
   ```
   
   https://bookkeeper.apache.org/archives/docs/master/bookkeeperConfig.html

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services