HBASE-25196 Add deprecation documentation to HConstants (#2559)

Add the documentation when
HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY was deprecated and when
it is expected to be removed.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Jan Hentschel 2020-10-21 09:18:35 +02:00 committed by GitHub
parent 200343c59c
commit 6c8f5f30d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1358,7 +1358,9 @@ public final class HConstants {
/**
* Drop edits for tables that been deleted from the replication source and target
* @deprecated moved it into HBaseInterClusterReplicationEndpoint
* @deprecated since 3.0.0. Will be removed in 4.0.0.
* Moved it into HBaseInterClusterReplicationEndpoint.
* @see <a href="https://issues.apache.org/jira/browse/HBASE-24359">HBASE-24359</a>
*/
@Deprecated
public static final String REPLICATION_DROP_ON_DELETED_TABLE_KEY =