Details
Description
Currently, user can trigger table flush through hbase shell or HBaseAdmin API. To flush the table cache, each region server hosting the regions is contacted and flushed sequentially, which is less efficient.
In HBase snapshot global procedure is used to coordinate and flush the regions in a distributed way.
Let's provide a distributed table flush for general use.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-7912 HBase Backup/Restore Based on HBase Snapshot
- Closed
- is required by
-
HBASE-11085 Incremental Backup Restore support
- Closed
-
HBASE-10900 FULL table backup and restore
- Closed
- relates to
-
HBASE-9426 Make custom distributed barrier procedure pluggable
- Closed