[ 
https://issues.apache.org/jira/browse/GOBBLIN-1251?focusedWorklogId=475551&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475551
 ]

ASF GitHub Bot logged work on GOBBLIN-1251:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Aug/20 21:24
            Start Date: 27/Aug/20 21:24
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on a change in pull request #3092:
URL: https://github.com/apache/incubator-gobblin/pull/3092#discussion_r478704131



##########
File path: 
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinHelixTaskStateTracker.java
##########
@@ -59,7 +58,11 @@ public void registerNewTask(Task task) {
     try {
       this.scheduledReporters.put(task.getTaskId(), 
scheduleTaskMetricsUpdater(new TaskMetricsUpdater(task), task));
     } catch (RejectedExecutionException ree) {
+      // Propagate the exception to caller that has full control of the 
life-cycle of a helix task.
       LOGGER.error(String.format("Scheduling of task state reporter for task 
%s was rejected", task.getTaskId()));
+      Throwables.propagate(ree);

Review comment:
       addressed. 




----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 475551)
    Time Spent: 0.5h  (was: 20m)

> Propagate failure from statsTracker scheduling
> ----------------------------------------------
>
>                 Key: GOBBLIN-1251
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1251
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Lei Sun
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to