dlmarion commented on code in PR #3080:
URL: https://github.com/apache/accumulo/pull/3080#discussion_r1026392482
##########
core/src/main/java/org/apache/accumulo/core/data/Mutation.java:
##########
@@ -1501,42 +1491,36 @@ public int size() {
}
/**
- * Add a new element to the set of peers which this Mutation originated from
+ * Non-functional API; do not use
*
- * @param peer
- * the peer to add
* @since 1.7.0
+ * @deprecated old, no longer functional API for replication feature removed
in 3.0
*/
+ @Deprecated(since = "3.0.0")
Review Comment:
I'm wondering if the following is sufficient (I think it is):
* Modify the 2.1.0 release notes to add a "Newly Deprecated" section and
state that the entire replication feature is deprecated (in big, red, flashing
font). The fact that the deprecation annotations are missing on these few
methods in 2.1.0 is a bug in of itself.
* Add the missing deprecation annotations in 2.1.1
* Remove in 3.0.0
--
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]