dlmarion commented on code in PR #5081:
URL: https://github.com/apache/accumulo/pull/5081#discussion_r1850270128
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -994,6 +994,12 @@ public enum Property {
+ " The resources that are used by default can be seen in"
+ "
`accumulo/server/monitor/src/main/resources/templates/default.ftl`.",
"2.0.0"),
+ MONITOR_OBFUSCATE_EXTENTS("monitor.extents.obfuscate", "true",
PropertyType.BOOLEAN,
+ "Obfuscates the table extent information displayed in the Monitor if
true. Setting"
+ + " this to false will expose data in the row of the keys where
tablets split. It"
+ + " is not recommended to set this to false if the Monitor is
exposed to entities"
+ + " that should not see this information.",
Review Comment:
Updated in afb06ae
--
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]