We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovered from our system error dash board:
ERROR: canceling statement due to conflict with recovery This has been translated in postgres' connector exception handler, however, still shows up as an system error in some workspaces, for instance this one: https://cloud.airbyte.com/workspaces/600190ca-f1d5-4e6d-b795-76830e7afa94/connections/044fa6f0-c013-4fc6-9627-f9e82edea318/timeline?openLogs=true&eventId=5b06872e-df11-484f-abb9-2e9c41a9c2e4&attemptId=19
org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend. https://cloud.airbyte.com/workspaces/a2472741-7f90-4ff3-98c9-5096fd63f9a5/connections/acb1b654-9fbb-459c-bc2a-bd462dd7f367/timeline
Need investigation and fixes.
The text was updated successfully, but these errors were encountered:
theyueli
Successfully merging a pull request may close this issue.
Discovered from our system error dash board:
ERROR: canceling statement due to conflict with recovery
This has been translated in postgres' connector exception handler, however, still shows up as an system error in some workspaces, for instance this one:
https://cloud.airbyte.com/workspaces/600190ca-f1d5-4e6d-b795-76830e7afa94/connections/044fa6f0-c013-4fc6-9627-f9e82edea318/timeline?openLogs=true&eventId=5b06872e-df11-484f-abb9-2e9c41a9c2e4&attemptId=19
org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
https://cloud.airbyte.com/workspaces/a2472741-7f90-4ff3-98c9-5096fd63f9a5/connections/acb1b654-9fbb-459c-bc2a-bd462dd7f367/timeline
Need investigation and fixes.
The text was updated successfully, but these errors were encountered: