You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2020/10/21 07:18:55 UTC

[hbase] branch master updated: HBASE-25196 Add deprecation documentation to HConstants (#2559)

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c8f5f3  HBASE-25196 Add deprecation documentation to HConstants (#2559)
6c8f5f3 is described below

commit 6c8f5f30d5e5402f99834fd8a3b75736fef27cd4
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Wed Oct 21 09:18:35 2020 +0200

    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 <zh...@apache.org>
---
 hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java b/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
index 41bf487..e1d3de9 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
@@ -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 =