Hide Forgot
Created attachment 839816 [details] "Pool is closed" test log Description of problem: After applying the following two commits: HRCPP-106 C++ exceptions are not propagated through JNI layer ee698db8a5 isavin authored 4 days ago tristantarrant committed 2 days ago HRCPP-103 ConnectionPool::borrowObject throws HotRodClientException w… … ef0e9c3b3c isavin authored 4 days ago tristantarrant committed 3 days ago The tests in JniTest are throwing many "Pool is closed" exceptions on RHEL and Windows. Not sure if this is related to the JNI/SWIG layer or in the C++ client, but it prevents tests from running successfully. Attaching a log with the stack traces.
This issue is related to host name resolution under IPv6. Setting the "HOTROD_IPSTACK=IPV4" environment variable is a workaround until this is fixed.
Alan does this still fail ?