File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tools/federation/src/main/java/org/eclipse/rdf4j/federated Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ public FederationManager() {
92
92
public void init (FedX federation , FederationContext federationContext ) {
93
93
this .federation = federation ;
94
94
this .federationContext = federationContext ;
95
- // Refactoring this causes ServicesTest to hang forever
95
+ // Refactoring this to Executors.newThreadPerTaskExecutor(new NamingThreadFactory("FedX Executor"));
96
+ // and refactoring NamingThreadFactory to use virtual threads causes ServicesTest to hang forever
96
97
// (https://github.com/ponder-lab/rdf4j/actions/runs/10239404923/job/28324948852?pr=2)
97
98
this .executor = Executors .newCachedThreadPool (new NamingThreadFactory ("FedX Executor" ));
98
99
You can’t perform that action at this time.
0 commit comments