You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/14 16:38:15 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #372: HBASE-22673 Avoid to expose protobuf stuff in Hbck interface

HorizonNet commented on a change in pull request #372: HBASE-22673 Avoid to expose protobuf stuff in Hbck interface
URL: https://github.com/apache/hbase/pull/372#discussion_r303251948
 
 

 ##########
 File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Hbck.java
 ##########
 @@ -105,8 +109,18 @@
   List<Boolean> bypassProcedure(List<Long> pids, long waitTime, boolean override, boolean recursive)
       throws IOException;
 
-  List<Long> scheduleServerCrashProcedure(List<HBaseProtos.ServerName> serverNames)
-      throws IOException;
+  /**
+   * Use {@link #scheduleServerCrashProcedures(List)} instead.
+   * @deprecated since 2.2.1. Will removed in 2.3.0.
 
 Review comment:
   Can you please create a ticket targeting the 2.3.0 release and the current master for removal?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services