Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 2407
blob00d36744c507c6c9ef10acbad7bffa0cca9b1611
1 Title: WATO master/slave replication: fixed problem where the configuration from the master site was not activate on slave site
2 Level: 2
3 Component: wato
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1437116656
10 Changes made on a distributed WATO slave site could delay a configuration update attempt from the master.
12 Detailed information: Any changes on a slave site which lead to a pending log entry triggered the cmcrushd.
13 The cmcrushd creates a configuration for the microcore, which takes precendence over creating the configuration anew.
14 When a snapshot got pushed from the master site, the slave site thought that there is already a precompiled configuration
15 available and used the cmcrushd configuration.
17 This problem is automatically resolved on the following configuration push from the master,
18 because the cmcrushd configuration is only used once.