From f6eeb5f1d9fd67567a9b34057c4f52759d66b31d Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Thu, 20 Feb 2025 12:16:46 +0300 Subject: [PATCH] PagedTopic use daemon --- .../grid/partitionedService/partitionedCache/PagedTopic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java b/prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java index b3ffc25a22971..bae072440074d 100644 --- a/prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java +++ b/prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/PagedTopic.java @@ -1812,7 +1812,7 @@ public void cleanupSubscribers() if (memberThis == memberCoordinator) { - Daemons.commonPool().add(() -> + getDaemonPool().add(() -> { try {