ctubbsii commented on code in PR #3973:
URL: https://github.com/apache/accumulo/pull/3973#discussion_r1401286129
##########
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:
I was thinking narrowly about this one property, but if there are others,
then that should be done, too, but this is the only one in scope of this PR.
--
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]