sborya commented on a change in pull request #1213: SAMZA-2305: Stream
processor should ensure previous container is stopped during a rebalance
URL: https://github.com/apache/samza/pull/1213#discussion_r347581197
##########
File path:
samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
##########
@@ -769,6 +768,27 @@ class SamzaContainer(
else
Thread.sleep(Long.MaxValue)
} catch {
+ case e: InterruptedException =>
+ /*
+ * We don't want to categorize interrupts as failure since the only
place the container thread gets interrupted within
+ * our code is inside stream processor is during the following two
scenarios
Review comment:
s/is//
----------------------------------------------------------------
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