FDB api call seems to be stuck

Our application is hung and not making any progress. We have analyzed heap dump of the application and found that all of the threads are waiting for CompletableFuture.get() calls. All these futures are in waiting state probably due to foundation db is not returning the response. Here is the screenshot of one thread waiting for FDB call to return. Can anyone explain how this issue can be resolved?