You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/06/20 14:58:10 UTC

[GitHub] [tinkerpop] alexey-temnikov commented on pull request #1697: TINKERPOP-2734 Fix potential SessionedClient NPE

alexey-temnikov commented on PR #1697:
URL: https://github.com/apache/tinkerpop/pull/1697#issuecomment-1160552531

   @spmallette, in the reported error logs the cause exception stack trace got swallowed - `Could not initialize client for Optional[..]` which may indicate the connection pool hasn't been initialized in `SessionedClient.initializeImplementation()`. By rethrowing the error and decoupling the code instead of NPE we should be able to see a proper underlying stack trace which could lead to the root cause.


-- 
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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org