Vanlightly opened a new pull request #2857:
URL: https://github.com/apache/bookkeeper/pull/2857


   ### Motivation
   
   Current official docker images do not handle the SIGTERM sent by the docker 
runtime and so get killed after the timeout. No graceful shutdown occurs.
   
   The reason is that the entrypoint does not use `exec` when executing the 
`bin/bookkeeper` shell script and so the BookKeeper process cannot receive 
signals from the docker runtime.
   
   ### Changes
   
   Use `exec` when calling the `bin/bookkeeper` shell script.


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


Reply via email to