hemantk-12 opened a new pull request, #5511: URL: https://github.com/apache/ozone/pull/5511
## What changes were proposed in this pull request? Currently, we track all the column families's compaction in DAG even though we don't need to track everything. As part of this change, only `keyTable`, `directoryTable` and `fileTable` column family's compaction is tracked in DAG and corresponding SST files are hard-linked in SST back-up dir. Context: https://github.com/apache/ozone/pull/3981#discussion_r1035170100 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8196 ## How was this patch tested? Added new unit and integration tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
