]
Sanne Grinovero updated ISPN-7110:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Async invocation stages should use CompletableFutures.await()
-------------------------------------------------------------
Key: ISPN-7110
URL:
https://issues.jboss.org/browse/ISPN-7110
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Beta1
As described in ISPN-5962, {{CompletableFuture.get()}} and {{CompletableFuture.join()}}
without a timeout do a lot of spinning, so we need to use
{{CompletableFutures.await(CompletableFuture)}} instead.