ctubbsii commented on code in PR #3973:
URL: https://github.com/apache/accumulo/pull/3973#discussion_r1401203816
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -726,6 +726,7 @@ public enum Property {
"The number of threads on each tablet server available to retrieve"
+ " summary data, that is not currently in cache, from RFiles.",
"2.0.0"),
+ @Deprecated(since = "3.1", forRemoval = true)
Review Comment:
The description of this property could benefit from an explanation for its
deprecation/what replaces it, so users don't just see that it's deprecated in
the generated docs and wonder why.
--
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]