ChenSammi opened a new pull request, #6237:
URL: https://github.com/apache/ozone/pull/6237
## What changes were proposed in this pull request?
deleted_blocks table is only used in container schema V1. It's replaced with
delete_txns table in schema V2 and V3. But currently deleted_blocks table is
still defined and kept in DatanodeSchemaThreeDBDefinition and
DatanodeSchemaTwoDBDefinition, which will confuse the code readers who don't
know this background.
This task removes the deleted_blocks table definition and reference in
schema V2 and V3.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10398
## How was this patch tested?
Existing unit 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]