Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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}Attachments
Attachments
Issue Links
- is part of
-
HBASE-10070 HBase read high-availability using timeline-consistent region replicas
- Closed
- is related to
-
HBASE-26811 Secondary replica may be disabled for read incorrectly forever
- Resolved
- relates to
-
HBASE-10070 HBase read high-availability using timeline-consistent region replicas
- Closed