[
https://issues.apache.org/jira/browse/BEAM-4244?focusedWorklogId=725939&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725939
]
ASF GitHub Bot logged work on BEAM-4244:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Feb/22 02:29
Start Date: 14/Feb/22 02:29
Worklog Time Spent: 10m
Work Description: github-actions[bot] closed pull request #15344:
URL: https://github.com/apache/beam/pull/15344
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 725939)
Time Spent: 1h 20m (was: 1h 10m)
> Provide a better way for programmatically handling errors raised while
> encoding/decoding data
> ---------------------------------------------------------------------------------------------
>
> Key: BEAM-4244
> URL: https://issues.apache.org/jira/browse/BEAM-4244
> Project: Beam
> Issue Type: New Feature
> Components: beam-model, runner-core
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P3
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Beam runners use coders in various stages of a pipeline to encode/decode
> data. Coders are executed directly by the runner of a pipeline and user do
> not have control over exceptions raised during encoding/decoding (could be
> either due to malformed/corrupted data provided by users or intermediate
> malformed/corrupted data generated during the system execution).
> Currently users can rely on runner-specific worker logging to detect the
> error and update the pipeline but it would be better if we can provide a way
> to programmatically handle these errors.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)