I'm seeing an occasional SocketTimeoutException in waiting for a response from...
I'm seeing an occasional SocketTimeoutException in waiting for a response from the server. I suspect there's some concurrency issue in the ThreadPool implementation, as the problem disappears when I attach a debugger (and let it run for 8 hours.) Swapping to JDK ExecutorService to see if that makes a difference
Loading
Please register or sign in to comment