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/12 19:11:00 UTC

[jira] [Resolved] (HBASE-8925) [replication] Allow lazy RS to help overwhelmed RS

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

Andrew Kyle Purtell resolved HBASE-8925.
----------------------------------------
    Resolution: Incomplete

> [replication] Allow lazy RS to help overwhelmed RS
> --------------------------------------------------
>
>                 Key: HBASE-8925
>                 URL: https://issues.apache.org/jira/browse/HBASE-8925
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.98.0, 0.95.2, 0.94.10
>            Reporter: Jesse Yates
>            Priority: Major
>
> Sometimes in usual course of things, one of the regionservers gets waaaaay behind replicating its queue; easily build-ups of 40-50 files over just a day (running YCSB at the same time). However, this is just for a single RS - others don't have anything to replicate. We can manually get around this by moving the region load away from the overloaded server (and get smarter about this by writing our own load balancer). However, moving regions around just to catch up the replication seems a bit heavyweight.
> From this thread on the dev list: http://mail-archives.apache.org/mod_mbox/hbase-dev/201211.mbox/%3CCAFLnt_qj1stL=vre5AbWqawpkwKG7LDebwCyhddkBQvX4UpaAg@mail.gmail.com%3E
> it seems like we can already get out-of-order updates for a table on the target cluster. Given this is already the behavior (though not common), we could allow a 'lazy' RS to have a secondary log to replicate when it has time. 
> This adds a bit more complexity around who owns which log for replication, but could dramatically increase throughput as you aren't bottle-necked by the single slow host.



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