RE: SolrCloud OOM heap space

2012-12-10 Thread shreejay
Thanks Marcus. I will apply the patch to the 4x branch I have, and report back. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-OOM-heap-space-tp4025821p4025858.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: SolrCloud OOM heap space

2012-12-10 Thread Markus Jelsma
. If the patch does not help you or you experience a different issue you might want to open a new issue. -Original message- > From:shreejay > Sent: Tue 11-Dec-2012 00:31 > To: solr-user@lucene.apache.org > Subject: RE: SolrCloud OOM heap space > > Thanks Markus.

RE: SolrCloud OOM heap space

2012-12-10 Thread shreejay
Thanks Markus. Is this issue only on 4.x and 5.x branches? I am currently running a v recent build of 4.x branch with an applied patch. I just want to make sure that this is not an issue with 4.0. In which case I can think of applying my patch to 4.0 instead of 4x or 5x. --Shreejay -- View

RE: SolrCloud OOM heap space

2012-12-10 Thread Markus Jelsma
Hi - the stack trace and preceding log entries look similar to what i've seen and reported on. A patch has just been attached to the issue, perhaps you can try it if the description matches your scenario and report back on Jira. https://issues.apache.org/jira/browse/SOLR-4144 -Original me