*Is this your first time deploying Airbyte*: Yes *...
# feedback-and-requests
k
Is this your first time deploying Airbyte: Yes OS Version / Instance: t3.medium Memory / Disk: - Deployment: Kubernetes Airbyte Version: 0.29.21-alpha Source name/version: - Destination name/version: Redshift 0.3.14 Step: Have entered input (database hose, port, username ...) on setup destination page & clicked the
Setup destination
button. The process
Testing connection
is running Description: I am trying to setup Redshift destination. The cluster IP is whitelisted for Redshift access. The
Testing connection
process keeps running for 10 mins (maybe more) and then stops with this message.
u
There are no logs that are printed.
u
Side question - How do I checks logs? the kubectl logs command does not give enough information
u
Hey Kriti, you can check the log by looking at the worker pod. The job pods stream their logs to the worker pod where it’s centrally reported
k
if you log the worker pod while running the test job (clicking on set up destination), you should be able to see the error that happens
u
👍 trying that. Can you tell me where the logs are persisted? I assume somewhere on minio
u
if you have the default setup, it would be on minio
u
we support GCS and S3 if you wish to customise it
u
Good to know about GCS & S3. Right now, I have default setup. Do you know where on Minio? Approx location?
u
There should be a minio pod in the deployment and it should contain a single bucket with the same name as the
S3_LOG_BUCKET
env variable. I don’t have the instruction to acesss minio off the top of my head but if you google if you should get it
u
alternatively, I think if you go to the UI and download the scheduler logs, the error will show up there
u
Thank you for the above, I will check. I logged into the pod:
Copy code
> kubectl exec -it pod/on-redshift-worker-7d499bbf-d029-468d-8cf5-5286443d8682-0-hiigv -n airbyte -- /bin/bash
Got the below :
Copy code
Defaulted container "main" out of: main, relay-stdout, relay-stderr, call-heartbeat-server, init (init)
root@on-redshift-worker-7d499bbf-d029-468d-8cf5-5286443d8682-0-hiigv:/config# command terminated with exit code 137
Exit code 137 is Out of memory error. Any idea how I can debug this further?
k
I think this is related to the memory capacity. If you have the access to EKS cluster can you confirm what's the error shown there in te UI ?
u
I am running 2 t3.medium nodes, and only the base airbyte setup is running and no connectors.
u
Let me check if there is anything on the EKS UI
u
@Kriti (Postman) any change scale up your cluster?