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

ASF GitHub Bot logged work on BEAM-11104:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Apr/22 14:35
            Start Date: 19/Apr/22 14:35
    Worklog Time Spent: 10m 
      Work Description: jrmccluskey commented on code in PR #17386:
URL: https://github.com/apache/beam/pull/17386#discussion_r853153045


##########
sdks/go/pkg/beam/core/runtime/harness/harness.go:
##########
@@ -401,11 +402,34 @@ func (c *control) handleInstruction(ctx context.Context, 
req *fnpb.InstructionRe
                                c.plans[bdID] = append(c.plans[bdID], plan)
                        }
                }
+
+               // Check if the underlying DoFn self-checkpointed.
+               // TODO(BEAM-11104): How should a returned error here be 
handled to avoid clobbering
+               // an error that is returned after the mutex is given up?

Review Comment:
   Fixed. 





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

    Worklog Id:     (was: 758514)
    Time Spent: 13h 50m  (was: 13h 40m)

> [Go SDK] DoFn Self Checkpointing
> --------------------------------
>
>                 Key: BEAM-11104
>                 URL: https://issues.apache.org/jira/browse/BEAM-11104
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Robert Burke
>            Assignee: Jack McCluskey
>            Priority: P3
>          Time Spent: 13h 50m
>  Remaining Estimate: 0h
>
> Allow SplittableDoFns to self checkpoint.
> Design doc: 
> https://docs.google.com/document/d/1_JbzjY9JR07ZK5v7PcZevUfzHPsqwzfV7W6AouNpMPk/edit?usp=sharing



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to