keith-turner commented on code in PR #5886:
URL: https://github.com/apache/accumulo/pull/5886#discussion_r2361185499
##########
core/src/main/java/org/apache/accumulo/core/conf/SiteConfiguration.java:
##########
@@ -204,6 +204,12 @@ public static SiteConfiguration auto() {
private SiteConfiguration(Map<String,String> config) {
ConfigCheckUtil.validate(config.entrySet(), "site config");
+ config.forEach((prop, value) -> {
Review Comment:
updated in f32f471 and used some wording disucussed in #5888 for the
excpetion message. This code logs a warning in #5888 and throws an exception
here.
--
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]