Error during sync after updating to v1.2.0

Summary

User encounters an exception during sync after updating Airbyte to version 1.2.0 using helm on Kubernetes, specifically related to the orchestrator process.


Question

Hi everyone,

I just updated to v1.2.0 via helm chart on Kubernetes. I can successfully check data sources. However, I get the following error when trying to do a sync:

java.lang.Throwable: /source/stderr```
Anyone else experienced this before?

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1732524954992459) if you want
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
['helm', 'kubernetes', 'sync-error', 'v1.2.0', 'orchestrator']
</sub>

<@U05JENRCF7C> sorry for the direct tag, but you seem most responsive on the channel. Any ideas on this one?

Not enough info. It might be related to permissions, security context or anything else

Are you able to gather more details with k9s?
https://k9scli.io/topics/install/

Unfortunately that’s all the error gives. I agree, very vague. We’re deployed on K8s and have given max permissions to the service account which doesn’t seem to help. I’ll try running again to see if there is more to the error message

Another thought is that it might be something with mounts and pipes

2024-11-25 11:24:12 platform &gt; Killing orchestrator because of an Exception
java.lang.Throwable: /source/stderr
        at sun.nio.fs.UnixException.translateToIOException(Unknown Source)
        at sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
        at sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
        at sun.nio.fs.UnixFileSystemProvider.newFileChannel(Unknown Source)
        at java.nio.channels.FileChannel.open(Unknown Source)
        at java.nio.channels.FileChannel.open(Unknown Source)
        at io.airbyte.workers.internal.ContainerIOHandle$Companion.source(Unknown Source)
        at io.airbyte.workers.internal.ContainerIOHandle.source(Unknown Source)
        at io.airbyte.workers.general.ReplicationWorkerFactory.create(Unknown Source)
        at io.airbyte.container_orchestrator.orchestrator.ReplicationJobOrchestrator.runJob(Unknown Source)
        at io.airbyte.container_orchestrator.Application.run(Unknown Source)
        at io.airbyte.container_orchestrator.Application.main(Unknown Source)```

Here is the full error message

Do you have enough space and inodes on a disk?