solrj - what happens when multiple processes send solr commits to single solr instance? -


we have multiple processes adding adding documents same collection in single instance of solr. happen if apps send commit @ same once, or close each other? cause data corruption, or kind of lock?

you not going data corruption or locks, performance issues solr repeatedly heavy commit work (flush , reopen of readers).

if on latest solr (4.3+), soft/hard commits based on timeout or document count. way don't need manage commits explicitly @ all.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -