Java Replication stalls and never exits
---------------------------------------
Key: SOLR-1096
URL: https://issues.apache.org/jira/browse/SOLR-1096
Project: Solr
Issue Type: Bug
Components: replication (java)
Reporter: Noble Paul
Fix For: 1.4
replication hangs
mail thread : http://markmail.org/thread/xgbptpzn52xprmwo
The stacktrace
{code}
user time=23940.0000ms at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.jav
a:182)
at java.io.FilterInputStream.read(FilterInputStream.java:116)
at
org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108)
at org.apache.solr.common.util.FastInputStream.read(FastInputStream.java:91)
at org.apache.solr.common.util.FastInputStream.readFully(FastInputStream.java:1
22)
at org.apache.solr.handler.SnapPuller$FileFetcher.fetchPackets(SnapPuller.java:
808)
at org.apache.solr.handler.SnapPuller$FileFetcher.fetchFile(SnapPuller.java:764
)
......
{code}
the httpclient is created w/o a read_timeout & connection_timeout. . So it may
hang indefinitely if there is no data coming out of the server
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.