sumitagrawl opened a new pull request, #7035:
URL: https://github.com/apache/ozone/pull/7035
## What changes were proposed in this pull request?
Changes:
1. refactor quota repair for running non-blocking
- DB checkpoint is created before starting quota usages calculation
- Diff quota usages is identified from checkpoint with original and new
quota
- For diff, quota update is send via ratis to correct quota usages
- Status is added to be integrated for last run with CLI
2. while upgrade case, change handling as non-blocking
- quota repair trigger on FiNALIZE trigger for upgrade (as ratis
dependency, its initialized during this phase only)
- Just trigger, but actual run will happen async
The target for this refactor is to `integrate with tool CLI` option to
trigger again and verify for correctness. This is tracked with `Parent ID:`
[HDDS-8824](https://issues.apache.org/jira/browse/HDDS-8824)
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-11284
## How was this patch tested?
- Unit test is updated to cover scenario
--
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]