Kaan Erdoğan
09/03/2024, 9:00 AMWill Davies
09/03/2024, 9:51 AMMohamed Akram Lahdir
09/03/2024, 11:55 AMdatadog
to monitor airbyte
deployed with abctl
?Jeremy Juventin
09/03/2024, 2:31 PMexec /usr/bin/sh: exec format error
.
I already tried --architecture=linux/arm64
and other similar fixes, nothing seem to work.
Has anyone managed to solve this issue ?Alan Balcazar
09/03/2024, 4:09 PM"internalMessage" : "Unable to start the source"
"stacktrace" : "io.airbyte.workers.exception.WorkerException: Unable to start the source\n\
, I'm using abctl, the connection is mongo -> bigqueryPiotr Stankiewicz
09/03/2024, 4:50 PMMAX_SYNC_WORKERS
on my Airbyte instance (installed via abctl)
worker:
extraEnvs:
- name: MAX_SYNC_WORKERS
value: "2"
Do I need to run through abctl uninstall
and abctl install
or there is some way to do it on running instance?Sebastian Rosas
09/03/2024, 6:17 PMBeatrice Nasike
09/03/2024, 7:05 PMJett Crowson
09/03/2024, 7:34 PMserver {
listen 443 ssl;
server_name <http://my.domain.com|my.domain.com>;
client_max_body_size 200M;
ssl_certificate /etc/ssl/certs/airbyte.crt.pem;
ssl_certificate_key /etc/ssl/certs/airbyte.key.pem;
location / {
proxy_pass <http://localhost:8000>;
proxy_set_header Cookie $http_cookie;
proxy_read_timeout 3600;
}
}
Alan Molina
09/03/2024, 7:40 PMDatabricks Lakehouse v3.2.1
Hello! We’ve been experiencing a recurrent error in our Databricks destination syncs. The error is:
...
Caused by: com.databricks.sql.transaction.tahoe.DeltaAnalysisException: [DELTA_MISSING_DELTA_TABLE_COPY_INTO] Table doesn't exist. Create an empty Delta table first using CREATE TABLE `<catalog>`.`<schema>`.`airbyte_check_test_table`.
...
The issue appears to stem from a concurrency problem in the Databricks destination connector when multiple connections attempt to write data simultaneously. The current implementation checks for the existence of a airbyte_check_test_table
Delta table and attempts to create it if it doesn’t exist.
However, this check and creation process is not synchronized, leading to race conditions where the table creation fails because another process is creating or has just created the table - the issue may be connected to this part of the destination source code.
Has anyone else encountered this issue?Alan Balcazar
09/03/2024, 8:53 PMabctl
?Jackson Delahunt
09/03/2024, 10:22 PMTarek Kekhia
09/04/2024, 12:20 AMJon Seymour
09/04/2024, 2:00 AMDEBUG Successfully assigned airbyte-abctl/airbyte-abctl-airbyte-bootloader to airbyte-abctl-control-plane
DEBUG helm - DEBUG: Add/Modify event for airbyte-abctl-airbyte-bootloader: MODIFIED
DEBUG helm - DEBUG: Pod airbyte-abctl-airbyte-bootloader pending
DEBUG Container image "airbyte/bootloader:0.64.1" already present on machine
DEBUG Created container airbyte-bootloader-container
DEBUG Started container airbyte-bootloader-container
DEBUG helm - DEBUG: Add/Modify event for airbyte-abctl-airbyte-bootloader: MODIFIED
DEBUG helm - DEBUG: Pod airbyte-abctl-airbyte-bootloader running
DEBUG helm - DEBUG: Add/Modify event for airbyte-abctl-airbyte-bootloader: MODIFIED
DEBUG helm - DEBUG: Pod airbyte-abctl-airbyte-bootloader running
DEBUG helm - DEBUG: Add/Modify event for airbyte-abctl-airbyte-bootloader: MODIFIED
DEBUG helm - DEBUG: warning: Upgrade "airbyte-abctl" failed: pre-upgrade hooks failed: 1 error occurred:
* pod airbyte-abctl-airbyte-bootloader failed
DEBUG helm - DEBUG: release upgrade failed: pre-upgrade hooks failed: 1 error occurred:
* pod airbyte-abctl-airbyte-bootloader failed
ERROR Failed to install airbyte/airbyte Helm Chart
ERROR Unable to install Airbyte locally
ERROR unable to install airbyte chart: unable to install helm: pre-upgrade hooks failed: 1 error occurred:
* pod airbyte-abctl-airbyte-bootloader failed%
which gives me a fact “pre-upgrade hooks” failed but fails to provide any explanation as to why the pre-ugrade hooks failed
I am running on a freshly-minted Amazon Linux 2023.
This was working yesterday (with v0.13.1) but has failed everytime I have tried it today.
Where do I look to find an explanation for why the pre-upgrade hook failed. What do i do to build helm chart that has sufficient diagnostics enabled to allow me to understand this failure?Dean Lau
09/04/2024, 3:45 AMLeo Giroldo
09/04/2024, 5:57 AMRytis Zolubas
09/04/2024, 6:59 AMRytis Zolubas
09/04/2024, 7:28 AMWorkload failed, source: workload-launch
attaching the logs:
what is happening here? How could I debug?Felix
09/04/2024, 8:50 AMPaul Houghton
09/04/2024, 9:33 AMDean Lau
09/04/2024, 10:13 AMHari Haran R
09/04/2024, 10:26 AMFaraz Ashraf
09/04/2024, 10:26 AMk monish
09/04/2024, 11:12 AMVitalii Holomidov
09/04/2024, 12:56 PMMohamed Necib
09/04/2024, 12:57 PMQuentin CHURET
09/04/2024, 2:44 PM