[infinispan-issues] [JBoss JIRA] (ISPN-7110) Async invocation stages should use CompletableFutures.await()

Dan Berindei (JIRA) issues at jboss.org
Thu Oct 13 03:27:00 EDT 2016


Dan Berindei created ISPN-7110:
----------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list