[
https://issues.apache.org/jira/browse/HBASE-23878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sakthi updated HBASE-23878:
---------------------------
Release Note:
Add a mergeRegionsAsync(byte[][], boolean) method in the AsyncAdmin interface.
Instead of using assert, now we will throw IllegalArgumentException when you
want to merge less than 2 regions at client side. And also, at master side,
instead of using assert, now we will throw DoNotRetryIOException if you want
merge more than 2 regions, since we only support merging two regions at once
for now.
> Backport HBASE-22040 to branch-2.1
> ----------------------------------
>
> Key: HBASE-23878
> URL: https://issues.apache.org/jira/browse/HBASE-23878
> Project: HBase
> Issue Type: Task
> Reporter: Sakthi
> Assignee: Sakthi
> Priority: Major
> Fix For: 2.1.10
>
> Attachments: hbase-23878.branch-2.1.001.patch
>
>
> This fix went in to 2.2+. But I feel like it's applicable and could be used
> in 2.1 as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)