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

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


The following commit(s) were added to refs/heads/param-sweep by this push:
     new 3588d2b  Minor log fixes
3588d2b is described below

commit 3588d2b1cabcaa400d88e12efc59e2c8f09d57f2
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Aug 26 12:55:33 2020 -0400

    Minor log fixes
---
 .../main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
 
b/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
index 26424b9..f5ede36 100644
--- 
a/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
+++ 
b/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
@@ -128,6 +128,7 @@ public class WorkflowOperator {
         // if the hfac that monitors a particular workflow, got killed due to 
some reason, who is taking the responsibility
 
         if (monitor) {
+            logger.info("Waiting for workflow {} to be finished", 
workflow.getName());
             TaskState taskState = 
pollForWorkflowCompletion(workflow.getName(), 3600000);
             logger.info("Workflow " + workflowName + " for process " + 
processId + " finished with state " + taskState.name());
 

Reply via email to