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 2019/05/30 14:55:30 UTC

[GitHub] [pulsar] adamdyga edited a comment on issue #3121: Several issues with the kubernetes generic example

adamdyga edited a comment on issue #3121: Several issues with the kubernetes generic example
URL: https://github.com/apache/pulsar/issues/3121#issuecomment-497359137
 
 
   Not sure if it's related, but I get similar error message when running the K8S examples from `deployment/kubernetes/generic` in minikube. After restarting minikube, I also get the following error: 
   
   ```
   16:16:49.822 [main] ERROR org.apache.bookkeeper.bookie.Bookie - There are directories without a cookie, and this is neither a new environment, nor is storage expansion enabled. Empty directories are [data/bookkeeper/journal/current, data/bookkeeper/ledgers/current]
   16:16:49.822 [main] INFO  org.apache.bookkeeper.proto.BookieNettyServer - Shutting down BookieNettyServer
   16:16:49.834 [main] ERROR org.apache.bookkeeper.server.Main - Failed to build bookie server
   org.apache.bookkeeper.bookie.BookieException$InvalidCookieException: 
   	at org.apache.bookkeeper.bookie.Bookie.checkEnvironmentWithStorageExpansion(Bookie.java:470) ~[org.apache.bookkeeper-bookkeeper-server-4.9.0.jar:4.9.0]
   	at org.apache.bookkeeper.bookie.Bookie.checkEnvironment(Bookie.java:252) ~[org.apache.bookkeeper-bookkeeper-server-4.9.0.jar:4.9.0]
   	at org.apache.bookkeeper.bookie.Bookie.<init>(Bookie.java:691) ~[org.apache.bookkeeper-bookkeeper-server-4.9.0.jar:4.9.0]
   	at org.apache.bookkeeper.proto.BookieServer.newBookie(BookieServer.java:137) ~[org.apache.bookkeeper-bookkeeper-server-4.9.0.jar:4.9.0]
   ```
   
   What do I have to change to make it work with minikube?

----------------------------------------------------------------
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