[
https://issues.apache.org/jira/browse/GOBBLIN-1542?focusedWorklogId=658640&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-658640
]
ASF GitHub Bot logged work on GOBBLIN-1542:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Sep/21 22:42
Start Date: 30/Sep/21 22:42
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on a change in pull request #3393:
URL: https://github.com/apache/gobblin/pull/3393#discussion_r719814754
##########
File path:
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinHelixJobLauncher.java
##########
@@ -269,6 +271,62 @@ protected void executeCancellation() {
}
}
+ protected void removeTaskFromRunningHelixJob(List<String>
workUnitIdsToRemove) throws IOException {
Review comment:
I run reformat to clean the whole class, this should be good now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 658640)
Time Spent: 1h 40m (was: 1.5h)
> Integrate with Helix API to add/remove task from a running helix job
> --------------------------------------------------------------------
>
> Key: GOBBLIN-1542
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1542
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Integrate with Helix API to add/remove task from a running helix job. This
> ticket also contains the API change that Source need to contact with
> JobLauncher to notify that there is some change in workunit. This will enable
> us to dynamically add/delete task from running job and save resources.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)