vararo27 commented on PR #1918: URL: https://github.com/apache/cassandra-java-driver/pull/1918#issuecomment-1994959017
Yes, agreed that it will never reach thenApplyAsync() and subsequent whenComplete(). Basically, exception thrown by schemaQueriesFactory.newInstance() reference is lost and refreshFuture object is never completed. It results in blockage of further workflows. Basically, with this change I am trying to highlight that exception should be handled some way. Sample java code which I had shared could be used to replicate this behavior. It would give clear depiction of problem I am trying to highlight. Please let me know if we can connect to discuss this issue in details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
