[
https://issues.apache.org/jira/browse/HBASE-11992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221665#comment-14221665
]
Andrew Purtell commented on HBASE-11992:
----------------------------------------
Thanks for your patience [~ram_krish]. I tested the following scenarios with
the latest patch on this issue rebased on top of 7750a1f (HBASE-12346
addendum): https://github.com/apurtell/hbase/commit/aca7161
- Cluster 1 to 2 unidirectional, load 1M rows on 1: All 1M rows OK on 1 and 2
- Clusters 1 and 2 bidirectional, load 1M rows on 1: All 1M rows OK on 1 and 2
- Clusters 1 and 2 bidirectional, load 1M rows on 1 and 2: All 2M rows OK on 1
and 2
- Cluster 1 to 2 unidirectional, load 1M rows on 1, kill RS on 1 and restart
during load: All 1M rows OK on 1 and 2
- Cluster 1 to 2 unidirectional, load on 1, kill RS on 2 and restart during
load: All 1M rows OK on 1 and 2
- Cluster 1 and 2 bidirectional, load 10M rows on 1 and 2: All 20M rows OK on 1
and 2
I'm going to commit this shortly to 0.98 unless objection.
> Backport HBASE-11367 (Pluggable replication endpoint) to 0.98
> -------------------------------------------------------------
>
> Key: HBASE-11992
> URL: https://issues.apache.org/jira/browse/HBASE-11992
> Project: HBase
> Issue Type: Task
> Reporter: Andrew Purtell
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.9
>
> Attachments: HBASE-11992_0.98_1.patch, HBASE-11992_0.98_2.patch,
> hbase-11367_0.98.patch
>
>
> ReplicationSource tails the logs for each peer. HBASE-11367 introduces
> ReplicationEndpoint which is customizable per peer. ReplicationEndpoint is
> run in the same RS process and instantiated per replication peer per region
> server. Implementations of this interface handle the actual shipping of WAL
> edits to the remote cluster.
> This issue is for backporting HBASE-11367 to 0.98.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)