forked from wepay/kafka-connect-bigquery
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improved error messages on write thread failure #149
Comments
C0urante
added a commit
that referenced
this issue
Sep 21, 2021
C0urante
added a commit
that referenced
this issue
Sep 27, 2021
C0urante
added a commit
that referenced
this issue
Sep 27, 2021
C0urante
added a commit
that referenced
this issue
Nov 17, 2021
C0urante
added a commit
that referenced
this issue
Nov 17, 2021
C0urante
added a commit
that referenced
this issue
Nov 17, 2021
Addressed by #150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a task fails, the error message can be vague and unhelpful in a couple of ways:
KCBQThreadPoolExecutor::maybeThrowEncounteredErrors
throws away the actual stack trace of the encountered error(s), which for things like null pointer exceptions is essential for being able to quickly identify the cause of the failureWe should improve the failure messages for the connector in these cases.
The text was updated successfully, but these errors were encountered: