Jingyun Tian
|
bd2f04dd54
|
HBASE-21965 Fix failed split and merge transactions that have failed to roll back
|
2019-04-09 19:56:18 +08:00 |
|
meiyi
|
d32f924ef4
|
HBASE-22117 Move hasPermission/checkPermissions from region server to master
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-09 17:01:01 +08:00 |
|
zhangduo
|
11547b79f3
|
HBASE-22178 Introduce a createTableAsync with TableDescriptor method in Admin
|
2019-04-07 21:06:00 +08:00 |
|
zhangduo
|
0247466210
|
HBASE-22179 Fix RawAsyncHBaseAdmin.getCompactionState
|
2019-04-07 08:31:44 +08:00 |
|
zhangduo
|
0ca97d482a
|
HBASE-22177 Do not recreate IOException in RawAsyncHBaseAdmin.adminCall
|
2019-04-07 08:30:31 +08:00 |
|
Duo Zhang
|
04937baf7b
|
HBASE-22158 RawAsyncHBaseAdmin.getTableSplits should filter out none default replicas
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-04-05 22:14:36 +08:00 |
|
Duo Zhang
|
3e8152837e
|
HBASE-22157 Include the cause when constructing RestoreSnapshotException in restoreSnapshot
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-04-04 10:45:14 +08:00 |
|
zhangduo
|
cd2374a7f0
|
HBASE-22108 Avoid passing null in Admin methods
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-02 21:13:17 +08:00 |
|
zhangduo
|
1c4e705592
|
HBASE-22135 AsyncAdmin will not refresh master address
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-01 09:23:43 +08:00 |
|
pingsutw
|
51dda380a6
|
HBASE-22101 AsyncAdmin.isTableAvailable should not throw TableNotFoundException
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-30 20:41:19 +08:00 |
|
zhangduo
|
7fe31b060f
|
HBASE-22121 AsyncAdmin can not deal with non default meta replica
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-30 20:18:44 +08:00 |
|
Sakthi
|
caa9650a70
|
HBASE-22094: Throw TableNotFoundException if table not exists in AsyncAdmin.compact
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-27 20:14:12 +08:00 |
|
pingsutw
|
56dd309b21
|
HBASE-22102 Remove AsyncAdmin.isTableAvailable(TableName, byte[][])
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-27 17:45:01 +08:00 |
|
meiyi
|
7b3ff56202
|
HBASE-21911 Move getUserPermissions from regionserver to master
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-27 11:22:21 +08:00 |
|
zhangduo
|
5f6143ebde
|
HBASE-22074 Should use procedure store to persist the state in reportRegionStateTransition
|
2019-03-26 18:13:59 +08:00 |
|
yaojingyi
|
f8524b8f8e
|
HBASE-21964 unset Quota by Throttle Type
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-26 09:42:50 +08:00 |
|
zhangduo
|
386703811d
|
Revert "HBASE-21965 Fix failed split and merge transactions that have failed to roll back"
This reverts commit 7e3ca7063cc1a4b431e0b07e8db91537252db3c3.
|
2019-03-24 13:51:34 +08:00 |
|
pingsutw
|
21cb00eef6
|
HBASE-22064 Remove Admin.deleteSnapshot(byte[])
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-23 21:27:12 +08:00 |
|
Jingyun Tian
|
7e3ca7063c
|
HBASE-21965 Fix failed split and merge transactions that have failed to roll back
|
2019-03-22 17:11:50 +08:00 |
|
niuyulin
|
cbd9c9b2e1
|
HBASE-22065 Add listTableDescriptors(List<TableName>) method in AsyncAdmin
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-21 22:35:45 +08:00 |
|
xujunhong
|
556b98101c
|
HBASE-22063 Deprecated Admin.deleteSnapshot(byte[])
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-21 22:28:10 +08:00 |
|
Rishabh Jain
|
b4b4854371
|
HBASE-22042 Missing @Override annotation for RawAsyncTableImpl.scan
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-19 17:01:20 +08:00 |
|
meiyi
|
86dd92cccb
|
HBASE-22015 UserPermission should be annotated as InterfaceAudience.Public
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-19 14:41:22 +08:00 |
|
pingsutw
|
f65bf79d1d
|
HBASE-22056 Unexpected blank line in ClusterConnection
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-03-18 15:54:29 -04:00 |
|
zhangduo
|
cc55835d03
|
HBASE-22040 Add mergeRegionsAsync with a List of region names method in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-18 20:45:21 +08:00 |
|
Duo Zhang
|
f1ebbb928b
|
HBASE-22039 Should add the synchronous parameter for the XXXSwitch method in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-16 10:05:54 +08:00 |
|
Nihal Jain
|
01e5af5a34
|
HBASE-20662 Increasing space quota on a violated table does not remove SpaceViolationPolicy.DISABLE enforcement
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-03-15 12:16:58 -04:00 |
|
Duo Zhang
|
3c5761e365
|
HBASE-22002 Remove the deprecated methods in Admin interface
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-14 21:42:23 +08:00 |
|
zhangduo
|
10ca598004
|
HBASE-22001 Polish the Admin interface
Signed-off-by: stack <stack@apache.org>
|
2019-03-11 14:38:31 +08:00 |
|
Norbert Kalmar
|
8d3e7517e6
|
HBASE-21416 - fix TestRegionInfoDisplay flaky test
|
2019-03-08 09:18:17 -08:00 |
|
zhangduo
|
6e3987cf02
|
HBASE-22007 Add restoreSnapshot and cloneSnapshot with acl methods in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-08 18:03:00 +08:00 |
|
johnhomsea
|
63d0e6ed4a
|
HBASE-22000 Deprecated isTableAvailable with splitKeys
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-03-07 09:18:01 +08:00 |
|
zhangduo
|
c9804758d1
|
HBASE-21983 Should track the scan metrics in AsyncScanSingleRegionRpcRetryingCaller if scan metrics is enabled
|
2019-03-03 19:08:23 +08:00 |
|
zhangduo
|
1e12e88492
|
HBASE-21978 Should close AsyncRegistry if we fail to get cluster id when creating AsyncConnection
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-03 08:19:07 +08:00 |
|
meiyi
|
841a45afb7
|
HBASE-21974 Change Admin#grant/revoke parameter from UserPermission to user and Permission
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 23:41:48 +08:00 |
|
Syeda
|
030b4d12fb
|
HBASE-21487 Concurrent modify table ops can lead to unexpected results
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 13:00:19 +08:00 |
|
Duo Zhang
|
cbdbe6572b
|
HBASE-21976 Deal with RetryImmediatelyException for batching request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 12:14:16 +08:00 |
|
meiyi
|
9370347efe
|
HBASE-21820 Implement CLUSTER quota scope
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-27 18:23:45 +08:00 |
|
Duo Zhang
|
b1c42f1009
|
HBASE-21961 Infinite loop in AsyncNonMetaRegionLocator if there is only one region and we tried to locate before a non empty row
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-27 17:54:50 +08:00 |
|
Guanghao Zhang
|
6e06a0d790
|
HBASE-20724 Sometimes some compacted storefiles are still opened after region failover
|
2019-02-27 15:45:42 +08:00 |
|
Duo Zhang
|
c33ceb23d3
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-26 11:21:55 +08:00 |
|
zhangduo
|
aa7d3ce39f
|
HBASE-21944 Validate put for batch operation
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 20:19:51 +08:00 |
|
zhangduo
|
b73f03e0cb
|
Revert "HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client"
This reverts commit 449ed0834b220bcc4047135af23a6c0677248991.
|
2019-02-24 20:14:17 +08:00 |
|
zhangduo
|
a47c1ddcd2
|
HBASE-21945 Maintain the original order when sending batch request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 17:55:49 +08:00 |
|
Duo Zhang
|
449ed0834b
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 17:34:12 +08:00 |
|
Guanghao Zhang
|
0fc5173eef
|
HBASE-21922 BloomContext#sanityCheck may failed when use ROWPREFIX_DELIMITED bloom filter
|
2019-02-23 23:25:01 +08:00 |
|
Duo Zhang
|
f0032c9255
|
HBASE-20587 Replace Jackson with shaded thirdparty gson
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-22 16:24:51 +08:00 |
|
Wellington Chevreuil
|
482b505796
|
HBASE-21505 - proposal for a more consistent report on status
Signed-off-by: Jingyun Tian <tianjy@apache.org>
|
2019-02-22 12:08:38 +08:00 |
|
meiyi
|
dfb95cfd83
|
HBASE-21938 Add a new ClusterMetrics.Option SERVERS_NAME to only return the live region servers's name without metrics
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-22 10:41:51 +08:00 |
|
meiyi
|
9a55cbb2c1
|
HBASE-21783 Support exceed user/table/ns throttle quota if region server has available quota
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-21 15:36:37 +08:00 |
|