Re: How stop properly solr to modify solrconfig or ... files

2008-10-10 Thread sunnyfr
Hi Hoss, Mark, everybody, Can you tell me more about fsync, where can I get more information. Another question cuz yes now I don't have anymore OOME but my point is, it always stuck the database and it locks other service on this database. Everytime I will start a full import. This night database

Re: How stop properly solr to modify solrconfig or ... files

2008-10-09 Thread Mark Miller
Chris Hostetter wrote: i thought the fsync additions to the version of Lucene in Solr 1.3 prevented situations like this (ensuring that your index was still usable, even if some documents were lost) It doesn't prevent it if the IO system has write caching enabled or if you have a hard drive

Re: How stop properly solr to modify solrconfig or ... files

2008-10-09 Thread Chris Hostetter
you need to use whatever mechanism your servlet container has for shuting down cleanly -- depending on how you started tomcat, that might be hitting Ctrl-C in a terminal, or it might be running a "stop" command. : I did a full import and put adaptive parameter for mySql to avoid OOM error. If