You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by apoorvqwerty <ap...@unbxd.com> on 2017/05/06 07:42:23 UTC

RE: Overseer session expires on multiple collection creation

So i figured out the issue i was facing
https://issues.apache.org/jira/browse/SOLR-9803

<updateHandler class="solr.DirectUpdateHandler2">
    <updateLog>
      <str name="dir">${solr.ulog.dir:}</str>
      <int
name="numVersionBuckets">${solr.ulog.numVersionBuckets:8388608}</int>
    </updateLog>


i had a huge value set fir numVersioinBuckets which was causing memory leak
as stated in issue 9803

Changing to default value solved my problem



--
View this message in context: http://lucene.472066.n3.nabble.com/Overseer-session-expires-on-multiple-collection-creation-tp4331265p4333692.html
Sent from the Solr - User mailing list archive at Nabble.com.