shunping commented on issue #35233: URL: https://github.com/apache/beam/issues/35233#issuecomment-2981283686
The actual error message that is useful is buried in the log. Thanks @lostluck for helping to uncover that. ``` panic: interface conversion: interface {} is nil, not []interface {} goroutine 12 [running]: github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism/internal.executePipeline({0x1c9e7b8, 0xc00004f950}, 0xc000430ff0, 0xc000368ea0) /runner/_work/beam/beam/sdks/go/pkg/beam/runners/prism/internal/execute.go:150 +0x35fe github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism/internal.RunPipeline(0xc000368ea0) /runner/_work/beam/beam/sdks/go/pkg/beam/runners/prism/internal/execute.go:84 +0x47c created by github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism/internal/jobservices.(*Server).Run in goroutine 11 /runner/_work/beam/beam/sdks/go/pkg/beam/runners/prism/internal/jobservices/management.go:391 +0xd3 ``` It is caused by my change in #35202. I am going to revert the "revert" and add a fix there and then cherry pick the fix in the release 2.66 branch. @Amar3tto -- 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