<<< My indexing script has been running all night and has accomplished nothing. I see lots of disk activity though, which is weird.>>>
One explanation would be that you're memory-starved and the disk activity you see is thrashing. How much memory do you allocate to your JVM? A further indication that this is where you should start looking would be if your CPU usage is very low at the same time..... Erick 2010/1/26 Tim Terlegård <tim.terleg...@gmail.com> > 2010/1/26 Jake Brownell <ja...@benetech.org>: > > > I swapped our indexing process over to the streaming update server, but > now I'm seeing places where our indexing code adds several documents, but > eventually hangs. It hangs just before the completion message, which comes > directly after sending to solr. I found this issue in jira > > > > https://issues.apache.org/jira/browse/SOLR-1711 > > > > which may be what I'm seeing. If this is indeed what we're running up > against is there any best practice to work around it? > > I experience this too I think. My indexing script has been running all > night and has accomplished nothing. I see lots of disk activity > though, which is weird. > > To me it doesn't look like the patch is added to version control, so > you need to apply it to your own svn checkout of solrj. > > /Tim >