[
https://issues.apache.org/jira/browse/HBASE-12988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575879#comment-14575879
]
Lars Hofhansl commented on HBASE-12988:
---------------------------------------
Another observation from [~abhishek.chouhan]'s testing was that the majority of
the time is spent at the sink applying the edits. The test was done over high
latency links (~60ms), and this surprised me the most. It's not the network,
it's the time spent on the sink and the fact that the source is not doing _any_
work during that time, since it synchronously waits for the sink to finish.
> [Replication]Parallel apply edits on row-level
> ----------------------------------------------
>
> Key: HBASE-12988
> URL: https://issues.apache.org/jira/browse/HBASE-12988
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Reporter: hongyu bi
> Assignee: Lars Hofhansl
> Attachments: ParallelReplication-v2.txt
>
>
> we can apply edits to slave cluster in parallel on table-level to speed up
> replication .
> update : per conversation blow , it's better to apply edits on row-level in
> parallel
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)