Icinga / icingadb

Icinga configuration and state database supporting multiple environments
https://icinga.com
GNU General Public License v2.0
59 stars 20 forks source link

state_sync can be overwritten by initial config sync #15

Closed N-o-X closed 4 years ago

N-o-X commented 4 years ago

If a new checkable has been created, we do 2 things:

If the first check result gets synced by IcingaDB right before the initial pending state gets synced, the first check result gets overwritten (race condition).

N-o-X commented 4 years ago

This should be fixed with https://github.com/Icinga/icinga2/pull/7661

Edit: didn't fix the issue