Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
We need new implementation of snapshot feature that is more robust and performant. Ideally, it will work with multiple tables as well. The possible areas of improvements:
- Must be flushless. Coordinated memstore flushes across a cluster are bad.
- Verification phase must be distributed, done in parallel and not on Master.
In theory, the only info we need to record snapshot of a table: list of WAL files, list of HFiles and max sequence id of an edit which has been flushed per Region.
Attachments
Issue Links
- blocks
-
HBASE-14415 Full backup based on Snapshot v2
- Closed
- is related to
-
HBASE-21559 The RestoreSnapshotFromClientTestBase related UT are flaky
- Closed
- relates to
-
HBASE-14090 Redo FS layout; let go of tables/regions/stores directory hierarchy in DFS
- Open