Hi everyone, I am wondering how commit operation works in SolrCloud: Say I have 2 parallel indexing processes. What if one process sends big update request (an add command with a lot of docs), and the other one just happens to send a commit command while the update request is being processed. Is it possible that only part of the documents will be commited? What will happen with the other docs? Is Solr transactional and promise that there will be no partial results?
-- View this message in context: http://lucene.472066.n3.nabble.com/Commit-behaviour-in-SolrCloud-tp4102879.html Sent from the Solr - User mailing list archive at Nabble.com.