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

   ## What changes were proposed in this pull request?
   This PR changes the value of `hdds.scm.safemode.min.datanode` to 3 in 
`HddsConfigKeys`.
   
   Currently, the default value of `hdds.scm.safemode.min.datanode` is set to 1.
   This means that an user can deploy an Ozone cluster (with default 
configuration) with just one datanode and the cluster will come out of 
safemode. After coming out of safemode the writes with three way replication 
will fail.
   
   By changing the default value of `hdds.scm.safemode.min.datanode` from 1 to 
3, we will make sure that the cluster deployed with default configuration will 
not fail during write once it's out of safemode.
   
   The users who wants to run Ozone with just one datanode can manually update 
the config.
   
   ## What is the link to the Apache JIRA
   [HDDS-12378](https://issues.apache.org/jira/browse/HDDS-12378)
   
   ## How was this patch tested?
   CI:
   https://github.com/kostacie/ozone/actions/runs/14641406750


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