-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-28648 Change the deprecation cycle for RegionObserver.postInstantiateDeleteTracker #6133
Conversation
…ntiateDeleteTracker
@Apache9 Could you take a look? Thanks. |
🎊 +1 overall
This message was automatically generated. |
@@ -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, will be removed in 4.0. Visibility label feature still use this method, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to '2.0.0', '4.0.0' and '3.0.0'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Apache9 Thanks for your review. I have revised it. could you take a look? Thanks.
🎊 +1 overall
This message was automatically generated. |
…ntiateDeleteTracker
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…ntiateDeleteTracker (#6133) Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit edbb145)
https://issues.apache.org/jira/browse/HBASE-28648