Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Context: https://github.com/apache/ozone/pull/3981#discussion_r1035170100
In the DB listeners (in RocksDBCheckpointDiffer), we could:
1. Only track the compaction when there is at least one snapshot in OM DB – This jira.
2. Track only the relevant tables' SSTs (keyTable, fileTable, directoryTable), ignoring others – possibly with some checks by calling RDB APIs. – HDDS-8196
Attachments
Issue Links
- causes
-
HDDS-8282 [Snapshot] Intermittent DB crash in RocksDBCheckpointDiffer
- Resolved
- is duplicated by
-
HDDS-8159 [Snapshot] Turn off snapshot DAG tracking when no snapshot exists
- Resolved
- is related to
-
HDDS-8196 [Snapshot] DB listener to only track SSTs that belong to the tables of interest
- Resolved
- links to