Merge pull request #10446 from Icinga/Al2Klimov-patch-7

19-technical-concepts.md: correct cold startup duration
This commit is contained in:
Yonas Habteab 2025-05-20 15:04:39 +02:00 committed by GitHub
commit ae6ffcf48a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -622,7 +622,8 @@ The algorithm works like this:
* Determine whether this instance is assigned to a local zone and endpoint. * Determine whether this instance is assigned to a local zone and endpoint.
* Collects all endpoints in this zone if they are connected. * Collects all endpoints in this zone if they are connected.
* If there's two endpoints, but only us seeing ourselves and the application start is less than 60 seconds in the past, do nothing (wait for cluster reconnect to take place, grace period). * If there's two endpoints, but only us seeing ourselves and the application start is less than
30 seconds in the past, do nothing (wait for cluster reconnect to take place, grace period).
* Sort the collected endpoints by name. * Sort the collected endpoints by name.
* Iterate over all config types and their respective objects * Iterate over all config types and their respective objects
* Ignore !active objects * Ignore !active objects