Summary
User is facing an overlay2 oversize issue related to excessive log file size in the Airbyte worker container and inquires about the safety of deleting the ‘build.log’ file after stopping the job.
Question
Hello, Currently, I have a overlay2 oversize issue.
and all the solution (docker system prune things…) community provided, I’ve tried didn’t work.
After looking through my overlay2 I found out that my ‘worker’ container
have a log file ‘build.log’ which is take up “37G”.
I’m not pretty sure this build.log has to do with overlay2 oversize issue
but definitely sure that deletion the part of this file or entire file would help my current situation.
Is it okay to delete build.log file in the worker after stopping my airbyte job?
docker exec -it airbyte/worker bin/bash
bash-4.2# rm build.log
p.s. My current airbyte version is 0.50.33
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.