python-cli/mft_cli/airavata_mft_cli/operations.py (4 lines): - line 124: ## TODO : Check agent availability and deploy cloud agents if required - line 191: ## TODO: This has to be optimized and avoid frequent polling of all transfer ids in each iteration - line 225: ## TODO : Check agent availability and deploy cloud agents if required - line 267: ## TODO: This has to be optimized and avoid frequent polling of all transfer ids in each iteration python-sdk/src/airavata_mft_sdk/mft_client.py (3 lines): - line 40: # TODO implement secure channel - line 45: # TODO implement secure channel - line 60: # TODO implement secure channel controller/src/main/java/org/apache/airavata/mft/controller/TransferDispatcher.java (2 lines): - line 74: // TODO use a better way to select the right agent - line 181: // TODO select the local agent agent/service/src/main/java/org/apache/airavata/mft/agent/TransportMediator.java (1 line): - line 103: // TODO: Provide a preference at the API level controller/src/main/java/org/apache/airavata/mft/controller/spawner/AgentOrchestrator.java (1 line): - line 35: private final int SPAWNER_MAX_IDLE_SECONDS = 30; // TODO Externalize this agent/service/src/main/java/org/apache/airavata/mft/agent/rpc/RPCParser.java (1 line): - line 38: // TODO implement using the reflection controller/src/main/java/org/apache/airavata/mft/controller/spawner/EC2AgentSpawner.java (1 line): - line 196: .withInstanceType(InstanceType.T1Micro) // TODO Externalize