9uapaw commented on a change in pull request #3396:
URL: https://github.com/apache/hadoop/pull/3396#discussion_r705425384



##########
File path: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/ConfigurationProperties.java
##########
@@ -132,7 +132,8 @@ private void copyProperties(
       String prefixToTrim = trimPrefix;
 
       if (!trimPrefix.isEmpty()) {
-        if (!key.equals(trimPrefix)) {
+        if (!key.equals(trimPrefix) &&
+            !trimPrefix.endsWith(CapacitySchedulerConfiguration.DOT)) {

Review comment:
       Could you make a test case for this scenario?




-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to