infraio 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_r304712180
##########
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:
Open a new issue HBASE-22708 for it.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services