Re: Solr Cloud hangs when replicating updates

2013-10-11 Thread mewmewball
it fixes things. Jessica -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-hangs-when-replicating-updates-tp4088083p4095061.html Sent from the Solr - User mailing list archive at Nabble.com.

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
active.com [mailto:kevin.osb...@cbsinteractive.com] On Behalf Of Kevin Osborn Sent: Tuesday, September 03, 2013 4:16 PM To: solr-user Subject: Solr Cloud hangs when replicating updates I was having problems updating SolrCloud with a large batch of records. The records are coming in bursts with lul

Solr Cloud hangs when replicating updates

2013-09-03 Thread Kevin Osborn
I was having problems updating SolrCloud with a large batch of records. The records are coming in bursts with lulls between updates. At first, I just tried large updates of 100,000 records at a time. Eventually, this caused Solr to hang. When hung, I can still query Solr. But I cannot do any delet