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:02 UTC

[hbase] branch branch-1.4 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.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 830b79d  Revert "HBASE-22823 Mark Canary as Public/Evolving"
830b79d is described below

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

    Revert "HBASE-22823 Mark Canary as Public/Evolving"
    
    This reverts commit 89f42f1f6a849b662af60b24d4969902b344d567.
    
    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 {