hemantk-12 opened a new pull request, #4986:
URL: https://github.com/apache/ozone/pull/4986

   ## What changes were proposed in this pull request?
   This patch contains following changes:
   1. Currently `snapDiff` job fails if it can't get the delta files using 
`RocksDBCheckpointDiffer`. This task is to fallback to full diff if 
`RocksDBCheckpointDiffer#getSSTDiffListWithFullPath` fails.
   2. We fall back to full diff if fromSnapshot and toSnapshot are same. Which 
is wrong and unnecessary. With change, it will throw an exception if form and 
to snapshots are same.
   3. Added more info logs when SST files are removed by compaction DAG and SST 
file pruning jobs to debug an issue.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-8935
   
   ## How was this patch tested?
   Added 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]

Reply via email to