Description
Because of the modification of HBASE-20781, the faked WALEdits won't be filtered, all WALEdits will be saved into Memstore with a status that inMemstore is true(uses WAL->append method).
The family array of IndexedKeyValue is WALEdit.METAFAMILY that is used to describe a fake WALEdit, and it will put into Memstore with WALedits of data table during sync global index.
WAL files can't be cleaned, except for restarting RS, Many WAL files will decrease the percent of disk free.
Attachments
Attachments
Issue Links
- is fixed by
-
HBASE-25459 WAL can't be cleaned in some scenes
- Resolved
- is related to
-
PHOENIX-5268 HBase 2.1/2.2 compatibility
- Closed