This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
from 5b2a494 OData Download API Support
new a155f92 Making agent scheduling logic fair
new 96309a4 Logging improvements
new 703a0be Adding failure handling for connectors
The 3 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:
.../org/apache/airavata/mft/agent/MFTAgent.java | 17 ++-
.../airavata/mft/agent/TransportMediator.java | 117 ++++++++++++---------
.../airavata/mft/controller/MFTController.java | 23 +++-
.../airavata/mft/core/api/BasicConnector.java | 1 +
.../mft/core/api/IncomingStreamingConnector.java | 4 +-
.../transport/odata/ODataIncomingConnector.java | 5 +
.../mft/transport/s3/S3IncomingConnector.java | 5 +
.../mft/transport/s3/S3OutgoingConnector.java | 5 +
.../transport/s3/S3OutgoingStreamingConnector.java | 5 +
.../mft/transport/scp/SCPIncomingConnector.java | 5 +
.../mft/transport/scp/SCPOutgoingConnector.java | 5 +
.../transport/swift/SwiftIncomingConnector.java | 5 +
.../transport/swift/SwiftOutgoingConnector.java | 5 +
13 files changed, 138 insertions(+), 64 deletions(-)