Re: Solr Cloud hangs when replicating updates

2013-10-11 Thread mewmewball
Hey guys, We just hit a deadlock similar to this one on 4.5, and it seems to be related to leaked connections probably due to https://issues.apache.org/jira/browse/SOLR-4327. We're going to apply the suggested change to add "method.abort()" in the finally block and see if it fixes things. Jessica

Re: Solr Cloud hangs when replicating updates

2013-09-06 Thread Kevin Osborn
Thanks a ton Mark. I have tried SOLR-4816 and it didn't help. But I will try Mark's patch next week, and see what happens. -Kevin On Thu, Sep 5, 2013 at 4:46 AM, Erick Erickson wrote: > If you run into this again, try a jstack trace. You should see > evidence of being stuck in SolrCmdDistributo

Re: Solr Cloud hangs when replicating updates

2013-09-05 Thread Erick Erickson
If you run into this again, try a jstack trace. You should see evidence of being stuck in SolrCmdDistributor on a variable called "semaphore"... On current 4x this is around line 420. If you're using SolrJ, then SOLR-4816 is another thing to try. But Mark's patch would be best of all to test, If

Re: Solr Cloud hangs when replicating updates

2013-09-04 Thread Mark Miller
It would be great if you could give this patch a try: http://pastebin.com/raw.php?i=aaRWwSGP - Mark On Wed, Sep 4, 2013 at 8:31 AM, Kevin Osborn wrote: > Thanks. If there is anything I can do to help you resolve this issue, let > me know. > > -Kevin > > > On Wed, Sep 4, 2013 at 7:51 AM, Mark M

Re: Solr Cloud hangs when replicating updates

2013-09-04 Thread Mark Miller
Ill look at fixing the root issue for 4.5. I've been putting it off for way to long. Mark Sent from my iPhone On Sep 3, 2013, at 2:15 PM, Kevin Osborn wrote: > I was having problems updating SolrCloud with a large batch of records. The > records are coming in bursts with lulls between updat

Re: Solr Cloud hangs when replicating updates

2013-09-04 Thread Kevin Osborn
Thanks. If there is anything I can do to help you resolve this issue, let me know. -Kevin On Wed, Sep 4, 2013 at 7:51 AM, Mark Miller wrote: > Ill look at fixing the root issue for 4.5. I've been putting it off for > way to long. > > Mark > > Sent from my iPhone > > On Sep 3, 2013, at 2:15 PM,

RE: Solr Cloud hangs when replicating updates

2013-09-04 Thread Greg Walters
Kevin, Take a look at http://lucene.472066.n3.nabble.com/updating-docs-in-solr-cloud-hangs-td4067388.html and https://issues.apache.org/jira/browse/SOLR-4816. I had the same issue that you're reporting for a while then I applied the patch from SOLR-4816 to my clients and the problems went away