Dominik Mall
02/01/2023, 8:33 AMERROR i.a.w.g.DefaultReplicationWorker(run):196 - Sync worker failed.
java.util.concurrent.ExecutionException: io.airbyte.workers.general.DefaultReplicationWorker$SourceException: Source cannot be stopped!
Additional info:
OSS v0.40.17, running on an Autopilot GKE Cluster
_SurveyMonkey source_: v0.1.14
_BigQuery destination_: v1.2.13
Takes about 1.5 hours, 132k records/211MBCédric Malet
02/01/2023, 8:47 AM2023-02-01 01:29:55 ERROR i.a.w.g.DefaultReplicationWorker(run):177 - Sync worker failed.
java.util.concurrent.ExecutionException: io.airbyte.workers.general.DefaultReplicationWorker$DestinationException: Destination process exited with non-zero exit code 1
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:172) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:62) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Suppressed: io.airbyte.workers.exception.WorkerException: Destination process exit with code 1. This warning is normal if the job was cancelled.
at io.airbyte.workers.internal.DefaultAirbyteDestination.close(DefaultAirbyteDestination.java:119) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:134) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:62) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: io.airbyte.workers.general.DefaultReplicationWorker$DestinationException: Destination process exited with non-zero exit code 1
at io.airbyte.workers.general.DefaultReplicationWorker.lambda$getDestinationOutputRunnable$7(DefaultReplicationWorker.java:400) ~[io.airbyte-airbyte-workers-0.39.2-alpha.jar:?]
Additional info:
v0.39.2-alphaDhruv Satish
02/01/2023, 9:22 AMAnurag Jain
02/01/2023, 9:46 AMjonty
02/01/2023, 10:38 AMMartin Garrigos
02/01/2023, 10:57 AMKacper Adler
02/01/2023, 10:59 AMSushant
02/01/2023, 11:02 AMRaghad Alowayni
02/01/2023, 11:21 AMRevital Eres
02/01/2023, 11:35 AMairbyte/normalization-mysql:0.3.0
but I do not see the warnings with airbyte/normalization-mysql:0.2.3
. what changed between the versions that can be related to the warnings? Thanks
WARN: Unknown type string for column name at otswcir
WARN: Unknown type string for column dob at otswcir
Priya Geetha
02/01/2023, 11:50 AMPriya Geetha
02/01/2023, 11:53 AM_airbyte__raw_*
tables. Can I not create them, is there something I can set. There is a whole bunch of unwanted noiseMiguel Ángel Torres Font - Valencia C.F.
02/01/2023, 12:14 PMPierre CORBEL
02/01/2023, 1:05 PMAlwaysPull latest image of source
Hello there 👋,
I'm currently running Airbyte self-hosted (deployed via Helm on an EKS cluster).
I've developed a custom source with the Python CDK, package it in a Docker image hosted on GitHub Container Registry.
It runs fine but I have a question: Is it possible to tell Airbyte to always pull the Docker image before launching a source?
My usecase would be to only have the latest
tag on my image and as soon as my CI pushes a new version of this latest
image, Airbyte would automatically pull it at next run.
N.B.: today, we need to tag each image with a different tag, and then go to the Settings -> Source to manually update the version for Airbyte to pull the imageLior Chen
02/01/2023, 1:38 PM.AsyncOrchestratorPodProcess(computeExitValue):149 - State Store missing status, however orchestrator pod orchestrator-repl-job-9950-attempt-2 in terminal. Assume failure.
2023-02-01 13:19:13 INFO i.a.c.t.TemporalUtils(withBackgroundHeartbeat):316 - Stopping temporal heartbeating...
2023-02-01 13:19:13 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$5):198 - Completing future exceptionally...
java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.airbyte.commons.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:314) ~[io.airbyte-airbyte-commons-temporal-0.40.27.jar:?]
at io.airbyte.workers.sync.LauncherWorker.run(LauncherWorker.java:116) ~[io.airbyte-airbyte-commons-worker-0.40.27.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$5(TemporalAttemptExecution.java:195) ~[io.airbyte-airbyte-workers-0.40.27.jar:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
happens on every attempt to sync. can anyone tell the reason for the issue?
I’m afraid this could be caused because I removed the volume airbyte-volume-configs
as a result of this issue.Andrzej Lewandowski
02/01/2023, 1:43 PMMarielby Soares
02/01/2023, 2:10 PMKacper Adler
02/01/2023, 2:11 PMDaniel Pietschmann
02/01/2023, 2:15 PMZack Dai
02/01/2023, 2:41 PMZhaoxia WANG
02/01/2023, 3:06 PMNamer Medina
02/01/2023, 3:24 PMPaulina Majka
02/01/2023, 3:47 PMZack Dai
02/01/2023, 5:09 PMMustafa Ahmed
02/01/2023, 5:28 PMGlen Aultman-Bettridge
02/01/2023, 6:46 PMdf
shows about 40% free space. Any suggestion welcome…Sharath Chandra
02/01/2023, 7:21 PMNag R
02/01/2023, 8:30 PMAjay Kulkarni
02/01/2023, 8:42 PMAjay Kulkarni
02/01/2023, 8:42 PM