You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/04 21:34:50 UTC

[GitHub] [beam] youngoli commented on a change in pull request #11553: [BEAM-9799] Automated validation for RTrackers.

youngoli commented on a change in pull request #11553:
URL: https://github.com/apache/beam/pull/11553#discussion_r419743023



##########
File path: sdks/go/pkg/beam/core/runtime/exec/pardo.go
##########
@@ -162,6 +168,14 @@ func (n *ParDo) processMainInput(mainIn *MainInput) error {
 	return nil
 }
 
+func rtErrHelper(err error) error {
+	if err != nil {
+		return err
+	} else {
+		return errors.New("RTracker IsDone failed for unspecified reason")
+	}

Review comment:
       Yeah good point. I'll rephrase it.




----------------------------------------------------------------
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:
users@infra.apache.org