Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acknowledgement-Sync between masters are not working #9652

Closed
stevie-sy opened this issue Feb 3, 2023 · 22 comments · Fixed by #9718
Closed

Acknowledgement-Sync between masters are not working #9652

stevie-sy opened this issue Feb 3, 2023 · 22 comments · Fixed by #9718
Assignees
Milestone

Comments

@stevie-sy
Copy link
Contributor

Describe the bug

We had to reinstall our Icinga-Cluster from before CentOS 7 with RHEL9, Icinga 2.13.6, Icingaweb2 2.11.2 now. We did this step by step - that means no server in parallel. During the installation from our master servers we notized that the acknowledgements was not synched between the downtime from one of the master. Especially the acknowledgements which we had to do during the downtime of the setup for some monitored hosts and services objects.

If the second master goes up again it happens that the done acknowledgements gots removed. That means the comment was deleted and only the service was marked as acknowledged. BUT on the other server which was reinstalled the same host/service object was not marked as acknowledged.

e.g.
image

log_duration is set to 3d on every cluster node. During the observation the log_duration on the masters was set to the standard value: 1d. So there is no node where this is deactivated.

We tried to reproduce this on the test system. We stopped the master 2 for a specific time and did some acknowlegement in the meanwhile. This is the result:

  • 1/2 hour -> everything is fine
  • ~2h -> last acknowledgement was here, but the penultimate acknowledgement was set to a comment
  • ~6h -> From a lot of acknowledgement the comment was deleted from host/services. At Master 1 was only the flag left, but on the master2 the hosts/services are down again.
  • 12h -> only from one acknowledgement the comment was removed and the flag was left on the master1. On the master2 there was the same object down.

I know this should be fixed like comment there https://community.icinga.com/t/acknowledgements-not-syncing-between-masters/6220/32. But it looks like this bug is back.

@MisterMountain
Copy link

ref/NC/773490

@Al2Klimov
Copy link
Member

ref/IP/44076

@Al2Klimov
Copy link
Member

Please provide step-by-step instructions like

  1. Turn off master1
  2. Acknowledge host2
  3. ...

@Al2Klimov
Copy link
Member

Notes

  1. masters up
  2. host down
  3. master2 down
  4. master1: ack
  5. master2 start (after X)
  6. ack synced
  7. master1: ack comment vanished, master2: ack vanished (depending on X)

@Al2Klimov Al2Klimov self-assigned this Feb 8, 2023
@Al2Klimov
Copy link
Member

Not fully reproduced yet, but a step in the right direction:

  1. Spin up https://github.com/Al2Klimov/twintowers
  2. In volumes/icinga2/master1/etc/icinga2/zones.d create master/my.conf as below
  3. Reload master1
  4. Disable active checks of a down host
  5. Stop master2
  6. Ack the host
  7. Wait. Longer = better
  8. Start master2
  9. Ack comment vanishes
for (i in range(10000)) { # TODO: 100000?
    object Host i {
        check_command = "dummy"
        vars.dummy_state = {{ Math.random() < 0.01 ? 2 : 0 }}
        vars.dummy_text = "-"
    }
}

@Al2Klimov
Copy link
Member

I think this is our problem:

bool remove_acknowledgement_comments = false;
if (GetAcknowledgement() == AcknowledgementNone)
remove_acknowledgement_comments = true;

@Al2Klimov
Copy link
Member

Working theory: Master2...

  1. gets the ack comment as R/T update
  2. gets yet another not yet seen DOWN check result from replay log
  3. calls ProcessCheckResult() which drops the ack comment as shown above

@Al2Klimov
Copy link
Member

@julianbrost If you don’t mind, I'd restrict the if shown above to are we not syncing replay log now.

@julianbrost
Copy link
Contributor

I'd restrict the if shown above to are we not syncing replay log now.

Sounds fine. The worst that could happen then would be left-over ack comment that's cleaned up on the next check result (if the checkable isn't acknowledged then).

If there's a ack - recovery - ack again sequence in the replay log, you could possibly end up with two ack comments. This could additionally be addressed by deleting all non-persistent ack comments except the newest if the checkable is acked.

@Al2Klimov
Copy link
Member

How to reproduce

  1. Spin up https://github.com/Al2Klimov/twintowers
  2. In volumes/icinga2/master1/etc/icinga2/zones.d create master/my.conf as below
  3. Reload master1
  4. Mark all hosts
  5. Make them up, then hard down, just to be sure
  6. Await everything's in sync
  7. Stop master2
  8. Make the hosts DOWN once more
  9. Ack them
  10. Start master2
for (i in range(100)) {
    object Host i {
        check_command = "dummy"
        enable_active_checks = false
    }
}

I love it. Not.

twintowers-master2-1        | [2023-02-24 16:41:36 +0000] information/ConfigItem: Activated all objects.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/IcingaDB: Connected to Redis server
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: New client connection for identity 'master2' from [::ffff:172.21.0.13]:49124
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: New client connection for identity 'master1' to [172.21.0.4]:5665
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: Requesting new certificate for this Icinga instance from endpoint 'master2'.
twintowers-icingadb2-1      | 2023-02-24T16:41:37.019Z	INFO	heartbeat	Received Icinga heartbeat	{"environment": "60f5068931cf1e10e3e50deed4e528d451457f03"}
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Sending config updates for endpoint 'master2' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/IcingaDB: Starting initial config/status dump
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Syncing configuration files for zone 'master' to endpoint 'master2'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending config file updates for endpoint 'master2' in zone 'master'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Syncing runtime objects to endpoint 'master2'.
twintowers-icingadb2-1      | 2023-02-24T16:41:37.049Z	INFO	icingadb	Taking over
twintowers-icingadb2-1      | 2023-02-24T16:41:37.050Z	INFO	icingadb	Starting config sync
twintowers-icingadb2-1      | 2023-02-24T16:41:37.050Z	INFO	icingadb	Starting initial state sync
twintowers-icingadb2-1      | 2023-02-24T16:41:37.051Z	INFO	icingadb	Starting overdue sync
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: Requesting new certificate for this Icinga instance from endpoint 'master1'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Sending config updates for endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Syncing configuration files for zone 'master' to endpoint 'master1'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending config file updates for endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Syncing runtime objects to endpoint 'master1'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished syncing runtime objects to endpoint 'master1'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending runtime config updates for endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Sending replay log for endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished reconnecting to endpoint 'master1' via host 'master1' and port '5665'
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: Received certificate request for CN 'master1' signed by our CA.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: The certificate for CN 'master1' is valid and uptodate. Skipping automated renewal.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: Received certificate request for CN 'master2' signed by our CA.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/JsonRpcConnection: The certificate for CN 'master2' is valid and uptodate. Skipping automated renewal.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Applying config update from endpoint 'master2' of zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Applying config update from endpoint 'master1' of zone 'master'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Ignoring config update from endpoint 'master2' for zone 'master' because we have an authoritative version of the zone's config.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Received configuration updates (0) from endpoint 'master2' are equal to production, skipping validation and reload.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending replay log for endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished syncing endpoint 'master1' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '0!21cf4645-640b-4673-9810-596dd25c25c0' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Our production configuration is more recent than the received configuration update. Ignoring configuration file update for path '/var/lib/icinga2/api/zones-stage/master'. Current timestamp '2023-02-24 16:36:05 +0000' (1677256565.690398) >= received timestamp '2023-02-24 16:36:05 +0000' (1677256565.690398).
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Received configuration for zone 'master' from endpoint 'master1'. Comparing the timestamp and checksums.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished syncing runtime objects to endpoint 'master2'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending runtime config updates for endpoint 'master2' in zone 'master'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Sending replay log for endpoint 'master2' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Stage: Updating received configuration file '/var/lib/icinga2/api/zones-stage/master//_etc/my.conf' for zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '1!d119bfc2-48cd-46e7-925c-69fbc8366646' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Applying configuration file update for path '/var/lib/icinga2/api/zones-stage/master' (350 Bytes).
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Received configuration updates (1) from endpoint 'master1' are equal to production, skipping validation and reload.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Replayed 300 messages.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished sending replay log for endpoint 'master2' in zone 'master'.
twintowers-master1-1        | [2023-02-24 16:41:37 +0000] information/ApiListener: Finished syncing endpoint 'master2' in zone 'master'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '10!1830b08d-2450-4bc7-acfc-0c53a52dc7ed' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '11!c479e525-f49a-44d9-95d6-2fc6158998d8' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/IcingaDB: Initial config/status dump finished in 0.444781 seconds.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '12!d93927d3-f4c3-4e75-9314-5242ac6fdc03' of type 'Comment'.
twintowers-icingadb2-1      | 2023-02-24T16:41:37.506Z	INFO	icingadb	Starting state runtime updates sync
twintowers-icingadb2-1      | 2023-02-24T16:41:37.509Z	INFO	config-sync	Finished initial state sync in 459.107823ms
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '13!baf9bd19-9e68-4fce-9f05-8956ff5dc6a7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '14!f621a2fb-1c86-4b05-a306-59fcd8ad082c' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '15!38e04867-02e4-42e2-8738-f6c331ac2631' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '16!992ba1ce-3671-48c4-826b-47e76d59fd4c' of type 'Comment'.
twintowers-icingadb2-1      | 2023-02-24T16:41:37.613Z	INFO	icingadb	Starting config runtime updates sync
twintowers-icingadb2-1      | 2023-02-24T16:41:37.613Z	INFO	icingadb	Starting history retention
twintowers-icingadb2-1      | 2023-02-24T16:41:37.613Z	INFO	config-sync	Finished config sync in 563.649287ms
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '17!2179b8c5-2535-434a-a21b-7ad4051bea90' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '18!dc4f4c78-a21d-4e96-bcb6-ae1412968d78' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '19!c182436f-54cd-42e7-b815-b0682ceef3a1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '2!cec40502-3ce5-480e-8971-408763e70c00' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '20!e5d11e2d-47f8-45e9-9a62-1442b015816a' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '21!c2d6c821-fc63-4edd-8e05-20c05fa32647' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '22!e86d2b51-599c-4b5e-974b-fe39dc144664' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '23!fc3d33f8-e4bb-45e1-937f-2752c56e8bff' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '24!db990d8f-1bf4-4732-b88b-e0710e66ff80' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '25!38892aad-9b18-42b7-8f19-5d8372220af9' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '26!c4e32a9c-2bd9-4fc2-a8e0-330e4e138c94' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:37 +0000] information/ConfigObjectUtility: Created and activated object '27!b65a5e7d-72fe-4a53-b233-337868914ad9' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '28!c89b24e5-4fd6-47d1-ae55-e3ac0d966b94' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '29!5e830eb7-2757-4e0a-a765-946df76de803' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '3!316a3cb1-62ba-4044-9173-1d09600736ec' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '30!143cb13c-4d70-41dc-83de-088f6909e275' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '31!d642c34a-a05f-42a5-8eca-c543059c4165' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '32!6f64a96d-be5c-4f18-816e-12dfb13f3098' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '33!5cdd4f6e-04bf-4537-8942-bd192daa7232' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '34!4353f0b3-573b-4ddb-9aba-502b1d9f3ac1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '35!5014cf1a-b781-44bc-9b98-780e4dd92291' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '36!1438eaf3-278b-490f-bb01-91aaad1b8705' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '37!c8cc6f90-9be8-4978-893f-adb954a38208' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '38!b992ce4d-ceac-4a99-8235-35a0d602745d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '39!49bb19eb-4b17-47d3-8af4-995b1658c7dd' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '4!d973272a-2081-4a5e-80c0-e41c031e1a38' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '40!9ec0191e-c1e9-4931-9a41-23b1cc5ed954' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '41!48bb11ca-4a06-43b0-94d8-b06348bb2271' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '42!f37acdf8-8472-4dd6-9069-e4c6d56ecf9f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '43!f8362ec1-8df5-4ae9-ac43-c71a7bf03d07' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '44!05984e1a-7bac-4568-a420-8c2579868b20' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '45!2f8e27c4-4a52-4d2b-bd98-604b1d198321' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '46!27ed5d82-0c58-4b91-8c29-57ca20ea5735' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '47!2972fd7d-ec87-4438-be9c-7883e60e6531' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '48!0d3f0643-c247-4ff9-bae9-16aec5c3d8be' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '49!cab798e4-6b8b-4f7a-b201-c770cdbd1f24' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '5!5cf02da9-0bfc-482d-8bcd-32ea4fbe405c' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:38 +0000] information/ConfigObjectUtility: Created and activated object '50!73a99d74-1ca0-48c1-a6d1-9f96b4dfc2c6' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '51!cee998b8-b6c2-4e23-8f7d-f95e517ae637' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '52!d1330bd3-62b7-42bd-903b-06fb2e624e7d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '53!8c5aad02-f08d-42c5-b4ee-5b01f49238c1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '54!1e712d7d-ac0d-4972-b65e-0eb52c35f743' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '55!d5c60688-2345-4399-95e3-8174fb5dc962' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '56!90f7406b-d835-4c76-821d-13b0a626c401' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '57!46caed15-2805-4d90-9e38-2760414e6046' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '58!47c098c9-2d37-495b-b379-eecbda8b6e1f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '59!6a32f774-871c-40db-bda2-670213e36559' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '6!039cfc0a-336d-4484-b24c-a8bbaedf604f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '60!e7ee6a62-d55e-4065-964e-e08ce6216fdb' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '61!856b3be5-f125-469a-a498-36a621a62d09' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '62!57ed6e10-d908-4feb-b109-a15b090d964f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '63!2922573a-b72c-4b19-99ea-7ad2769a6140' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '64!ad34dced-cb8b-41b3-9d65-a2f0491b1cab' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '65!7dda846a-3a5a-4dbe-8bbc-ec77ccf214ef' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '66!86ab97a7-1d37-4b52-9f4a-ecc7afbac4c3' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '67!451fd9bc-9feb-4af0-9398-cee5390f389e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '68!8d976fb1-7626-4da6-b323-66dacc9a043f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '69!2b679cc3-2b51-469f-a0fe-656dd2cc4c87' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '7!070356ef-15c9-466d-8c53-eb1973f19445' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '70!fff89cc1-09a3-4ff2-9dbe-0cfedba5d567' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '71!84def206-2170-4636-b7d9-2284b0ea0099' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '72!b7b7c20d-b18a-4a25-9209-f0aecc13f1c7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '73!f6cea5d9-bb1d-4a18-a4d9-0cad78ba1d39' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '74!ea9e2092-2071-4ada-98c9-9eade2a6da9d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '75!f98386a7-5754-4f5a-b3db-05d74af7210e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '76!c65ba55d-6b31-4465-bda2-1411532fe350' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:39 +0000] information/ConfigObjectUtility: Created and activated object '77!a2f90c37-c494-4d5e-9427-e57f15362bbc' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '78!84137593-2df0-47c6-a2b4-f466a7e0100a' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '79!f57d0520-b2d1-46cf-85b3-4f42e773c0ca' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '8!c56b246f-4fab-429c-a1c9-1300217930bd' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '80!4310ccb5-bc72-4365-a540-59689b72f5fc' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '81!87d8eb6a-f36d-4ba5-b922-8927ff2e6fd5' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '82!4dcd94e6-38a7-46b9-b4e3-befcc713ca92' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '83!8daa8976-6b36-4676-a32f-e27c773c03e6' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '84!b7a1dab3-fafd-46fa-9fdd-654252dc574b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '85!3fc4426d-7be2-4d48-a3f7-447ed0a281cb' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '86!ceaa2637-4cc1-463a-8eed-7401e588fa9e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '87!d7c1a163-e3b3-4dce-968c-b3e86994ed7b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '88!24f8a2c6-d215-444a-9c4f-2e0aff874266' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '89!c6a21416-243b-485a-afff-35088baf16be' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '9!9f9278ca-e509-4572-b049-39c2e23b707b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '90!a0ebf1ba-4906-4707-a5ed-4e6d8f6385ee' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '91!9361b310-cc1e-48a2-8a1e-edc88e77b2f7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '92!f298a0a9-21d1-4fcd-bd42-86886994ae4d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '93!484d4dcd-75a2-4c15-b779-dedfdd89e72b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '94!3c650f74-74c0-4e01-af7e-57288d370c4d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '95!03279c5b-117e-4ecf-915c-281950c11cfa' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '96!241fde9c-039d-4379-9982-ef35f0679d4f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '97!ecaf9619-8010-4472-9221-dcefb777ab00' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '98!20ad3485-3da2-4495-b211-647d50f093ed' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Created and activated object '99!34697e43-b692-4a0a-9c85-e4aa3b09b19d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '0!21cf4645-640b-4673-9810-596dd25c25c0' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '1!d119bfc2-48cd-46e7-925c-69fbc8366646' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '10!1830b08d-2450-4bc7-acfc-0c53a52dc7ed' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '0!21cf4645-640b-4673-9810-596dd25c25c0' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '11!c479e525-f49a-44d9-95d6-2fc6158998d8' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '12!d93927d3-f4c3-4e75-9314-5242ac6fdc03' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '13!baf9bd19-9e68-4fce-9f05-8956ff5dc6a7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '14!f621a2fb-1c86-4b05-a306-59fcd8ad082c' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '15!38e04867-02e4-42e2-8738-f6c331ac2631' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '16!992ba1ce-3671-48c4-826b-47e76d59fd4c' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '1!d119bfc2-48cd-46e7-925c-69fbc8366646' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '10!1830b08d-2450-4bc7-acfc-0c53a52dc7ed' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '11!c479e525-f49a-44d9-95d6-2fc6158998d8' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '12!d93927d3-f4c3-4e75-9314-5242ac6fdc03' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '13!baf9bd19-9e68-4fce-9f05-8956ff5dc6a7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '17!2179b8c5-2535-434a-a21b-7ad4051bea90' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '14!f621a2fb-1c86-4b05-a306-59fcd8ad082c' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '15!38e04867-02e4-42e2-8738-f6c331ac2631' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '16!992ba1ce-3671-48c4-826b-47e76d59fd4c' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '18!dc4f4c78-a21d-4e96-bcb6-ae1412968d78' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '19!c182436f-54cd-42e7-b815-b0682ceef3a1' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '17!2179b8c5-2535-434a-a21b-7ad4051bea90' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '2!cec40502-3ce5-480e-8971-408763e70c00' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '18!dc4f4c78-a21d-4e96-bcb6-ae1412968d78' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '20!e5d11e2d-47f8-45e9-9a62-1442b015816a' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '21!c2d6c821-fc63-4edd-8e05-20c05fa32647' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '22!e86d2b51-599c-4b5e-974b-fe39dc144664' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '23!fc3d33f8-e4bb-45e1-937f-2752c56e8bff' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '24!db990d8f-1bf4-4732-b88b-e0710e66ff80' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '25!38892aad-9b18-42b7-8f19-5d8372220af9' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '19!c182436f-54cd-42e7-b815-b0682ceef3a1' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '2!cec40502-3ce5-480e-8971-408763e70c00' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '20!e5d11e2d-47f8-45e9-9a62-1442b015816a' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '21!c2d6c821-fc63-4edd-8e05-20c05fa32647' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '26!c4e32a9c-2bd9-4fc2-a8e0-330e4e138c94' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '22!e86d2b51-599c-4b5e-974b-fe39dc144664' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '23!fc3d33f8-e4bb-45e1-937f-2752c56e8bff' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '24!db990d8f-1bf4-4732-b88b-e0710e66ff80' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '25!38892aad-9b18-42b7-8f19-5d8372220af9' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '26!c4e32a9c-2bd9-4fc2-a8e0-330e4e138c94' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:40 +0000] information/ConfigObjectUtility: Deleted object '27!b65a5e7d-72fe-4a53-b233-337868914ad9' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '27!b65a5e7d-72fe-4a53-b233-337868914ad9' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '28!c89b24e5-4fd6-47d1-ae55-e3ac0d966b94' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '28!c89b24e5-4fd6-47d1-ae55-e3ac0d966b94' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '29!5e830eb7-2757-4e0a-a765-946df76de803' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '29!5e830eb7-2757-4e0a-a765-946df76de803' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '3!316a3cb1-62ba-4044-9173-1d09600736ec' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '3!316a3cb1-62ba-4044-9173-1d09600736ec' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '30!143cb13c-4d70-41dc-83de-088f6909e275' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '30!143cb13c-4d70-41dc-83de-088f6909e275' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '31!d642c34a-a05f-42a5-8eca-c543059c4165' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '32!6f64a96d-be5c-4f18-816e-12dfb13f3098' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '31!d642c34a-a05f-42a5-8eca-c543059c4165' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '32!6f64a96d-be5c-4f18-816e-12dfb13f3098' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '33!5cdd4f6e-04bf-4537-8942-bd192daa7232' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '34!4353f0b3-573b-4ddb-9aba-502b1d9f3ac1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '35!5014cf1a-b781-44bc-9b98-780e4dd92291' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '33!5cdd4f6e-04bf-4537-8942-bd192daa7232' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '36!1438eaf3-278b-490f-bb01-91aaad1b8705' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '34!4353f0b3-573b-4ddb-9aba-502b1d9f3ac1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '37!c8cc6f90-9be8-4978-893f-adb954a38208' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '35!5014cf1a-b781-44bc-9b98-780e4dd92291' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '38!b992ce4d-ceac-4a99-8235-35a0d602745d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '36!1438eaf3-278b-490f-bb01-91aaad1b8705' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '37!c8cc6f90-9be8-4978-893f-adb954a38208' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '39!49bb19eb-4b17-47d3-8af4-995b1658c7dd' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '4!d973272a-2081-4a5e-80c0-e41c031e1a38' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '38!b992ce4d-ceac-4a99-8235-35a0d602745d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '40!9ec0191e-c1e9-4931-9a41-23b1cc5ed954' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '39!49bb19eb-4b17-47d3-8af4-995b1658c7dd' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '41!48bb11ca-4a06-43b0-94d8-b06348bb2271' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '4!d973272a-2081-4a5e-80c0-e41c031e1a38' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '42!f37acdf8-8472-4dd6-9069-e4c6d56ecf9f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '40!9ec0191e-c1e9-4931-9a41-23b1cc5ed954' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '41!48bb11ca-4a06-43b0-94d8-b06348bb2271' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '43!f8362ec1-8df5-4ae9-ac43-c71a7bf03d07' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '42!f37acdf8-8472-4dd6-9069-e4c6d56ecf9f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '43!f8362ec1-8df5-4ae9-ac43-c71a7bf03d07' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '44!05984e1a-7bac-4568-a420-8c2579868b20' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '45!2f8e27c4-4a52-4d2b-bd98-604b1d198321' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '46!27ed5d82-0c58-4b91-8c29-57ca20ea5735' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '44!05984e1a-7bac-4568-a420-8c2579868b20' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '45!2f8e27c4-4a52-4d2b-bd98-604b1d198321' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '46!27ed5d82-0c58-4b91-8c29-57ca20ea5735' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '47!2972fd7d-ec87-4438-be9c-7883e60e6531' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '47!2972fd7d-ec87-4438-be9c-7883e60e6531' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '48!0d3f0643-c247-4ff9-bae9-16aec5c3d8be' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '48!0d3f0643-c247-4ff9-bae9-16aec5c3d8be' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '49!cab798e4-6b8b-4f7a-b201-c770cdbd1f24' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '49!cab798e4-6b8b-4f7a-b201-c770cdbd1f24' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '5!5cf02da9-0bfc-482d-8bcd-32ea4fbe405c' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '5!5cf02da9-0bfc-482d-8bcd-32ea4fbe405c' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '50!73a99d74-1ca0-48c1-a6d1-9f96b4dfc2c6' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '50!73a99d74-1ca0-48c1-a6d1-9f96b4dfc2c6' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '51!cee998b8-b6c2-4e23-8f7d-f95e517ae637' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '51!cee998b8-b6c2-4e23-8f7d-f95e517ae637' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '52!d1330bd3-62b7-42bd-903b-06fb2e624e7d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '52!d1330bd3-62b7-42bd-903b-06fb2e624e7d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '53!8c5aad02-f08d-42c5-b4ee-5b01f49238c1' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '53!8c5aad02-f08d-42c5-b4ee-5b01f49238c1' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '54!1e712d7d-ac0d-4972-b65e-0eb52c35f743' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '55!d5c60688-2345-4399-95e3-8174fb5dc962' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '56!90f7406b-d835-4c76-821d-13b0a626c401' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '54!1e712d7d-ac0d-4972-b65e-0eb52c35f743' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '57!46caed15-2805-4d90-9e38-2760414e6046' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '55!d5c60688-2345-4399-95e3-8174fb5dc962' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '58!47c098c9-2d37-495b-b379-eecbda8b6e1f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '59!6a32f774-871c-40db-bda2-670213e36559' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '56!90f7406b-d835-4c76-821d-13b0a626c401' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '57!46caed15-2805-4d90-9e38-2760414e6046' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '58!47c098c9-2d37-495b-b379-eecbda8b6e1f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '59!6a32f774-871c-40db-bda2-670213e36559' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '6!039cfc0a-336d-4484-b24c-a8bbaedf604f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '6!039cfc0a-336d-4484-b24c-a8bbaedf604f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '60!e7ee6a62-d55e-4065-964e-e08ce6216fdb' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '60!e7ee6a62-d55e-4065-964e-e08ce6216fdb' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '61!856b3be5-f125-469a-a498-36a621a62d09' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '61!856b3be5-f125-469a-a498-36a621a62d09' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '62!57ed6e10-d908-4feb-b109-a15b090d964f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '62!57ed6e10-d908-4feb-b109-a15b090d964f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '63!2922573a-b72c-4b19-99ea-7ad2769a6140' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '63!2922573a-b72c-4b19-99ea-7ad2769a6140' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '64!ad34dced-cb8b-41b3-9d65-a2f0491b1cab' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '65!7dda846a-3a5a-4dbe-8bbc-ec77ccf214ef' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '64!ad34dced-cb8b-41b3-9d65-a2f0491b1cab' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '66!86ab97a7-1d37-4b52-9f4a-ecc7afbac4c3' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '65!7dda846a-3a5a-4dbe-8bbc-ec77ccf214ef' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '66!86ab97a7-1d37-4b52-9f4a-ecc7afbac4c3' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '67!451fd9bc-9feb-4af0-9398-cee5390f389e' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '67!451fd9bc-9feb-4af0-9398-cee5390f389e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '68!8d976fb1-7626-4da6-b323-66dacc9a043f' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '68!8d976fb1-7626-4da6-b323-66dacc9a043f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '69!2b679cc3-2b51-469f-a0fe-656dd2cc4c87' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '7!070356ef-15c9-466d-8c53-eb1973f19445' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '69!2b679cc3-2b51-469f-a0fe-656dd2cc4c87' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '70!fff89cc1-09a3-4ff2-9dbe-0cfedba5d567' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '7!070356ef-15c9-466d-8c53-eb1973f19445' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '71!84def206-2170-4636-b7d9-2284b0ea0099' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '70!fff89cc1-09a3-4ff2-9dbe-0cfedba5d567' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '71!84def206-2170-4636-b7d9-2284b0ea0099' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '72!b7b7c20d-b18a-4a25-9209-f0aecc13f1c7' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '72!b7b7c20d-b18a-4a25-9209-f0aecc13f1c7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '73!f6cea5d9-bb1d-4a18-a4d9-0cad78ba1d39' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '73!f6cea5d9-bb1d-4a18-a4d9-0cad78ba1d39' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '74!ea9e2092-2071-4ada-98c9-9eade2a6da9d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '74!ea9e2092-2071-4ada-98c9-9eade2a6da9d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '75!f98386a7-5754-4f5a-b3db-05d74af7210e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '76!c65ba55d-6b31-4465-bda2-1411532fe350' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '75!f98386a7-5754-4f5a-b3db-05d74af7210e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '77!a2f90c37-c494-4d5e-9427-e57f15362bbc' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '76!c65ba55d-6b31-4465-bda2-1411532fe350' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '78!84137593-2df0-47c6-a2b4-f466a7e0100a' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '77!a2f90c37-c494-4d5e-9427-e57f15362bbc' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '78!84137593-2df0-47c6-a2b4-f466a7e0100a' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '79!f57d0520-b2d1-46cf-85b3-4f42e773c0ca' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '79!f57d0520-b2d1-46cf-85b3-4f42e773c0ca' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '8!c56b246f-4fab-429c-a1c9-1300217930bd' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '8!c56b246f-4fab-429c-a1c9-1300217930bd' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '80!4310ccb5-bc72-4365-a540-59689b72f5fc' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '80!4310ccb5-bc72-4365-a540-59689b72f5fc' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '81!87d8eb6a-f36d-4ba5-b922-8927ff2e6fd5' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '81!87d8eb6a-f36d-4ba5-b922-8927ff2e6fd5' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '82!4dcd94e6-38a7-46b9-b4e3-befcc713ca92' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '83!8daa8976-6b36-4676-a32f-e27c773c03e6' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '82!4dcd94e6-38a7-46b9-b4e3-befcc713ca92' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '84!b7a1dab3-fafd-46fa-9fdd-654252dc574b' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '83!8daa8976-6b36-4676-a32f-e27c773c03e6' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '84!b7a1dab3-fafd-46fa-9fdd-654252dc574b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '85!3fc4426d-7be2-4d48-a3f7-447ed0a281cb' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '85!3fc4426d-7be2-4d48-a3f7-447ed0a281cb' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '86!ceaa2637-4cc1-463a-8eed-7401e588fa9e' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '86!ceaa2637-4cc1-463a-8eed-7401e588fa9e' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '87!d7c1a163-e3b3-4dce-968c-b3e86994ed7b' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '87!d7c1a163-e3b3-4dce-968c-b3e86994ed7b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '88!24f8a2c6-d215-444a-9c4f-2e0aff874266' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '88!24f8a2c6-d215-444a-9c4f-2e0aff874266' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '89!c6a21416-243b-485a-afff-35088baf16be' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '89!c6a21416-243b-485a-afff-35088baf16be' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '9!9f9278ca-e509-4572-b049-39c2e23b707b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '90!a0ebf1ba-4906-4707-a5ed-4e6d8f6385ee' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '9!9f9278ca-e509-4572-b049-39c2e23b707b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '91!9361b310-cc1e-48a2-8a1e-edc88e77b2f7' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '90!a0ebf1ba-4906-4707-a5ed-4e6d8f6385ee' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '92!f298a0a9-21d1-4fcd-bd42-86886994ae4d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '91!9361b310-cc1e-48a2-8a1e-edc88e77b2f7' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '93!484d4dcd-75a2-4c15-b779-dedfdd89e72b' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '92!f298a0a9-21d1-4fcd-bd42-86886994ae4d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '94!3c650f74-74c0-4e01-af7e-57288d370c4d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '93!484d4dcd-75a2-4c15-b779-dedfdd89e72b' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '95!03279c5b-117e-4ecf-915c-281950c11cfa' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '94!3c650f74-74c0-4e01-af7e-57288d370c4d' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '95!03279c5b-117e-4ecf-915c-281950c11cfa' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '96!241fde9c-039d-4379-9982-ef35f0679d4f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '97!ecaf9619-8010-4472-9221-dcefb777ab00' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '96!241fde9c-039d-4379-9982-ef35f0679d4f' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '98!20ad3485-3da2-4495-b211-647d50f093ed' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '99!34697e43-b692-4a0a-9c85-e4aa3b09b19d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '0'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '1'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '97!ecaf9619-8010-4472-9221-dcefb777ab00' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '98!20ad3485-3da2-4495-b211-647d50f093ed' of type 'Comment'.
twintowers-master1-1        | [2023-02-24 16:41:41 +0000] information/ConfigObjectUtility: Deleted object '99!34697e43-b692-4a0a-9c85-e4aa3b09b19d' of type 'Comment'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '10'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '11'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '12'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '13'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '14'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '15'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '16'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '17'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '18'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '19'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '2'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '20'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '21'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '22'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '23'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '24'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '25'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '26'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '27'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '28'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '29'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '3'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '30'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '31'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '32'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '33'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '34'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '35'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '36'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '37'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '38'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '39'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '4'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '40'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '41'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '42'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '43'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '44'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '45'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '46'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '47'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '48'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '49'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '5'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '50'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '51'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '52'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '53'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '54'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '55'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '56'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '57'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '58'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '59'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '6'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '60'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '61'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '62'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '63'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '64'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '65'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '66'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '67'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '68'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '69'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '7'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '70'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '71'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '72'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '73'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '74'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '75'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '76'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '77'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '78'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '79'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '8'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '80'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '81'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '82'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '83'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '84'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '85'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '86'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '87'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '88'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '89'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '9'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '90'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '91'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '92'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '93'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '94'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '95'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '96'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '97'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '98'.
twintowers-master2-1        | [2023-02-24 16:41:41 +0000] information/Checkable: Acknowledgement set for checkable '99'.
twintowers-web2-1           | 172.21.0.1 - - [24/Feb/2023:16:41:43 +0000] "GET /application-state HTTP/1.1" 200 460 "http://localhost:8082/icingadb/hosts?host.state.is_problem=y&sort=host.state.severity%20desc&limit=500" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0"
twintowers-master2-1        | [2023-02-24 16:41:46 +0000] information/WorkQueue: #7 (ApiListener, RelayQueue) items: 0, rate: 11.6667/s (700/min 700/5min 700/15min);
twintowers-master2-1        | [2023-02-24 16:41:46 +0000] information/WorkQueue: #8 (ApiListener, SyncQueue) items: 0, rate:  0/s (0/min 0/5min 0/15min);
twintowers-icingadb1-1      | 2023-02-24T16:41:46.496Z	INFO	runtime-updates	Deleted 100 Comment items

@Wintermute2k6
Copy link

Feedback: Latest Artifact Build didn't work .. After 6 Hours offtime with the second Master ..
Still the following behaviour ..
ATT02556 1
ATT20545 2

@Al2Klimov
Copy link
Member

@Al2Klimov
Copy link
Member

@Wintermute2k6 Only code style things are left, so go for it.

@Wintermute2k6
Copy link

Wintermute2k6 commented Mar 9, 2023

@Al2Klimov Feedback from Affected Users from the latest Artifacts:

Leider keine Verbesserung. Im Prinzip das selbe Verhalten wie zu Beginn.

Master1: Bestätigt, aber kein Kommentar mehr und in der History der Eintrag, dass die Bestätigung entfert wurde
Master2: nicht bestätigt, und in der History steht dass das Device bestätigt wurde und auch entfernt (passend zu den Zeiten vom Master1)

@Wintermute2k6
Copy link

@Al2Klimov any progress with a newer version to test after the last one also didn't work out ?

@Al2Klimov
Copy link
Member

Notes

  • Runtime objects including comments are deleted by ConfigObjectUtility::DeleteObject()
  • That's called by API (DeleteObjectHandler::HandleRequest(), irrelevant), cluster (ApiListener::ConfigDeleteObjectAPIHandler(), config::DeleteObject, ApiListener::DeleteConfigObject()), Downtime::RemoveDowntime() (irrelevant) and Comment::RemoveComment()
  • ApiListener::DeleteConfigObject() is called by ApiListener::ConfigUpdateObjectHandler(), but only if ConfigObjectDeleted is set
  • That's only set by ConfigObjectUtility::DeleteObjectHelper()
  • That's called recursively and by ConfigObjectUtility::DeleteObject() (where this journey started)
  • Comment::RemoveComment is called by API (irrelevant), command pipe (irrelevant), Comment::CommentsExpireTimerHandler() (irrelevant), Checkable::RemoveAllComments() and Checkable::RemoveCommentsByType()
  • Checkable::RemoveAllComments() is called by command pipe (irrelevant)
  • Checkable::RemoveCommentsByType() is called by API (irrelevant), command pipe (irrelevant), and the location I changed in Checkable#ProcessCheckResult(): only clean up ack comments older than check result #9718. I.e. when the checks are synced after comments and before acks.

Call me blind or stupid, but if I didn’t completely screwed up #9718, it has to fix the problem. Unconditionally.

I see two options (not mutually exclusive):

@Al2Klimov
Copy link
Member

  • install the latest artifacts on both customer's masters, clean the construction area and reproduce the problem with debug logs turned on

@Wintermute2k6 Please wait with that, I'll put log messages next to all the bullet points above. Also: Did the customer install the packages on both masters and restarted at least master1? (master2 doesn’t matter, it's stopped and started after X hours anyway.)

@julianbrost
Copy link
Contributor

The notes look plausible (I haven't cross-checked the code though). If the patched versions were installed correctly and the issue still appears, then new/extended debug logs are probably a good idea as we may have overlooked something and that could give us hints.

@BT-Basit
Copy link

BT-Basit commented Mar 31, 2023

Hi there,

we are experiencing a similar issue. Maybe it falls under this thread.
We would be thankful if you could provide us with some helpful information. If this is a separate problem I can open another issue.

Bug description

Although services were acknowledged they still sent out notifications:
image

During our troubleshooting session we found incorrect values in the 'Object inspection' view. The value of 'acknowledgement' was 0. All other services that don't have this problem showed values other than 0. So our guess is that the director gets a wrong result when querying the object data:
image

Furthermore, when we were analyzing the acknowlegdement comments in the configuration directory (/var/lib/icinga2/api/packages/_api/{stage}/conf.d/comments) we noticed that .conf files of the problematic services had not been synced on both masters.

Is it possible that Icinga has some trouble syncing the acknowledgement configs between the two masters and because of that acknowledgements are not handled correctly? Also, where does the value 0 of acknowledgement in 'Object inspection' come from?

To reproduce

We were not able to reproduce this issue.

Expected behaviour

Icinga should not send notifications while a host/service is acknowledged.

Environment

  • Version used (icinga2 --version): r2.13.6-1
  • Operating System and version: RHEL 7 (7.9)
  • Enabled features (icinga2 feature list): api checker graphite ido-mysql mainlog notification
  • Icinga Web 2 version and modules (System - About): 2.11.3
  • 2 Master and 2 Satellites each Master
  • Master and Sats are in different Clouds
  • 3 Zones: 1 Zone with master and one zone each cloud

@Al2Klimov
Copy link
Member

  • install the latest artifacts on both customer's masters, clean the construction area and reproduce the problem with debug logs turned on

@Wintermute2k6 Please wait with that, I'll put log messages next to all the bullet points above. Also: Did the customer install the packages on both masters and restarted at least master1? (master2 doesn’t matter, it's stopped and started after X hours anyway.)

CC @tbauriedel

@BT-Basit
Copy link

Hi guys,

I would like to refer to my bug from last month again.
Do you think this is a seperate problem or is this a part of this issue?

We are still not able to reproduce the described behaviour.

@Al2Klimov
Copy link
Member

#9718 is on 2.14. Once 2.14 is released you can test that.

@icinga-probot icinga-probot bot added this to the 2.14.0 milestone May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment