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