Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log exceptions thrown inside SubFlow #222

Merged
merged 2 commits into from
May 10, 2022
Merged

Conversation

mdedetrich
Copy link
Contributor

About this change - What it does

Due to an existing limitation with SubFlow (details in comments in PR), any exceptions that get thrown in the SubFlow are suppressed and cause the stream to retry and hence loop indefinitely.

References: #221

Why this way

The core problem is not solvable right now (at least without upstream changes) however we can at least log the exception so users know whats going on. This is particularly problematic for silly mistakes such as getting S3 credentials wrong as currently there is no feedback at all.

…upClientInterface.scala

Co-authored-by: Andriy Redko <drreta@gmail.com>
@mdedetrich mdedetrich merged commit 11d002f into main May 10, 2022
@mdedetrich mdedetrich deleted the log-subflow-exception branch May 10, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants