[ 
https://issues.apache.org/jira/browse/HBASE-13063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354856#comment-14354856
 ] 

Hudson commented on HBASE-13063:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK #6234 (See 
[https://builds.apache.org/job/HBase-TRUNK/6234/])
HBASE-13063 Allow to turn off memstore replication for region replicas 
(matteo.bertozzi: rev cbf03787ea04da8d1c2ceef8fbb4ccbabb7d67ed)
* hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ReplicationEndpoint.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEdit.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java


> Allow to turn off memstore replication for region replicas
> ----------------------------------------------------------
>
>                 Key: HBASE-13063
>                 URL: https://issues.apache.org/jira/browse/HBASE-13063
>             Project: HBase
>          Issue Type: New Feature
>          Components: regionserver, Replication
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13063-v0.patch, HBASE-13063-v1-branch-1.patch, 
> HBASE-13063-v1.patch, HBASE-13063-v1.patch, HBASE-13063-v2.patch, 
> HBASE-13063-v2.patch
>
>
> HBASE-11568 allows to use replication to send wal edits from the primary to 
> the replicas.
> sometimes the memstore replication is not required, so it will be nice have a 
> flag to disable it.
> the result will be more or less the same to what we have in phase-1, but with 
> the row-level consistency provided by the "flush" edit transfered via 
> replication to refresh the hfiles.
> create 't1', 'f', {REGION_REPLICATION => 2, REGION_MEMSTORE_REPLICATION => 
> false}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to