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:
[email protected]
With regards,
Apache Git Services