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 2020/02/25 20:03:23 UTC

[GitHub] [samza] Sanil15 commented on a change in pull request #1290: SAMZA-2468: Make Standby containers respond to shutdown request

Sanil15 commented on a change in pull request #1290: SAMZA-2468: Make Standby containers respond to shutdown request
URL: https://github.com/apache/samza/pull/1290#discussion_r384095921
 
 

 ##########
 File path: samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
 ##########
 @@ -865,6 +868,11 @@ class SamzaContainer(
       return
     }
 
+    /**
+      * Countdown the standbyContainerShutdownLatch so standby container can invoke a shutdown sequence
+      */
+    standbyContainerShutdownLatch.countDown();
 
 Review comment:
   sure

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