bsglz commented on a change in pull request #2254:
URL: https://github.com/apache/hbase/pull/2254#discussion_r470422725
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java
##########
@@ -591,7 +596,11 @@
* @param forcible If true, force unassign (Will remove region from
regions-in-transition too if
* present. If results in double assignment use hbck -fix to
resolve. To be used by
* experts).
+ * @deprecated since 2.4.0 and will be removed in 4.0.0. Use {@link
#unassign(byte[])}
+ * instead.
+ * @see <a
href="https://issues.apache.org/jira/browse/HBASE-24875">HBASE-24875</a>
*/
+ @Deprecated
CompletableFuture<Void> unassign(byte[] regionName, boolean forcible);
Review comment:
Will fix later. Thanks.
----------------------------------------------------------------
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]