Comment 2 for bug 1408756

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/6272
Committed: http://github.org/Juniper/contrail-provisioning/commit/da68ca883b64a60ce1ab0fbfcf669edddb321587
Submitter: Zuul
Branch: R2.1

commit da68ca883b64a60ce1ab0fbfcf669edddb321587
Author: Ranjeet R <email address hidden>
Date: Fri Jan 16 10:28:29 2015 -0800

Fixes: Openstack HA , cmon monitoring script is not able to start mysql when mysql is down after few days

Token cleanup and CMON logs cleanup is scheduled to run as a
cronjob in the midnight in all the three OpenStack controllers.
If the db is huge, it leads to WSREP lock issues leading to
data inconsistency. WSREP kills MySQL when there is data inconsistency
which leads to MySQL being killed.

To fix this, we will space out the cleanup job to run every hour.

Change-Id: I8088f18a06959eb2ef53416beb5b0bc29b44da00
Closes-Bug:1408756