You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by GitBox <gi...@apache.org> on 2019/03/05 01:39:49 UTC

[GitHub] [samza] shanthoosh commented on a change in pull request #935: SAMZA-2118: Improve the shutdown sequence of AsyncRunLoop.

shanthoosh commented on a change in pull request #935: SAMZA-2118: Improve the shutdown sequence of AsyncRunLoop.
URL: https://github.com/apache/samza/pull/935#discussion_r262317010
 
 

 ##########
 File path: samza-core/src/main/java/org/apache/samza/task/AsyncRunLoop.java
 ##########
 @@ -193,6 +193,7 @@ public double getWorkFactor() {
 
   public void shutdown() {
     shutdownNow = true;
+    resume();
 
 Review comment:
   Done.

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