[
https://issues.apache.org/jira/browse/BEAM-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377610#comment-16377610
]
Bill Neubauer commented on BEAM-3474:
-------------------------------------
Fixed inĀ https://github.com/apache/beam/pull/4404
> Go SDK: panic handling swallows the stack trace, hurting debuggability
> ----------------------------------------------------------------------
>
> Key: BEAM-3474
> URL: https://issues.apache.org/jira/browse/BEAM-3474
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Bill Neubauer
> Assignee: Bill Neubauer
> Priority: Minor
>
> The panic handlers
> https://github.com/apache/beam/blob/go-sdk/sdks/go/pkg/beam/core/runtime/exec/util.go#L39
> and
> https://github.com/apache/beam/blob/go-sdk/sdks/go/pkg/beam/core/runtime/exec/util.go#L49
> should include the output of "runtime/debug"'s Stack() call so the user can
> see what caused the panic.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)