dlmarion commented on code in PR #5909:
URL: https://github.com/apache/accumulo/pull/5909#discussion_r2369993071


##########
core/src/main/java/org/apache/accumulo/core/conf/SiteConfiguration.java:
##########
@@ -271,7 +274,7 @@ public void getProperties(Map<String,String> props, 
Predicate<String> filter) {
   public void getProperties(Map<String,String> props, Predicate<String> filter,
       boolean useDefaults) {
     if (useDefaults) {
-      parent.getProperties(props, filter);
+      parent.getProperties(props, DEFAULT_TABLE_PROP_FILTER.and(filter));

Review Comment:
   Yeah, maybe #5911 is the correct fix. I wasn't sure if that would fix all 
the failing ITs or not. Happy to back out this portion of the change in favor 
of #5911.



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

Reply via email to