damccorm commented on code in PR #35263:
URL: https://github.com/apache/beam/pull/35263#discussion_r2150738319
##########
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:
Ok -
https://github.com/apache/beam/actions/runs/15685833595/job/44200751360?pr=35263
is another run where no exception was raised. So it seems like this panic is
not getting consistently raised. I'm going to go back to the previous setup
(panic in bundle.go) to see if that is where the issue might be coming from.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]