- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: EKS
- Memory / Disk: 4-8GB
- Deployment: Kubernetes deployment
- Airbyte Version: 0.39.16
- Source name/version: source-mssql 0.4.2
- Destination name/version: [destination-snowflake] 0.4.28
- Step: The issue is happening during sync intermittently and it runs forever until manually cancel and rerun the job.
- Description:I have created CDC sync from mssql to snowflake and job just hang sometime with nullpointer exception. Could you please shed some light on this ?
Expected:
Job should not fail or fail with some meaningful error and then retry
Error:
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: io.airbyte.workers.exception.WorkerException: Error while getting checking connection.
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:86) ~[io.airbyte-airbyte-workers-0.39.16-alpha.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:29) ~[io.airbyte-airbyte-workers-0.39.16-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:158) ~[io.airbyte-airbyte-workers-0.39.16-alpha.jar:?]
… 1 more
Caused by: java.lang.NullPointerException
at java.io.Reader.(Reader.java:168) ~[?:?]
at java.io.InputStreamReader.(InputStreamReader.java:112) ~[?:?]
at io.airbyte.commons.io.IOs.newBufferedReader(IOs.java:119) ~[io.airbyte-airbyte-commons-0.39.16-alpha.jar:?]