In solrconfig.xml I have:

<updateHandler class="solr.DirectUpdateHandler2">
    <autoCommit>
      <maxDocs>25000</maxDocs>
      <maxTime>60000</maxTime> <!-- 1 min -->
    </autoCommit>
    <autoSoftCommit>
      <maxTime>5000</maxTime>
    </autoSoftCommit>
  </updateHandler>

Using /trunk, when indexing a bunch of docs with
ConcurrentUpdateSolrServer, I eventually see the log message:

PERFORMANCE WARNING: Overlapping onDeckSearchers=2

should this be possible?

I have seen a bunch of activity recently about autocommit -- should I
dig deeper and see if I see something, or is this expected since my
hardware may not be keeping up?

thanks
ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to