ndimiduk commented on a change in pull request #3395:
URL: https://github.com/apache/hbase/pull/3395#discussion_r655802538
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DelimitedKeyPrefixRegionSplitPolicy.java
##########
@@ -37,7 +37,11 @@
* <code>userid_eventtype_eventid</code>, and use prefix delimiter _, this
split policy
* ensures that all rows starting with the same userid, belongs to the same
region.
* @see KeyPrefixRegionSplitPolicy
+ *
+ * @deprecated since 2.4.3 and will be removed in 4.0.0. Use {@link
RegionSplitRestriction},
Review comment:
You need to update this deprecation string to also include the
applicable 2.3.x version number.
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/KeyPrefixRegionSplitPolicy.java
##########
@@ -29,7 +29,11 @@
*
* This ensures that a region is not split "inside" a prefix of a row key.
* I.e. rows can be co-located in a region by their prefix.
+ *
+ * @deprecated since 2.4.3 and will be removed in 4.0.0. Use {@link
RegionSplitRestriction},
Review comment:
You need to update this deprecation string to also include the
applicable 2.3.x version number.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]