prateekm 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_r262224488
########## 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: Update javadoc for resume. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services