This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 6df60ab  increase the process restart retry to 150 (#3326)
6df60ab is described below

commit 6df60ab60533362bc55b196752f8ae5599ee3820
Author: Neng Lu <[email protected]>
AuthorDate: Thu Aug 15 23:17:47 2019 -0700

    increase the process restart retry to 150 (#3326)
---
 heron/executor/src/python/heron_executor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/executor/src/python/heron_executor.py 
b/heron/executor/src/python/heron_executor.py
index 6f5790a..9380ef5 100755
--- a/heron/executor/src/python/heron_executor.py
+++ b/heron/executor/src/python/heron_executor.py
@@ -297,7 +297,7 @@ class HeronExecutor(object):
     self.init_from_parsed_args(parsed_args)
 
     self.shell_env = shell_env
-    self.max_runs = 100
+    self.max_runs = 150
     self.interval_between_runs = 10
 
     # Read the heron_internals.yaml for logging dir

Reply via email to