[ https://issues.apache.org/jira/browse/GOBBLIN-1078?focusedWorklogId=405094&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-405094 ]
ASF GitHub Bot logged work on GOBBLIN-1078: ------------------------------------------- Author: ASF GitHub Bot Created on: 18/Mar/20 01:13 Start Date: 18/Mar/20 01:13 Worklog Time Spent: 10m Work Description: sv2000 commented on pull request #2919: [GOBBLIN-1078] Coordination between task cancel and initialization in Helix Task URL: https://github.com/apache/incubator-gobblin/pull/2919#discussion_r394050301 ########## File path: gobblin-cluster/src/main/java/org/apache/gobblin/cluster/SingleTask.java ########## @@ -158,16 +183,32 @@ protected JobState getJobState() } public void cancel() { - if (_taskAttempt != null) { + int retryCount = 0 ; + int maxRetry = this._dynamicConfig.hasPath(MAX_RETRY_WAITING_FOR_INIT_KEY) Review comment: int maxRetry = ConfigUtils.get(this.dynamicConfig, MAX_RETRY_WAITING_FOR_INIT_KEY, DEFAULT_ MAX_RETRY_WAITING_FOR_INIT_KEY);? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 405094) Time Spent: 2h 10m (was: 2h) > Coordination between task cancel and task initialization in Helix > ----------------------------------------------------------------- > > Key: GOBBLIN-1078 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1078 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Lei Sun > Priority: Major > Time Spent: 2h 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)