You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2018/07/30 13:14:38 UTC

oozie git commit: OOZIE-3156 amend Retry SSH action check when cannot connect to remote host (txsing, matijhs via andras.piros)

Repository: oozie
Updated Branches:
  refs/heads/master 9e786aaea -> 647682940


OOZIE-3156 amend Retry SSH action check when cannot connect to remote host (txsing, matijhs via andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/64768294
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/64768294
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/64768294

Branch: refs/heads/master
Commit: 647682940e3944d84ba4bcb3c950ce471c9ffdb6
Parents: 9e786aa
Author: Andras Piros <an...@cloudera.com>
Authored: Mon Jul 30 15:14:00 2018 +0200
Committer: Andras Piros <an...@cloudera.com>
Committed: Mon Jul 30 15:14:00 2018 +0200

----------------------------------------------------------------------
 core/src/main/resources/oozie-default.xml | 2 +-
 release-log.txt                           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/64768294/core/src/main/resources/oozie-default.xml
----------------------------------------------------------------------
diff --git a/core/src/main/resources/oozie-default.xml b/core/src/main/resources/oozie-default.xml
index ff1820c..b69d2c9 100644
--- a/core/src/main/resources/oozie-default.xml
+++ b/core/src/main/resources/oozie-default.xml
@@ -2060,7 +2060,7 @@ will be the requeue interval for the actions which are waiting for a long time w
     </property>
 
     <property>
-        <name>ooozie.action.ssh.check.retries.max</name>
+        <name>oozie.action.ssh.check.retries.max</name>
         <value>3</value>
         <description>
             Maximal retry count for ssh action status check

http://git-wip-us.apache.org/repos/asf/oozie/blob/64768294/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index eae3f83..acd5949 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3156 amend Retry SSH action check when cannot connect to remote host (txsing, matijhs via andras.piros)
 OOZIE-3303 Oozie UI does not work after Jetty 9.3 upgrade (asalamon74 via gezapeti)
 OOZIE-2829 Improve sharelib upload to accept multiple source folders (kmarton via gezapeti)
 OOZIE-3309 Runtime error during /v2/sla filtering for bundle (asalamon74 via andras.piros)