You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/11/09 15:31:34 UTC

[airavata] branch staging updated: Skipping Failed workflows in cleanup agent

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

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new f9db782  Skipping Failed workflows in cleanup agent
f9db782 is described below

commit f9db782b4bd808bb19daa6785ac377c3aaef032c
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Fri Nov 9 10:31:25 2018 -0500

    Skipping Failed workflows in cleanup agent
---
 .../org/apache/airavata/helix/impl/controller/WorkflowCleanupAgent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/controller/WorkflowCleanupAgent.java b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/controller/WorkflowCleanupAgent.java
index 71c7329..c928c8a 100644
--- a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/controller/WorkflowCleanupAgent.java
+++ b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/controller/WorkflowCleanupAgent.java
@@ -82,7 +82,7 @@ public class WorkflowCleanupAgent implements Runnable {
 
                 switch (workflowContext.getWorkflowState()) {
                     case COMPLETED:
-                    case FAILED:
+                    //case FAILED:
                     case STOPPED:
                     case TIMED_OUT:
                     case ABORTED: