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

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

                Author: ASF GitHub Bot
            Created on: 30/Nov/23 09:03
            Start Date: 30/Nov/23 09:03
    Worklog Time Spent: 10m 
      Work Description: phet commented on code in PR #3829:
URL: https://github.com/apache/gobblin/pull/3829#discussion_r1410349019


##########
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/TaskStateCollectorService.java:
##########
@@ -259,6 +227,52 @@ public Void call() throws Exception {
     this.eventBus.post(new 
NewTaskCompletionEvent(ImmutableList.copyOf(taskStateQueue)));
   }
 
+  /**
+   * Reads in a {@link FsStateStore} folder used to store Task state outputs, 
and returns a queue of {@link TaskState}s
+   * Task State files are populated by the {@link GobblinMultiTaskAttempt} to 
record the output of remote concurrent tasks (e.g. MR mappers)
+   * @param taskStateStore
+   * @param outputTaskStateDir
+   * @param numDeserializerThreads
+   * @return Queue of TaskStates

Review Comment:
   ...or `null` apparently (which is something very much worth documenting 
here!)





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

    Worklog Id:     (was: 893102)
    Time Spent: 1h  (was: 50m)

> Gobblin Commit Step Runs on Temporal
> ------------------------------------
>
>                 Key: GOBBLIN-1968
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1968
>             Project: Apache Gobblin
>          Issue Type: New Feature
>          Components: gobblin-core
>            Reporter: William Lo
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Temporal is the next-gen distributed computing platform Gobblin is using to 
> replace MapReduce for many of its data movement workflows. We want to 
> integrate Gobblin's commit step that tracks task states and reports their 
> status with Temporal



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to