|
79 | 79 |
|
80 | 80 | **CAUTION:** This is not a `full_sync`! |
81 | 81 |
|
82 | | -- `init_sync` will do a group flattening process, but **will not move stale objects** |
83 | | -- `full_sync`**will not do a group flattening process,** but _will_ move stale objects |
| 82 | +- `init_sync` will do a group flattening process and **will not move stale objects** |
| 83 | +- `full_sync` moves stale objects and does not perform a group flattening process |
84 | 84 | - We have decided to do an `init_sync` as this mimics what Customer Success currently does to |
85 | 85 | recover from an AD failure. This feature “automates” this approach within the product. |
86 | 86 |
|
@@ -178,8 +178,8 @@ otherwise-present log fields that are in all ldap logs. |
178 | 178 | | Connection has failed, failure criteria for current dc not yet met (retry attempts) | warning | "Domain Controller (DC) Failover: LDAP Sync failed - Retrying current DC | **current_dc**: server, port of current dc **fail_strategy**: "retry_attempts" **attempts_max**: Max number of retry attempts before trying the next pto a different DC **attempts_current**: number of attempts already completed | |
179 | 179 | | Connection has failed, failure criteria for current dc has been met and we are movig onto the next DC | warning | "Domain Controller (DC) Failover: LDAP Sync failed - Using next DC" | **next_dc**: server, port **attempted_dcs**: server, port of attempted (and failed) dcs **remaining_additional_dcs**: server, port of additional DCs to try | |
180 | 180 | | Connection has failed, failure criteria for current dc not yet met, waiting to retry | info | "Domain Controller (DC) Failover: Waiting to retry current DC" | **server**: hostname of current dc **wait_for_sec**: number of seconds waiting in between retry attempts | |
181 | | -| Initial DC has failed, failover enabled, was able to look up additional DCs via DNS | warning | "Domain Controller (DC) Failover: Found additional DCs" | **additional_dcs:** list of alternate DCs that will be attempted (ordered by priority), comprised of server, port **additional_dc_source**: source of additional dcs, currently should just be "dns_priority" | |
182 | | -| | warning | "Domain Controller (DC) Failover: Unable to find any additional DCs" | **additional_dc_source**: source of additional dcs, currently should just be "dns_priority" | |
| 181 | +| Initial DC has failed, failover enabled, was able to look up additional DCs via DNS | warning | "Domain Controller (DC) Failover: Found additional DCs" | **additional_dcs:** list of alternate DCs that will be attempted (ordered by priority), comprised of server, port **additional_dc_source**: source of additional dcs, currently should be "dns_priority" | |
| 182 | +| | warning | "Domain Controller (DC) Failover: Unable to find any additional DCs" | **additional_dc_source**: source of additional dcs, currently should be "dns_priority" | |
183 | 183 | | Initial DC success | \* No new log added, it is already logged by svc_ldap \* | | | |
184 | 184 | | Initial DC failed and failover DC has successfully synced | info | "Domain Controller (DC) Failover: LDAP Sync failover succeeded" | **initial_dc**: server, port of initial DC **attempted_dcs**: List of attempted (and failed) dcs, comprised of server, port **failover_dc**: The fail-overed dc hostname **sync_start_ts**: timestamp of sync start **sync_end_ts**: timestamp of sync end, including all faiilover attempts | |
185 | 185 | | Initial DC failed and failover not enabled | error | "LDAP Sync failed" | **dc_failover_enabled**: false **error:** dict of error details **sync_start_ts**: start time of sync **sync_end_ts**: end of sync incuding all time spent in failover routine | |
|
0 commit comments