Ryan Chung
03/06/2023, 7:10 PMdocker restart airbyte-server airbyte-worker
seems to fix it, but I do hope it's more stableSandro Vieira de Paula
03/06/2023, 9:00 PMMarissa Pagador
03/06/2023, 11:33 PMManjul Tripathi
03/07/2023, 3:07 AMjoshua
03/07/2023, 7:47 AMmkdir airbyte && cd airbyte
wget <https://raw.githubusercontent.com/airbytehq/airbyte-platform/main/{.env,flags.yml,docker-compose.yaml}>
docker compose up
I'm getting service bootloader" didn't complete successfully: exit 255
Any help will be appreciated, thanks!
[update...]
successfully deployed using
git clone <https://github.com/airbytehq/airbyte.git>
cd airbyte
./run-ab-platform.sh
had to change docker-compose
in script to docker compose
Valentin Mayr
03/07/2023, 8:03 AMValentin Mayr
03/07/2023, 8:05 AMValentin Mayr
03/07/2023, 8:06 AMFailed to load https://#####:11012/out_csv/telefondaten.csv: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='node1688-igniti-test-98123z.public.inetsolutions.cloud', port=11012): Max retries exceeded with url: /out_csv/telefondaten.csv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8c95630a00>: Failed to establish a new connection: [Errno 111] Connection refused'))")) Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1042, in _validate_conn conn.connect() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 358, in connect self.sock = conn = self._new_conn() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f8c95630a00>: Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 489, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='node1688-igniti-test-98123z.public.inetsolutions.cloud', port=11012): Max retries exceeded with url: /out_csv/telefondaten.csv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8c95630a00>: Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/airbyte/integration_code/source_file/source.py", line 111, in check with client.reader.open(): File "/airbyte/integration_code/source_file/client.py", line 92, in open self._file = self._open() File "/airbyte/integration_code/source_file/client.py", line 138, in _open return smart_open.open(self.full_url, transport_params=transport_params, **self.args) File "/usr/local/lib/python3.9/site-packages/smart_open/smart_open_lib.py", line 224, in open binary = _open_binary_stream(uri, binary_mode, transport_params) File "/usr/local/lib/python3.9/site-packages/smart_open/smart_open_lib.py", line 400, in _open_binary_stream fobj = submodule.open_uri(uri, mode, transport_params) File "/usr/local/lib/python3.9/site-packages/smart_open/http.py", line 49, in open_uri return open(uri, mode, **kwargs) File "/usr/local/lib/python3.9/site-packages/smart_open/http.py", line 81, in open fobj = SeekableBufferedInputBase( File "/usr/local/lib/python3.9/site-packages/smart_open/http.py", line 237, in __init__ self.response = self._partial_request() File "/usr/local/lib/python3.9/site-packages/smart_open/http.py", line 324, in _partial_request response = requests.get( File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 565, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='#####.public.inetsolutions.cloud', port=11012): Max retries exceeded with url: /out_csv/telefondaten.csv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8c95630a00>: Failed to establish a new connection: [Errno 111] Connection refused'))
Valentin Mayr
03/07/2023, 8:07 AMQuentin Czernin
03/07/2023, 10:15 AMVaishnavi Suggu
03/07/2023, 12:26 PMReadiness probe failed: Get "<http://10.3.212.13:80/api/v1/health>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Francisco Viera
03/07/2023, 1:37 PMJason Vondersmith
03/07/2023, 1:56 PMCreating docker container = source-shopify-check-6-0-gnovc with resources io.airbyte.config.ResourceRequirements@188a3aec[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=] and allowedHosts null
If I set JOB_MAIN_CONTAINER_CPU_REQUEST=0.50
as an ENV var, should the above log line reflect a value of .50?Brian Fertig
03/07/2023, 1:57 PMOwais Javed
03/07/2023, 3:11 PMJosh Jeffries
03/07/2023, 3:51 PMPaulina Majka
03/07/2023, 3:53 PMIsaias Darci Dieterich
03/07/2023, 4:04 PMBart Veenstra
03/07/2023, 4:42 PMijesh
03/07/2023, 5:13 PMSantiago Estupiñan Romero
03/07/2023, 6:10 PMAhmed Alaa
03/07/2023, 6:21 PMRoshna
03/07/2023, 6:33 PMJoey
03/07/2023, 7:16 PMaidan
03/07/2023, 8:59 PMSrikanth Sudhindra
03/07/2023, 10:56 PMaws_access_key_id
and aws_secret_access_key
?James Rosenthal
03/08/2023, 12:21 AMidle-in-transaction
timeout (10 minutes).
Shortly before the timeout, we also are getting the message:
2023-03-05 21:10:08 [44msource[0m > INFO i.a.i.d.i.DebeziumRecordIterator(computeNext):106 No records were returned by Debezium in the timeout seconds 60, closing the engine and iterator
2023-03-05 21:10:08 [44msource[0m > INFO i.d.e.EmbeddedEngine(stop):1048 Stopping the embedded engine
2023-03-05 21:10:08 [44msource[0m > WARN i.a.i.b.IntegrationRunner(watchForOrphanThreads):245 The main thread is exiting while children non-daemon threads from a connector are still active.
Ideally, this situation should not happen...
Please check with maintainers if the connector or library code should safely clean up its threads before quitting instead.
When we previously used the full refresh sync, it only took 1-2 minutes. Does anyone have an idea what we could be doing wrong since we switched to CDC? Thanks!Gabriel Ribeiro
03/08/2023, 2:36 AMAirbyteTriggerSyncOperator
, in order to define the values for the parameters defined in the spec.yml
of a custom source. Does anyone have an ideia if is it possible?Mauricio Alarcon
03/08/2023, 2:43 AMTalha Naeem
03/08/2023, 4:16 AMTEMPORAL_WORKER_PORTS
is defined in the .env
file as well as in the deployment.yaml of airbyte worker as container Ports. Can anyone tell, which one is actually contributing to actually to determine the temporal ports pool?
_PS: I am using airbyte version 0.40.6 and I have disabled container orchestrator by setting CONTAINER_ORCHESTRATOR_ENABLED=false._