shekhars-li commented on a change in pull request #1501:
URL: https://github.com/apache/samza/pull/1501#discussion_r639064609



##########
File path: 
samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
##########
@@ -719,7 +745,11 @@ class SamzaContainer(
 
   private val jobConfig = new JobConfig(config)
   private val taskConfig = new TaskConfig(config)
-  val shutdownMs: Long = taskConfig.getShutdownMs
+
+  // Linkedin-specific shutdownMs due to SAMZA-2198; switch back to 
TaskConfig.getShutdownMs once that is fixed
+  val shutdownMs: Long = taskConfig.getLong(TaskConfig.TASK_SHUTDOWN_MS, 5000)

Review comment:
       Did not realize I missed this. I thought I addressed it. Removing. 




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


Reply via email to