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

   ## What changes were proposed in this pull request?
   
   This change introduces a simple validation logic in 
`AbstractLayoutVersionManager` to check that `LayoutFeature`'s `layoutVersion` 
is strictly ascending. By right "monotonically increasing" means it can have 
duplicates (i.e. not "unique"), but since it also specifies "unique", I would 
assume that means strictly increasing.
   
   FYI: This is my first PR taken from the [Newbie Ozone 
jiras](https://s.apache.org/OzoneNewbieJiras).
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4303
   
   ## How was this patch tested?
   
   Unit Tests
   - Decreasing LayoutVersions (Must fail)
   - Non-unique increase LayoutVersions (Must fail)
   
   


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