Skip to content

Commit fbf5f68

Browse files
committed
Bug 36669933 - [36669886->24.09] Recent executor refactoring exposed issue with named predicates (merge main -> ce/main @ 109215)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 109216]
1 parent 888137a commit fbf5f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/NamedClusteredExecutorService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected static class NamedOrchestration<T>
137137
public NamedOrchestration(ClusteredExecutorService clusteredExecutorService, Name name, Task<T> task)
138138
{
139139
super(clusteredExecutorService, task);
140-
filter(Predicates.has(name));
140+
m_strategyBuilder.m_predicate = Predicates.has(name);
141141
}
142142

143143
/**

0 commit comments

Comments
 (0)