Re: update document stuck on: java.net.SocketInputStream.socketRead0

2017-11-03 Thread Nawab Zada Asad Iqbal
Hi, I added some very liberal connection timeout and socket timeout to the request config. And I see a lot of SocketTimeoutException and some ConnectTimeoutException RequestConfig requestConfig = RequestConfig.custom() .setConnectionRequestTimeout(10*60*1000) .setConnectTimeout(60*1000)

update document stuck on: java.net.SocketInputStream.socketRead0

2017-10-26 Thread Nawab Zada Asad Iqbal
Hi, After Solr 7 upgrade, I am realizing that my '/update' request is sometimes getting stuck on this:- - java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) @bci=0 (Compiled frame; information may be imprecise) - java.net.SocketInputStream.read(byte[], int, in