5d1a01429b
Recently we have a cron job to purge records in nova shadow tables. This cron job runs on all controller nodes, but as all controllers have configuration to run the job at the really same time, which can result in db lock timeout or db spike. This patch makes sure that we set a default value to Max Delay parameter for the cron job, to avoid the problem caused by the collision. Change-Id: Id372ce98d8ba761ef313bd90a406737250503cab
8 lines
255 B
YAML
8 lines
255 B
YAML
---
|
|
features:
|
|
- |
|
|
New parameter, NovaCronPurgeShadowTablesMaxDelay, is introduced to
|
|
configure max delay parameter, which controles randomized sleep before
|
|
each controller node executes the cron job to purge items in nova shadow
|
|
tables.
|