Skip to content

Commit edbb145

Browse files
authored
HBASE-28648 Change the deprecation cycle for RegionObserver.postInstantiateDeleteTracker (apache#6133)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 9dccc67 commit edbb145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionObserver.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,8 @@ default List<Pair<Cell, Cell>> postAppendBeforeWAL(
15671567
* @param ctx the environment provided by the region server
15681568
* @param delTracker the deleteTracker that is created by the QueryMatcher
15691569
* @return the Delete Tracker
1570-
* @deprecated Since 2.0 with out any replacement and will be removed in 3.0
1570+
* @deprecated Since 2.0.0, will be removed in 4.0.0. Visibility label feature still use this
1571+
* method, so it can not be removed in 3.0.0
15711572
*/
15721573
@Deprecated
15731574
default DeleteTracker postInstantiateDeleteTracker(

0 commit comments

Comments
 (0)