Warning from source: Check took too long. #50864
Replies: 3 comments
-
Same here.. I'm using v1.1.0 self-hosted, all my connections have failed since Thursday. |
Beta Was this translation helpful? Give feedback.
-
We found it was caused by this common issue https://discuss.airbyte.io/t/error-with-s3-storage-backend-and-need-for-log-cleaning-sweeper-setup/7145/4 It was solved by increasing minio's storage within the Kubernetes cluster |
Beta Was this translation helpful? Give feedback.
-
@physics-flower here is what I have right now, but not sure how fix it: storage:
# -- The storage backend type. Supports s3, gcs, minio (default)
type: minio # default storage used
# -- Secret name where storage provider credentials are stored
#storageSecretName: "airbyte-config-secrets" minio:
image:
# -- Minio image used by Minio helm chart
repository: minio/minio
# -- Minio tag image
tag: RELEASE.2023-11-20T22-40-07Z
storage:
volumeClaimValue: 2Gi
# -- Node labels for pod assignment, see https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
# -- Tolerations for minio pod assignment, see https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []
# -- Affinity and anti-affinity for minio pod assignment, see
# https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
affinity: {} |
Beta Was this translation helpful? Give feedback.
-
Self-hosted on Kubernetes, Airbyte v1.1.0 (please let me know if further details are needed)
Most of our Airbyte syncs failed this morning (and the ones that haven't failed are still running after several hours).
I have asked my engineering team to look into any potential issues with our Airbyte instance, but would appreciate some guidance on what might be going wrong.
There are no logs for most syncs, just the following warnings:
Attempt 1: "Warning from source: Refresh Schema took too long."
Subsequent attempts: "Warning from source: Check took too long."
We did however get some logs from the Sentry sync:
Attempt 1: Expected sync logs, followed by
Attempts 2-5: "Warning from source: Check took too long."
Attempt 6 (final):
When I try to test a source, I get "Airbyte is temporarily unavailable. Please try again. (HTTP 502)"
Beta Was this translation helpful? Give feedback.
All reactions