Mohit Reddy
10/13/2022, 3:48 AM2022-10-13 03:37:17 INFO i.a.w.p.KubePodProcess(<init>):572 - Pod IP: 10.105.236.201
2022-10-13 03:37:17 INFO i.a.w.p.KubePodProcess(<init>):579 - Using null stdin output stream...
2022-10-13 03:37:17 ERROR i.a.w.g.DefaultCheckConnectionWorker(run):98 - Unexpected error while checking connection:
java.lang.NullPointerException: null
at java.io.Reader.<init>(Reader.java:168) ~[?:?]
at java.io.InputStreamReader.<init>(InputStreamReader.java:112) ~[?:?]
at io.airbyte.commons.io.IOs.newBufferedReader(IOs.java:120) ~[io.airbyte-airbyte-commons-0.40.14.jar:?]
at io.airbyte.commons.io.LineGobbler.<init>(LineGobbler.java:99) ~[io.airbyte-airbyte-commons-0.40.14.jar:?]
at io.airbyte.commons.io.LineGobbler.gobble(LineGobbler.java:67) ~[io.airbyte-airbyte-commons-0.40.14.jar:?]
at io.airbyte.commons.io.LineGobbler.gobble(LineGobbler.java:28) ~[io.airbyte-airbyte-commons-0.40.14.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:65) ~[io.airbyte-airbyte-workers-0.40.14.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:36) ~[io.airbyte-airbyte-workers-0.40.14.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:161) ~[io.airbyte-airbyte-workers-0.40.14.jar
To get around this, we disable injecting the sidecar by adding an annotation to the jobs - https://docs.airbyte.com/operator-guides/configuring-airbyte/#jobs-specific (specifically CHECK_JOB_KUBE_ANNOTATIONS). We recently upgraded airbyte from 0.39.1 to 0.40.14 and this has started to fail again i.e. the annotation is not being applied. Any help here?Mohit Reddy
10/13/2022, 3:52 AMbash-4.2# echo $CHECK_JOB_KUBE_ANNOTATIONS
<http://linkerd.io/inject=disabled|linkerd.io/inject=disabled>
bash-4.2#
bash-4.2#
bash-4.2#
bash-4.2# echo $JOB_KUBE_ANNOTATIONS
<http://linkerd.io/inject=disabled|linkerd.io/inject=disabled>Mohit Reddy
10/13/2022, 4:40 AMuser
10/13/2022, 3:53 PMuser
10/13/2022, 5:22 PMMohit Reddy
10/13/2022, 7:10 PMuser
10/13/2022, 7:22 PMNataly Merezhuk (Airbyte)
10/13/2022, 7:22 PM