I'm seeing a lof of this in our Kubernetes-hosted ...
# replication-ask-ai
s
I'm seeing a lof of this in our Kubernetes-hosted Airbyte (from airbyte-worker):
Copy code
2023-06-20 18:45:32 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$5):198 - Completing future exceptionally...
io.airbyte.workers.exception.WorkerException: Unexpected error while getting checking connection.
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:127) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:43) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$5(TemporalAttemptExecution.java:195) ~[io.airbyte-airbyte-workers-0.44.8.jar:?]
	at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: io.airbyte.workers.exception.WorkerException: Cannot invoke "io.fabric8.kubernetes.api.model.Pod.getMetadata()" because "this.podDefinition" is null
	at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:148) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:113) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:69) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	... 3 more
Caused by: java.lang.NullPointerException: Cannot invoke "io.fabric8.kubernetes.api.model.Pod.getMetadata()" because "this.podDefinition" is null
	at io.airbyte.workers.process.KubePodProcess.close(KubePodProcess.java:783) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.process.KubePodProcess.cleanup(KubePodProcess.java:701) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.process.KubePodProcess.<init>(KubePodProcess.java:633) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:144) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:113) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:69) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
	... 3 more
Any idea what's up?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I recommend checking the Airbyte documentation for [scaling Airbyte on Kubernetes](https://docs.airbyte.com/operator-guides/scaling-airbyte/#on-kubernetes) to ensure that your deployment has enough resources.
s
This Github issue mentions the same error message, is it related? https://github.com/airbytehq/airbyte/issues/26673