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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to