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/03/04 19:51:21 UTC

[GitHub] [pulsar] merlimat opened a new pull request #3749: On shutdown, kill the function instance thread after interrupt attempt

merlimat opened a new pull request #3749: On shutdown, kill the function instance thread after interrupt attempt
URL: https://github.com/apache/pulsar/pull/3749
 
 
   ### Motivation
   
   In thread runtime worker shutdown, the thread might not be responding to an interrupt request. We should attempt to stop the thread if it's not exiting after a while. 
   
   This fixes the shutdown timeout errors in `PulsarWorkerAssignmentTest`

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