symious opened a new pull request, #10937: URL: https://github.com/apache/ozone/pull/10937
## What changes were proposed in this pull request? **Please only review commits starts with "T4".** This ticket includes the following tasks. Sub-task | Scope | Acceptance -- | -- | -- T4.1 read by versionId | GET/HEAD/LOOKUP with versionId (incl. null addressing) | current / noncurrent / null addressing all read correctly; a request without a versionId still reads the current version unchanged; naming the current version's id performs no versionedKeyTable read; an unknown versionId returns KEY_NOT_FOUND; a current delete marker read without a versionId returns KEY_NOT_FOUND; a versionId addressing a delete marker, current or not, returns KEY_IS_DELETE_MARKER; versions behind a marker stay readable by versionId; a versionId against an FSO or LEGACY bucket returns NOT_SUPPORTED_OPERATION. T4.2 permanent delete (non-current) | DELETE ?versionId= on noncurrent versions; blocks to deletedTable | the targeted version disappears, others unaffected; quota deducted T4.3 version promotion | deleting current triggers the ยง4.5 switch (incl. marker deletion / object restore) | next-newest promoted with content unchanged field by field; key disappears after its only version is deleted; restore flow tested end to end </div></b> ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16046 ## How was this patch tested? unit test. -- 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]
