You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by xaon <xa...@gmail.com> on 2013/09/27 11:14:12 UTC

Can i trust the order of how documents are received in solrcloud?

Hi, i am a new user of solrcloud, and i am wandering if this scenario could
happen:

in a Shard, i have three machine: leader, replica1, replica2

replica1 received a document D, and right after that, replica2 received an
updated version of D, let's called it D'

they all tried to forward their documents to the leader, who will generate
version numbers for the documents, and then distributes them to replicas.

it's possible that the leader could receive D' prior to D? 
so that D' gets overrided?

thanks a lot!




--
View this message in context: http://lucene.472066.n3.nabble.com/Can-i-trust-the-order-of-how-documents-are-received-in-solrcloud-tp4092322.html
Sent from the Solr - User mailing list archive at Nabble.com.