From 406a5ad0905f4e2a751e43c9984853a205599378 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Mon, 7 Jul 2025 09:53:16 +0200 Subject: [PATCH] Ignore lukka validator acs commitment mismatches Related to https://github.com/DACH-NY/canton-network-internal/issues/803#issuecomment-3043813517 it seems like their restore from key caused some issues and they are now spamming our logs. Will ping them to see what they want to do. [static] Signed-off-by: Moritz Kiefer --- cluster/pulumi/infra/src/gcpAlerts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/pulumi/infra/src/gcpAlerts.ts b/cluster/pulumi/infra/src/gcpAlerts.ts index 77910fbee5..8cbca062ee 100644 --- a/cluster/pulumi/infra/src/gcpAlerts.ts +++ b/cluster/pulumi/infra/src/gcpAlerts.ts @@ -124,6 +124,7 @@ ${conditionalString( AND ( jsonPayload.remote=~"sender = PAR::tw-cn-mainnet-participant-1::1220bc64ba15" OR jsonPayload.remote=~"sender = PAR::northisland-prod1::12204ef1928f" + OR jsonPayload.remote=~"sender = PAR::Lukka-Inc-prod-2::1220728cfb80" ) AND timestamp <= "2025-07-14T00:00:00.000Z") `