You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration looks good to me. 30GB of data seems okay, and 200GB of log storage is not unexpected overall. Once the development is done we can decrease the log-level.
I might be wrong, but I thought the development for this was taking place in staging. These logs currently take half the size of our database, if they are not being actively used it would be helpful if we can deactivate them in production @physikerwelt@Mazztok45
I didn’t deactivate the logs, but removed them since they weren’t crucial to our current work. I recognize this isn’t a sustainable long-term approach. As a future step, many .txt logs could be stored in Parquet or Arrow formats to compress and secure them, reducing disk usage.
Issue description:
It looks like the oai-backend service is currently saving almost 200 GB of logs in a backend-logs volume:
portal-compose/docker-compose-extra.yml
Line 138 in 78c0ca6
Also cassandra-oai has a volume named cassandra-data
portal-compose/docker-compose-extra.yml
Line 64 in 78c0ca6
Could someone check if this is necessary and change the configuration if it is not?
For context, these two volumes were taking >50GB and >60GB in staging and causing space-related problems.
TODOS:
The text was updated successfully, but these errors were encountered: