You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "rohdesamuel (via GitHub)" <gi...@apache.org> on 2023/05/11 21:23:08 UTC

[GitHub] [beam] rohdesamuel opened a new issue, #26678: [Bug]: LogEntrys for exceptions do not include the transform_id

rohdesamuel opened a new issue, #26678:
URL: https://github.com/apache/beam/issues/26678

   ### What happened?
   
   In normal operation the [StateSampler](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/worker/statesampler_slow.py#L108) keeps track of the currently executing step in a stack. When a log is emitted, it [looks](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/worker/log_handler.py#L147) at the [top](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/worker/statesampler_slow.py#L41) of the stack for the current step. However, during an exception, this exits the StateSampler scope and pops off the current step and either gets the incorrect step or does not have any step in the stack.
   
   Potential fix would be to only pop the stack when there is no exception.
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] Abacn commented on issue #26678: [Bug]: LogEntries for exceptions do not include the transform_id

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on issue #26678:
URL: https://github.com/apache/beam/issues/26678#issuecomment-1545799061

   Thanks for reporting the issue. You can comment `.take-issue` under your issue to assign yourself : ) (https://github.com/apache/beam/blob/master/.github/ACTIONS.md)


-- 
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-unsubscribe@beam.apache.org

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


[GitHub] [beam] rohdesamuel commented on issue #26678: [Bug]: LogEntries for exceptions do not include the transform_id

Posted by "rohdesamuel (via GitHub)" <gi...@apache.org>.
rohdesamuel commented on issue #26678:
URL: https://github.com/apache/beam/issues/26678#issuecomment-1548701800

   Didn't know that, thank you!


-- 
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-unsubscribe@beam.apache.org

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


[GitHub] [beam] rohdesamuel commented on issue #26678: [Bug]: LogEntrys for exceptions do not include the transform_id

Posted by "rohdesamuel (via GitHub)" <gi...@apache.org>.
rohdesamuel commented on issue #26678:
URL: https://github.com/apache/beam/issues/26678#issuecomment-1544699721

   I can't modify the assignee, please triage to me and I'll be able to fix 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.

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

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


[GitHub] [beam] rohdesamuel commented on issue #26678: [Bug]: LogEntries for exceptions do not include the transform_id

Posted by "rohdesamuel (via GitHub)" <gi...@apache.org>.
rohdesamuel commented on issue #26678:
URL: https://github.com/apache/beam/issues/26678#issuecomment-1548723652

   Is blocking https://github.com/apache/beam/issues/26704


-- 
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-unsubscribe@beam.apache.org

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