Comment 4 for bug 1408756

Revision history for this message
Sanju Abraham (asanju) wrote :

Fixed issue in the way cmon stats, logs and config get captured, stored and purged.

cmon logs all the states in DB that includes disk, cpu mem, table, transaction and monitoring events and logs. These logs will grow in size across the cluster when there are transactions happening on the mysql database.

The long term fix address this by increasing the time to collect and reducing the purge duration and truncating the un-reported statistics, alarms and logs which are not consumed by any application and not notified.

Fix is committed as part of https://review.opencontrail.org/#/c/7398