Skip to content

Commit

Permalink
HBASE-28648 Change the deprecation cycle for RegionObserver.postInsta…
Browse files Browse the repository at this point in the history
…ntiateDeleteTracker (#6133)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
2005hithlj authored Aug 2, 2024
1 parent 9dccc67 commit edbb145
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,8 @@ default List<Pair<Cell, Cell>> postAppendBeforeWAL(
* @param ctx the environment provided by the region server
* @param delTracker the deleteTracker that is created by the QueryMatcher
* @return the Delete Tracker
* @deprecated Since 2.0 with out any replacement and will be removed in 3.0
* @deprecated Since 2.0.0, will be removed in 4.0.0. Visibility label feature still use this
* method, so it can not be removed in 3.0.0
*/
@Deprecated
default DeleteTracker postInstantiateDeleteTracker(
Expand Down

0 comments on commit edbb145

Please sign in to comment.