Bob Blandford
06/24/2023, 11:40 PMBob Blandford
06/24/2023, 11:40 PMBob Blandford
06/24/2023, 11:56 PMBob Blandford
06/24/2023, 11:57 PMRichard W
06/25/2023, 2:20 AMBob Blandford
06/25/2023, 10:19 AMBob Blandford
06/25/2023, 10:22 AMSivakumar Ramaswamy
06/25/2023, 10:23 AMBob Blandford
06/25/2023, 10:25 AMScott Sung
06/25/2023, 10:24 PMJere Halligan
06/26/2023, 2:16 AMbeta
. What I’ve done so far is to authenticate with Facebook (success message) and enter the Page ID, and then the test never succeeds and times out. I’ve tried it a few times with the same error.
Configuration check failed
The check connection failed because of an internal error
Any ideas what could be the issue? Thanks.Nipuna Prashan
06/26/2023, 4:18 AMSlackbot
06/26/2023, 5:48 AMNikhil Garakapati
06/26/2023, 7:12 AMJack Reid
06/26/2023, 8:24 AMcampaigns
stream is missing the status
& configured_status
fields - are these something that can be added?Kevin Conseil
06/26/2023, 9:08 AMSlackbot
06/26/2023, 10:03 AMOliver Iglesias
06/26/2023, 10:11 AMArumugam S
06/26/2023, 10:20 AMClemens Meyer zu Rheda
06/26/2023, 2:16 PMDatabase Error
connection to server at "localhost" (127.0.0.1), port 50001 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
connection to server at "localhost" (::1), port 50001 failed: Cannot assign requested address
Is the server running on that host and accepting TCP/IP connections?
,retryable=<null>,timestamp=1687788354840,additionalProperties={}], io.airbyte.config.FailureReason@f1b006b[failureOrigin=normalization,failureType=system_error,internalMessage=connection to server at "localhost" (127.0.0.1), port 50001 failed: Connection refused,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@2c2dfde3[additionalProperties={attemptNumber=2, jobId=2838848, from_trace_message=true}],stacktrace=AirbyteDbtError:
akash sathish kumar
06/26/2023, 2:41 PMCobbleWeb
06/26/2023, 4:53 PMMadison Mae
06/26/2023, 5:37 PMThiago Villani
06/26/2023, 6:25 PMVivek PG
06/26/2023, 7:22 PM2023-06-24 23:15:19 INFO i.a.w.p.DockerProcessFactory(create):192 - Preparing command: docker run --rm --init -i -w /data/220/1 --log-driver none --name source-github-check-220-1-isvii --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local
-e DEPLOYMENT_MODE=OSS -e WORKER_CONNECTOR_IMAGE=airbyte/source-github:1.0.1 -e AUTO_DETECT_SCHEMA=true -e LAUNCHDARKLY_KEY= -e SOCAT_KUBE_CPU_REQUEST=0.1 -e SOCAT_KUBE_CPU_LIMIT=2.0 -e USE_STREAM_CAPABLE_STATE=true -e FIELD_SELECTION_WORKSPACES= -e WORKER_ENVIRONMENT=DOCKER
-e AIRBYTE_ROLE= -e APPLY_FIELD_SELECTION=false -e WORKER_JOB_ATTEMPT=1 -e OTEL_COLLECTOR_ENDPOINT=<http://host.docker.internal:4317>
-e FEATURE_FLAG_CLIENT=config -e AIRBYTE_VERSION=0.44.12 -e WORKER_JOB_ID=220 airbyte/source-github:1.0.1 check --config source_config.json 2023-06-24 23:16:09 INFO i.a.w.t.TemporalAttemptExecution(lambda$getCancellationChecker$6):231 - Running sync worker
cancellation...
2023-06-24 23:16:09 WARN i.a.w.g.DefaultCheckConnectionWorker(run):108 - Check connection job subprocess finished with exit code 143
2023-06-24 23:16:09 INFO i.a.w.t.TemporalAttemptExecution(lambda$getCancellationChecker$6):235 - Interrupting worker thread...
2023-06-24 23:16:09 INFO i.a.w.t.TemporalAttemptExecution(lambda$getCancellationChecker$6):238 - Cancelling completable future...
2023-06-24 23:16:09 ERROR i.a.w.g.DefaultCheckConnectionWorker(run):125 - Unexpected error while checking connection:
java.io.IOException: Stream closed
Executed the check operation on local and it takes ~12 minutes to complete for all repos .
So we changed the timeouts in Airbyte to 15 minutes and restarted the sync, but the check operation didn't get invoked.
ACTIVITY_MAX_TIMEOUT_SECOND=900
ACTIVITY_CHECK_TIMEOUT=15
Not able to understand why the Github check connection operation is executed in some sync jobs and not in others. What conditions will trigger the check operation when running the sync?
Is there any solution for this issue?Octavia Squidington III
06/26/2023, 7:45 PMCarlos Salido
06/26/2023, 9:17 PMJoey Taleño
06/27/2023, 6:15 AMElad Rabinovich
06/27/2023, 7:21 AMJoey Taleño
06/27/2023, 7:45 AM