Re: Solr 4.0 segment flush times has bigger difference between tow machines

2012-10-20 Thread Erick Erickson
My first question is why this matters? Is this curiosity or is there a real performance issue you're tracking down? I don't quite understand when you say machine A forwards...to machineB. Are you talking about replication here? Or SolrCloud? Details matter, a lot DIH has nothing that I know

Re: Solr 4.0 segment flush times has bigger difference between tow machines

2012-10-19 Thread Jun Wang
I have found that segment flush is controlled by DocumentWriterFlushControl, and indexing is implemented by DocumentWriterPerThread. DocumentWriterFlushControl has information about number of doc and size of RAM buffer, but this seemed be shared by all DocumentWriterPerThread. Is that RAM limit is