keith-turner commented on code in PR #5909:
URL: https://github.com/apache/accumulo/pull/5909#discussion_r2369707585
##########
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:
Opened #5911 that may be related. Is that what this change was trying to
fix?
--
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]