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

[hbase] branch branch-1 updated: Revert "HBASE-22823 Mark Canary as Public/Evolving"

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

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


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

commit bb31ffa9d26f574e8126ea15c08080fb952cca6e
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Tue Aug 20 09:44:46 2019 -0700

    Revert "HBASE-22823 Mark Canary as Public/Evolving"
    
    This reverts commit 1f7458dc384d91caff17a6f75b41f576cb3a580f.
    
    See HBASE-22874
---
 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 30b1344..073df68 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.Public
+@InterfaceAudience.Private
 public final class Canary implements Tool {
   // Sink interface used by the canary to outputs information
   public interface Sink {