Kube attempts not catching connector exception properly #5526
Labels
connectors/destination/bigquery
connectors/destinations-warehouse
connectors/source/e2e-test
type/bug
Something isn't working
Milestone
Environment
Current Behavior
In the following issue, a failing connection has been setup where the destination connector throws an exception (NPE).
#5525
Notice in the attached logs below that it took 10h for the worker to timeout and start its second attempt at the sync:
Expected Behavior
Tell us what should happen.
Attempts should be retried without waiting 10h in between.
Additionally, the logs should probably be improved at counting the attempt numbers when stating for the second attempt:
Which should be instead:
and appropriately split in different attempt tabs instead of being in the same log output
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: