You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/09/11 22:36:47 UTC

[GitHub] [samza] abhishekshivanna opened a new pull request #1151: [SAMZA-2198] Fix deadlock in container signal handler

abhishekshivanna opened a new pull request #1151: [SAMZA-2198] Fix deadlock in container signal handler
URL: https://github.com/apache/samza/pull/1151
 
 
   The fix removes join() on the main thread from the shutdown
   hook which causes a deadlock when a signal is received.
   The shutdown hook now polls periodically to check
   the container status on shutdown.

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