Joshua Smart-Olufemi
02/17/2023, 5:49 PMAnchit
02/17/2023, 5:51 PM"Could not perform read with with error: [ErrorWrapper(exc=DictError(), loc=('body',))]"
Any help with debugging this?Guillaume Wagner
02/17/2023, 6:41 PMPetr Dollonov
02/17/2023, 6:44 PMAndre Santos
02/17/2023, 7:22 PMMichael
02/18/2023, 6:52 AMPraveenraaj K S
02/18/2023, 7:11 AMLior Chen
02/19/2023, 8:00 AM2023-02-16 23:27:22 WARN i.a.w.s.LauncherWorker(killRunningPodsForConnection):253 - There are currently running pods for the connection: [orchestrator-repl-job-10235-attempt-1]. Killing these pods to enforce one execution at a time.
2023-02-16 23:27:22 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):256 - Attempting to delete pods: [orchestrator-repl-job-10235-attempt-1]
2023-02-16 23:27:22 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):261 - Waiting for deletion...
2023-02-16 23:27:23 INFO i.a.w.p.AsyncOrchestratorPodProcess(computeExitValue):129 - State Store missing status. Orchestrator pod orchestrator-repl-job-10235-attempt-1 non-existent. Assume failure.
2023-02-16 23:27:23 INFO i.a.w.s.LauncherWorker(lambda$run$3):227 - Destroying process due to cancellation.
2023-02-16 23:27:23 WARN i.a.w.p.AsyncOrchestratorPodProcess(destroy):186 - Wasn't able to delete pod orchestrator-repl-job-10235-attempt-1 from namespace default
this is a k8s env with 0.40.32 airbyte version, shopify source connector and snowflake dest.
this causes the sync to never complete, because after a few days the pod is pausing again. Why isn’t the state persistency mechanism ensuring that the records yielded by the source are at least committed so that future syncs will continue from the point it failed?Bruno
02/19/2023, 7:33 PMAshwin Kumar
02/20/2023, 5:17 AMWill Truong
02/20/2023, 5:30 AMD:\>cd airbyte
D:\airbyte>docker compose up
no configuration file provided: not found
Ayushman Singh
02/20/2023, 7:17 AMManikandan Ruppa Sukabrammam
02/20/2023, 7:55 AMSanu Maharjan
02/20/2023, 8:59 AMShivan Trivedi
02/20/2023, 9:45 AMcannot delete from table "temp_customers_segment_scd" because it does not have a replica identity and publishes deletes
2023-02-20 09:36:26 normalization > HINT: To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE.
Macharia Muguku
02/20/2023, 10:27 AMAndrzej Lewandowski
02/20/2023, 10:55 AMStack Trace: java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLException: Buffer length is less than expected payload length.
any thoughts on what I can do about it?Pierre CORBEL
02/20/2023, 11:05 AMAPI unresponsive
Hello there,
I deployed the helm chart (0.43.29) on a EKS cluster.
I have a problem where the API don't respond even for very simple calls
POST /api/v1/sources/list HTTP/2.0" 499 0 "<https://airbyte-production.mydomain.com/workspaces/fdf5cd09-c49c-4cd3-ac91-82a6eddeceba/source>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36" 101 31.188 [core-production-airbyte-airbyte-webapp-svc-80] [] 10.0.2.139:80 0 31.188 - 5a7c2de61eaa07ad6ffec93a339b287e
Did someone already have the case of error 499 and have successfully solved it?Wajdi M
02/20/2023, 1:22 PMAlexis Blandin
02/20/2023, 1:45 PM2023-02-20 12:30:59 INFO i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 52000 (53 MB)
2023-02-20 12:31:20 source > Backing off _send(...) for 5.0s (requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')))
2023-02-20 12:31:20 source > Caught retryable error '('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))' after 1 tries. Waiting 5 seconds then retrying...
2023-02-20 12:34:10 INFO i.a.w.g.DefaultReplicationWorker(lambda$readFromSrcAndWriteToDstRunnable$6):321 - Records read: 53000 (54 MB)
Did anyone struggle using their API ?Gowrav Tata
02/20/2023, 2:35 PMSebastian Brickel
02/20/2023, 3:26 PMJusten Walker
02/20/2023, 4:05 PMGerard Clos
02/20/2023, 4:07 PMPhilippe Boyd
02/20/2023, 4:11 PMNon-breaking schema updates detected
in the UI ? When clicking on Review changes
I get a No changes were detected in the source schema.
Is this a bug?Luis Martinez
02/20/2023, 6:07 PMAngus Burroughs
02/20/2023, 6:27 PMClaudio Cavallo
02/20/2023, 6:52 PMPierre CORBEL
02/20/2023, 10:59 PMAirbyte-Platform Architecture
Hello there 👋,
I'm using Airbyte deployed on EKS via the helm chart.
I have several questions regarding the platform architecture
• First, I find it very weird that the REST API is handled by the WebApp component. I think the REST API should be the main access point to communicate with the server and should be completed decoupled from the frontend. We should be able to run Airbyte without a frontend.
• Second, I suspect a strongly coupled architecture between jobs and the server. I run a multi-tenant architecture where I have one connection per tenant. I clearly while they are syncs in progress, the API is very unresponsive and I have a lot of timeouts. I think the REST API should be completely decoupled from whatever happens in the background and highly available.
Do someone know if there is a roadmap / slack channel regarding Airbyte architecture? (and not about connectors themselves)Michael Biriley
02/20/2023, 11:07 PM