damccorm commented on code in PR #35263:
URL: https://github.com/apache/beam/pull/35263#discussion_r2150658663


##########
sdks/go/pkg/beam/runners/prism/internal/stage.go:
##########
@@ -194,7 +194,8 @@ progress:
                case resp = <-b.Resp:
                        bundleFinished = true
                        if b.BundleErr != nil {
-                               return b.BundleErr
+                               // return b.BundleErr
+                               panic("this should get triggered")

Review Comment:
   This time, got 3 passes and one failure setting up the prism runner :( 
Trying a few more times.
   
   I'm also wondering if the initial set of correct panics in bundle.go were a 
red herring since this issue is intermittent, so may try that some more



-- 
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.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to