You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/11 20:56:00 UTC

[jira] [Resolved] (HBASE-13367) Add a replication label to mutations from replication

     [ https://issues.apache.org/jira/browse/HBASE-13367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-13367.
-----------------------------------------
      Assignee:     (was: Shaohui Liu)
    Resolution: Incomplete

> Add a replication label to mutations from replication
> -----------------------------------------------------
>
>                 Key: HBASE-13367
>                 URL: https://issues.apache.org/jira/browse/HBASE-13367
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Shaohui Liu
>            Priority: Major
>
> In some scenarios, the regions need to distinguish the mutations from client for actual users or from replication of peer cluster. 
> - Lower the priority of mutations from replication to improve the latency of requests from actuals users
> - Set table in replicated state to keep data consistent. In this state, the table will reject mutations from users, but accept mutations from replication and read requests from users.
> So we need to add a replication label to mutations from replication.
> Suggestions and discussions are welcomed. Thanks



--
This message was sent by Atlassian Jira
(v8.20.7#820007)