cruise-control icon indicating copy to clipboard operation
cruise-control copied to clipboard

Docker Cruise Control Disk Pressure

Open heartTorres opened this issue 2 years ago • 1 comments

I have created a docker container for my cruise control app with control-ui and deployed in EKS (AWS K8) But it gets evicted in 7 minutes, upon checking the log writes consumes most of the disk space. The 20GB was became full in span of 7 minutes. This is quite fast I guess?

I have already set the log to "ERROR" instead of INFO. Sadly, it still consumes the disk space in span of minutes so disk pressure still happening. Is there any way to mitigate the log consumption?

heartTorres avatar Jul 07 '22 07:07 heartTorres

It is possible that your logs are getting full with Exception messages and I have seen this happen in the past. Would you be able to paste the logs here ?

mohitpali avatar Jul 29 '22 09:07 mohitpali

I have found the issue, the logs were filling up the container volume in span of 7 minutes due to the exception error that it couldn't reach the prometheus service.

Closing this ticket.

heartTorres avatar Aug 25 '22 01:08 heartTorres