[
https://issues.apache.org/jira/browse/HBASE-19242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-19242:
--------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Pushed to branch-2 and master. Thanks for the patch [~balazs.meszaros] Added
you to the sign-off [~zghaobac]
> Add MOB compact support for AsyncAdmin
> --------------------------------------
>
> Key: HBASE-19242
> URL: https://issues.apache.org/jira/browse/HBASE-19242
> Project: HBase
> Issue Type: Sub-task
> Components: Admin, mob
> Reporter: Duo Zhang
> Assignee: Balazs Meszaros
> Priority: Blocker
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19242.master.001.patch,
> HBASE-19242.master.002.patch, HBASE-19242.master.002.patch,
> HBASE-19242.master.003.patch
>
>
> {code}
> private CompletableFuture<Void> compact(TableName tableName, byte[]
> columnFamily, boolean major,
> CompactType compactType) {
> if (CompactType.MOB.equals(compactType)) {
> // TODO support MOB compact.
> return failedFuture(new UnsupportedOperationException("MOB compact does
> not support"));
> }
> {code}
> We need to support it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)