Project

Profile

Help

Story #2525

Updated by dalley over 7 years ago

pulp_resource_manager and pulp_celerybeat both use us hot-spare processes for high availability. Whenever a pulp_resource_manager or pulp_celerybeat instance is a hot spare (could not require the lock) and then becomes the primary (acquires the lock) it should log something like "failover occured: xxxxxx is now the primary" to explicitly notify the user that failover has occurred.    The current behavior logs when a worker go missing, when a new ones comes online, and when the lock is acquired.

Back