Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent race condition in replication of configuration
Temporary files may be removed while the configuration is being synchronized. This could lead to sporadic FileNotFoundError exceptions which our system level tests stumbled upon every now and then. How it could look like: ``` FileNotFoundError: [Errno 2] No such file or directory: '/omd/sites/int_test/var/check_mk/web/automation/.last_login.mk.new5lqntxh5'a ``` The replication code now deals better with such situations by catching the exceptions and skipping the file in question. Change-Id: Iaeaab4b4a2f4753c0268795cfccce1852898b9c8
- Loading branch information