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

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


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

commit f8695bbe098f778b7d6841e02cb47e00849eae4f
Author: Caroline Zhou <caroline.z...@salesforce.com>
AuthorDate: Wed Aug 14 15:58:35 2019 -0700

    HBASE-22823 Mark Canary as Public/Evolving
    
    Signed-off-by: Xu Cang <xuc...@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 7c17db9..5bccff1 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
@@ -109,7 +109,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 {

Reply via email to