Actions
Bug #6328
closedstale xmlrpc.lock can make config sync stop functioning
Start date:
05/06/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
If anything prevents unlock($xmlrpclockkey); in xmlrpc.php from being hit, the config sync will stop functioning until the lock is removed. In the case I saw, hitting #6177 while the primary was doing a config sync was adequate to make that happen.
When that happens, you're going to be stuck in a situation where you need to restart php-fpm, so that should clear that lock if it exists.
Actions