Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
set hbase.store.delete.expired.storefile as true to enable the expired store file deletion
Description
Currently, HBase deletes the out of TTL store files after compaction. We can change the sequence to delete the out of TTL store files before selecting store files for compactions.
In this way, HBase can keep deleting the old invalid store files without compaction, and also prevent from unnecessary compactions since the out of TTL store files will be deleted before the compaction selection.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-5568 Multi concurrent flushcache() for one region could cause data loss
- Closed
- is blocked by
-
HBASE-5274 Filter out the expired store file scanner during the compaction
- Closed
- relates to
-
HBASE-4717 More efficient age-off of old data during major compaction
- Closed