You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/03 06:26:23 UTC

[GitHub] sijie commented on issue #329: Docker image: gracefully handle start and stop bookie gracefully

sijie commented on issue #329: Docker image: gracefully handle start and stop bookie gracefully
URL: https://github.com/apache/bookkeeper/issues/329#issuecomment-319879774
 
 
   I just happen to see this issue. I don't think we should do bookieformat at the entrypoint. this command basically destroys the data. 
   
   also I don't think we need to run bookie and autorecovery together. this also limits the way how people want to deploy. when we have a docker image, it can be used for deploying in multiple ways.
   
   - deploy a bookie cluster: only run bookie deamon
   - deploy an `autorecovery` cluster: only run `autorecovery`
   - deploy a bookie cluster along with `autorecovery`.
   
   from this purpose, I don't see a value for having an entrypoint.sh then.
   
   @kishorekasi do you mind clarifying more about the entrypoint.sh piece?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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