From d69f73b84e733b35bfe13914294bd2b6a53d7463 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 1 Feb 2022 16:51:48 +0100 Subject: Stick to single thread until concurrency issue has been sorted out. --- .../search/query/profile/compiled/CompiledQueryProfileRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-search') diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/compiled/CompiledQueryProfileRegistry.java b/container-search/src/main/java/com/yahoo/search/query/profile/compiled/CompiledQueryProfileRegistry.java index 72b489e3ca9..39ec3e1c647 100644 --- a/container-search/src/main/java/com/yahoo/search/query/profile/compiled/CompiledQueryProfileRegistry.java +++ b/container-search/src/main/java/com/yahoo/search/query/profile/compiled/CompiledQueryProfileRegistry.java @@ -32,7 +32,7 @@ public class CompiledQueryProfileRegistry extends ComponentRegistry doneQ = new LinkedBlockingQueue<>(); int started = 0; int completed = 0; -- cgit v1.2.3