You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by xu...@apache.org on 2019/08/15 21:19:00 UTC

[hbase] branch branch-1.4 updated: HBASE-22823 Mark Canary as Public/Evolving

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

xucang pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 89f42f1  HBASE-22823 Mark Canary as Public/Evolving
89f42f1 is described below

commit 89f42f1f6a849b662af60b24d4969902b344d567
Author: Caroline Zhou <ca...@salesforce.com>
AuthorDate: Wed Aug 14 15:58:35 2019 -0700

    HBASE-22823 Mark Canary as Public/Evolving
    
    Signed-off-by: Xu Cang <xu...@apache.org>
---
 hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
index 073df68..30b1344 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
@@ -108,7 +108,7 @@ import org.apache.zookeeper.data.Stat;
  * 3. zookeeper mode - for each zookeeper instance, selects a zNode and
  * outputs some information about failure or latency.
  */
-@InterfaceAudience.Private
+@InterfaceAudience.Public
 public final class Canary implements Tool {
   // Sink interface used by the canary to outputs information
   public interface Sink {