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/06/20 19:35:34 UTC

[airavata] branch develop updated (39d81aa -> f04ac5f)

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

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


    from 39d81aa  Merge pull request #194 from DImuthuUpe/develop
     add 1d32f81  Updating Task Framework to support User Defined Workflow implementation
     add 78a6fa9  Adding queue operator to handle Airavata task queues
     add f3a316f  Updating Queue Operator to become stateless, while adding additional logging, and performing variable name changes
     add 3a7f7f1  Updated JavaDocs and added operator level validations
     add b2395fe  Fixed the issue with participant re-enabling when coming back to the cluster after a graceful shutdown
     add befba32  Added additional logs and exception handling for Helix Participant
     new f04ac5f  Merge pull request #200 from yasgun/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../helix/impl/participant/GlobalParticipant.java  |  59 ++----
 .../helix/core/participant/HelixParticipant.java   |  69 ++++---
 .../airavata/helix/workflow/QueueOperator.java     | 204 +++++++++++++++++++++
 3 files changed, 259 insertions(+), 73 deletions(-)
 create mode 100644 modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/QueueOperator.java


[airavata] 01/01: Merge pull request #200 from yasgun/develop

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f04ac5f27b88098d5df081c7b49302403225ed81
Merge: 39d81aa befba32
Author: Dimuthu <di...@gmail.com>
AuthorDate: Wed Jun 20 15:35:32 2018 -0400

    Merge pull request #200 from yasgun/develop
    
    Updating Task Framework to support User Defined Workflow implementation

 .../helix/impl/participant/GlobalParticipant.java  |  59 ++----
 .../helix/core/participant/HelixParticipant.java   |  69 ++++---
 .../airavata/helix/workflow/QueueOperator.java     | 204 +++++++++++++++++++++
 3 files changed, 259 insertions(+), 73 deletions(-)