Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-25935

Data is not getting replicated to secondary replicas after altering a table to enable region replication (async Wal replication)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • read replicas
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            chiruburri chiranjeevi
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: