PUSH-000777
To prevent potential deadlock, a CompletableFuture has completed exceptionally because a get() or join() method was called from a Diffusion-managed thread.
Description
CompletableFutures returned by the API disallow calls to the blocking get() or join() methods from Diffusion threads to to prevent deadlocks.