sodonnel commented on code in PR #3391:
URL: https://github.com/apache/ozone/pull/3391#discussion_r870145153
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java:
##########
@@ -367,6 +367,10 @@ public final class ScmConfigKeys {
// Setting to zero by default means this limit doesn't take effect.
public static final int OZONE_SCM_RATIS_PIPELINE_LIMIT_DEFAULT = 0;
+ public static final String OZONE_SCM_EC_PIPELINE_LIMIT =
+ "ozone.scm.ec.pipeline.limit";
Review Comment:
Same comment as below - keep the name as OZONE_SCM_EC_PIPELINE_MINIMUM.
--
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]