You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chiranjeevi (Jira)" <ji...@apache.org> on 2021/05/28 13:08:00 UTC

[jira] [Created] (HBASE-25935) Data is not getting replicated to secondary replicas after altering a table to enable region replication (async Wal replication)

chiranjeevi created HBASE-25935:
-----------------------------------

             Summary: Data is not getting replicated to secondary replicas after altering a table to enable region replication (async Wal replication)
                 Key: HBASE-25935
                 URL: https://issues.apache.org/jira/browse/HBASE-25935
             Project: HBase
          Issue Type: Bug
          Components: read replicas
            Reporter: chiranjeevi


Data is not getting replicated to secondary replicas after altering a table to enable region replication (async Wal replication)
*Test Steps:*
1)Create table with one replica 
create 'table1','cf'
2)Alter table with region replica=3
alter 'table1',\{REGION_REPLICATION => '3'}
3)write data to table1 
*Observation:*
1)Data is not getting replicated to secondary replicas this is happening when alter table after the peer is created for region replication.
2)In table UI page also you can observe write requests showing for secondary replicas=0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)