You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/14 08:51:52 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #1648: HDDS-4449. Rename config ozone.datanode.pipeline.limit

adoroszlai commented on a change in pull request #1648:
URL: https://github.com/apache/ozone/pull/1648#discussion_r542209202



##########
File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/conf/OzoneConfiguration.java
##########
@@ -293,8 +294,11 @@ public Properties getAllPropertiesByTag(String tag) {
     return configMap;
   }
 
+
   private static void addDeprecatedKeys(){
     Configuration.addDeprecations(new DeprecationDelta[]{
+        new DeprecationDelta("ozone.datanode.pipeline.limit",
+            ScmConfigKeys.OZONE_DATANODE_PIPELINE_LIMIT)

Review comment:
       ```suggestion
               ScmConfigKeys.OZONE_DATANODE_PIPELINE_LIMIT),
   ```




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org