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 2018/09/10 03:58:48 UTC

[GitHub] rdhabalia opened a new pull request #2548: Stop all functions gracefully on closing worker-service

rdhabalia opened a new pull request #2548: Stop all functions gracefully on closing worker-service
URL: https://github.com/apache/incubator-pulsar/pull/2548
 
 
   ### Motivation
   
   Right now, if stopping [WorkerService](https://github.com/apache/incubator-pulsar/blob/master/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerService.java#L189) doesn't stop functions and all the threads stayed alive event `WorkerService` is stopped.
   
   ### Modifications
   
   Stop all function resource gracefully while stopping worker service.
   
   ### Result
   
   Function threads will not stay alive while stopping worker-service.
   

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