Hi Pankil,
A single region server will replicate all data to a single
hbase-indexer node. Within a single hbase-indexer node, processing
order is guaranteed for a single given row. This means that updates
for a single row will be sent to Solr in the same order that they are
written to the WAL in the source HBase region server.
The one exception to this rule is in the case of the redistribution of
regions over the region servers, and/or the addition/removal of
hbase-indexer nodes. When this happens, the pairing of source region
servers to hbase-indexers can change, and during this change if two
updates for a single row are performed, it is possible that they would
be written to Solr out of order.
- Gabriel
> --
> You received this message because you are subscribed to the Google Groups
> "HBase Indexer Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
hbase-indexer-u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.