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

   ## What changes were proposed in this pull request?
   
   Currently MiniOzoneCluster creates almost identical datanodes, based on 
global config and few datanode-specific properties:
   
   * `numDataVolumes`
   * `datanodeReservedSpace`
   * `dnLayoutVersion`
   
   This change introduces a factory to create datanodes for `MiniOzoneCluster`, 
further cleaning up the global `MiniOzoneCluster.Builder` interface.
   
   Other implementations can be added in the future to customize each datanode 
(e.g. different number of volumes, different amount of reserved space, etc.).
   
   https://issues.apache.org/jira/browse/HDDS-10320
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/7979189177


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