adoroszlai commented on code in PR #9914:
URL: https://github.com/apache/ozone/pull/9914#discussion_r2944887292


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfig.java:
##########
@@ -209,4 +242,87 @@ public static class ConfigStrings {
     public static final String HDDS_SCM_KERBEROS_PRINCIPAL_KEY = 
"hdds.scm.kerberos.principal";
     public static final String HDDS_SCM_KERBEROS_KEYTAB_FILE_KEY = 
"hdds.scm.kerberos.keytab.file";
   }
+
+  /**
+   * Parsed and normalized snapshot of {@code 
hdds.scm.pipeline.exclude.datanodes}.
+   */
+  public static final class PipelineExcludedNodes {

Review Comment:
   I suggest moving `PipelineExcludedNodes` class to top-level to avoid 
bloating `ScmConfig`.



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