Joey Taleño
07/13/2022, 2:35 AMAshwin Agalcha
07/14/2022, 2:28 PMThe connection tests failed. Could not connect with provided configuration. Error: HikariPool-1 - Connection is not available, request timed out after 60007ms
Attaching the screenshot of the same. I have tried this with both Standard & CDC Replication Method. I have checked the connectivity with MySQL host from the server where Airbyte is hosted and it’s working so not really sure about this issue. Can someone please help here?Jordan Fox
07/14/2022, 6:26 PMBrian Mullins
07/15/2022, 8:55 AMRafael Soufraz
07/15/2022, 2:34 PMClaude Denton
07/15/2022, 4:50 PMCameron Whitehead
07/17/2022, 2:57 PMLior Chen
07/18/2022, 6:38 AM0.35.64-alpha
to 0.39.36-alpha
the clone I did was to just to basically to take a postgres dump -> redeploy the cluster on a new eks cluster -> postgres restore
all configurations kept the same.
the error I get is:
Caused by: io.temporal.serviceclient.CheckedExceptionWrapper: java.util.concurrent.ExecutionException: java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.temporal.serviceclient.CheckedExceptionWrapper.wrap(CheckedExceptionWrapper.java:56) ~[temporal-serviceclient-1.8.1.jar:?]
at io.temporal.internal.sync.WorkflowInternal.wrap(WorkflowInternal.java:448) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.activity.Activity.wrap(Activity.java:51) ~[temporal-sdk-1.8.1.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:138) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.sync.ReplicationActivityImpl.lambda$replicate$3(ReplicationActivityImpl.java:158) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:284) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
... 14 more
Caused by: software.amazon.awssdk.services.s3.model.NoSuchBucketException: The specified bucket does not exist (Service: S3, Status Code: 404, Request ID: 1702D3276AA70C1C, Extended Request ID: null)
at io.airbyte.workers.storage.S3DocumentStoreClient.read(S3DocumentStoreClient.java:75) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.process.AsyncOrchestratorPodProcess.getDocument(AsyncOrchestratorPodProcess.java:216) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.process.AsyncOrchestratorPodProcess.checkStatus(AsyncOrchestratorPodProcess.java:220) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.process.AsyncOrchestratorPodProcess.getDocStoreStatus(AsyncOrchestratorPodProcess.java:229) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.sync.LauncherWorker.lambda$run$3(LauncherWorker.java:137) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:315) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.sync.LauncherWorker.run(LauncherWorker.java:88) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.36-alpha.jar:?]
Ruben Brekelmans
07/18/2022, 7:56 AMMarcelo Santoro
07/20/2022, 3:10 PMAlex Banks
07/20/2022, 10:01 PMJohn Joo
07/22/2022, 6:43 PMOmar Sultan
07/23/2022, 4:47 PMRocky Appiah
07/25/2022, 5:02 PMhttps://docs.airbyte.com/integrations/sources/mongodb-v2and
https://docs.airbyte.com/integrations/sources/mongodb/
Patricio Lozano
07/25/2022, 9:04 PMSai D
07/25/2022, 11:36 PMinformation_schema
schema using Airbyte? Does it work?Rocky Appiah
07/26/2022, 5:15 PMArtur Wagner
07/26/2022, 9:04 PM137
exit code, how can I scale the Airbyte Sync job?
Thanks in advance!Oleksii Nikitchuk
07/27/2022, 7:18 AMThread starvation or clock leap detected
. I run it on the EC2 t2.medium instance. Any ideas on what to do? Do I need to switch to a bigger instance?Yasmine Elhoseiny
07/27/2022, 11:31 AMEdgar Halbert
07/27/2022, 1:26 PMrequests.exceptions.HTTPError: 400 Client Error: Bad Request for url: <https://api.stripe.com/v1/subscriptions?limit=100&created%5Bgte%5D=1467331200&status=all>
{
"error": {
"message": "Invalid status: must be one of active, past_due, unpaid, incomplete, incomplete_expired, trialing, or paused",
"param": "status",
"type": "invalid_request_error"
}
}
Any chance this error was discovered previously and about to be fixed?Marcos Marx (Airbyte)
07/28/2022, 12:33 AMGavin Somers
07/28/2022, 9:22 PMIsabella Peraertz
07/29/2022, 6:34 PMShivam Thakkar
08/01/2022, 6:06 AMIgnacio Valdelvira
08/01/2022, 10:36 AMorders
table with a state
field that changes every time the order moves state and a cdc_updated_at
field used as a cursor to detect changes in the table. I’ve identified an order that has a different state
in my origin DB and my destination data warehouse. The order’s state was updated one month ago but somehow it wasn’t picked up by Airbyte. I’ve compared with other orders and all of the ones I checked are being updated properly
It’s a question difficult to answer because I can’t find any logs on the job in order to identify the issue but just wondering if someone has come across with something similar!Marcos Marx (Airbyte)
08/01/2022, 8:28 PMManish-UpsTech
08/02/2022, 7:02 AM2022-08-02 06:57:59 source > Utilization is too high (114)%, pausing for 5 minutes
what is the settings that can help me bring data in batchesMiquel Rius
07/05/2022, 10:21 AM2022-07-05 10:15:53 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/5bf8952f-6242-4183-9bc2-f3486faf4a68/0/logs.log
2022-07-05 10:15:53 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.35.28-alpha
2022-07-05 10:15:53 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/source-exchange-rates:0.2.5 exists...
2022-07-05 10:15:53 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-exchange-rates:0.2.5 was found locally.
2022-07-05 10:15:53 INFO i.a.w.p.DockerProcessFactory(create):157 - Preparing command: docker run --rm --init -i -w /data/5bf8952f-6242-4183-9bc2-f3486faf4a68/0 --log-driver none --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local airbyte/source-exchange-rates:0.2.5 check --config source_config.json
2022-07-05 10:15:54 INFO i.a.w.p.a.DefaultAirbyteStreamFactory(internalLog):97 - Ping response code: 401
2022-07-05 10:15:54 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(internalLog):95 - Check failed
2022-07-05 10:15:54 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...
Arun
08/01/2022, 11:15 PM