elek opened a new pull request #1542:
URL: https://github.com/apache/ozone/pull/1542


   ## What changes were proposed in this pull request?
   
   In [HDDS-4185 we 
agreed](https://github.com/apache/ozone/pull/1374#issuecomment-696169868)  to 
introduce a new configuration for the Ozone client to adjust the behavior of 
incremental byte buffer.
   
   When I started to add it I realized the code is already very complex as all 
the required configuration values are propagated manually to the 
Key/Block/ChunkOutputstream as induvidual constructor parameters.
   
   In this patch I simplify the structure with using only one POJO with 
configuration annotations.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4417
   
   ## How was this patch tested?
   
   With full CI on my fork.


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

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