RE: HBASE WALs

2021-02-25 Thread Marc Hoppins
2.1.0 -Original Message- From: Wellington Chevreuil Sent: Thursday, February 25, 2021 4:08 PM To: Hbase-User Subject: Re: HBASE WALs EXTERNAL > > Do WAL files contain information for multiple regions per WAL or is > one WAL associated with one region? > Multiple regions edits would b

Re: HBASE WALs

2021-02-25 Thread Wellington Chevreuil
> > Do WAL files contain information for multiple regions per WAL or is one > WAL associated with one region? > Multiple regions edits would be present in a single wal file. That's why upon a RS crash and wal processing, there's a wal split phase. I am trying to find a way to clear a RIT for a dis

HBASE WALs

2021-02-25 Thread Marc Hoppins
Hi all, Do WAL files contain information for multiple regions per WAL or is one WAL associated with one region? I am trying to find a way to clear a RIT for a disabled table. A similar problem (but on a test cluster) involved me clearing znode info, deleting HDFS data for the table and deletin