From a0d4bc39ec35534688047772797f42a38780bc29 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 5 Nov 2024 12:04:03 +0000 Subject: Test to highlight ModuleSetTag Inefficiencies - Add (micrometer) instrumentation to expose inefficiencies - Add test config for micrometer - Add setup methods in base to create many cm handles - Set module sync parallelism to 2 for testing - Add clean up methods for hazelcast related tests - added test to show inefficiencies - POC 1 use hazelcast set to prevent multiple threads working on same ModuleSetTag - POC 2 'cache' module set tags per thread to prevent DB looks ups - Main inefficiency left: create schemaset for EACH cm Handled even if same tag. No easy PoC... Change-Id: Idf46b44c475a24727dd7084bb613459f4c29be55 Signed-off-by: ToineSiebelink --- integration-test/src/test/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-test/src/test/resources/application.yml') diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index b786a3d4c5..30598dfb90 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -191,7 +191,7 @@ ncmp: modules-sync-watchdog: async-executor: - parallelism-level: 1 + parallelism-level: 2 model-loader: maximum-attempt-count: 20 -- cgit 1.2.3-korg