[ 
https://issues.apache.org/jira/browse/AIRAVATA-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343831#comment-16343831
 ] 

ASF GitHub Bot commented on AIRAVATA-2652:
------------------------------------------

machristie commented on a change in pull request #164: [AIRAVATA-2652] Remove 
registry-core dependency on orchestrator and gfac modules 
URL: https://github.com/apache/airavata/pull/164#discussion_r164528155
 
 

 ##########
 File path: 
modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/task/LocalJobSubmissionTask.java
 ##########
 @@ -136,6 +136,8 @@ public TaskStatus execute(TaskContext taskContext) {
             errorModel.setUserFriendlyMessage(msg);
             
taskContext.getTaskModel().setTaskErrors(Arrays.asList(errorModel));
             taskStatus.setState(TaskState.FAILED);
+        } catch (TException e) {
+            e.printStackTrace();
 
 Review comment:
   Same as comment above.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove registry-core dependency on orchestrator and gfac modules
> ----------------------------------------------------------------
>
>                 Key: AIRAVATA-2652
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2652
>             Project: Airavata
>          Issue Type: Improvement
>          Components: Airavata Orchestrator, GFac, Registry API
>            Reporter: Sachin Kariyattin
>            Assignee: Sachin Kariyattin
>            Priority: Major
>             Fix For: 0.18
>
>
> Refactor orchestrator and gfac modules to use registry-api instead of the 
> existing registry-core dependency
>  * Some of the Experiment Catalog methods used by the orchestrator and gfac 
> are not present in the RegistryServerHandler. 
> ex: _experimentCatalog.add(ExpCatChildDataType.EXPERIMENT_ERROR, details, 
> experimentId);_
> Some new methods related to experiment (ERROR, TASK, PROCESS etc) need to be 
> created in the RegistryServerHandler.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to