priyeshkaratha opened a new pull request, #9219:
URL: https://github.com/apache/ozone/pull/9219

   ## What changes were proposed in this pull request?
   
   In the `deleteBlock` request, the OM now sends both the `blockSize` and 
`blockID` to the SCM. Since this introduces a change in the request format, it 
may lead to compatibility issues during upgrades.
   
   To handle this, multiple checks have been added based on the feature 
finalization state. The system dynamically selects the appropriate logic 
depending on whether the feature is finalized or not.
   
   We have decided to proceed with the new request format. If the SCM receives 
a request in the old format, it will be rejected at the server-side Protobuf 
translator layer. As a result, block deletion operations will not be supported 
during upgrade scenarios.
   
   ## What is the link to the Apache JIRA
   
   HDDS-13852
   
   ## How was this patch tested?
   
   Tested with CI
   


-- 
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