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 458a4cc  Minor logging improvement
458a4cc is described below

commit 458a4cc27ed4212baebd936ae5936caacdf40248
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Aug 26 12:33:38 2020 -0400

    Minor logging improvement
---
 .../apache/airavata/helix/impl/task/staging/JobVerificationTask.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/staging/JobVerificationTask.java
 
b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/staging/JobVerificationTask.java
index 54392ef..c5151e7 100644
--- 
a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/staging/JobVerificationTask.java
+++ 
b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/staging/JobVerificationTask.java
@@ -46,6 +46,8 @@ public class JobVerificationTask extends AiravataTask {
                             
getTaskContext().getPreferredJobSubmissionInterface()),
                             
"param_sweep".equals(getTaskContext().getExecutionType()));
 
+            logger.info("Job manager fetched successfully for process {}", 
getProcessId());
+
             AgentAdaptor adaptor = taskHelper.getAdaptorSupport().fetchAdaptor(
                     getTaskContext().getGatewayId(),
                     getTaskContext().getComputeResourceId(),

Reply via email to