[
https://issues.apache.org/jira/browse/HBASE-15985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320096#comment-15320096
]
Anoop Sam John commented on HBASE-15985:
----------------------------------------
bq.your application makes use of operations that are not idempotent, e.g.
Increments.
If the 2 Cells (col1 +1 , col1+1+1) have different TS, then even if they
arrive out of order in peer cluster, we have guarantee for which value finally
for the Cell.. Ya when both TS happened to same, we are not sure.
> clarify promises about edits from replication in ref guide
> ----------------------------------------------------------
>
> Key: HBASE-15985
> URL: https://issues.apache.org/jira/browse/HBASE-15985
> Project: HBase
> Issue Type: Sub-task
> Components: documentation, Replication
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Fix For: 2.0.0
>
> Attachments: HBASE-15985.1.patch
>
>
> we should make clear in a call out that replication only provides
> at-least-once delivery and doesn't guarantee ordering so that e.g. folks
> using increments aren't surprised.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)