zhangduo
|
7cd1caa1ec
|
HBASE-22477 Throwing exception when meta region is not in OPEN state in client registry may crash a master
|
2019-07-02 10:36:49 +08:00 |
huzheng
|
c19592a971
|
HBASE-21916 Abstract an ByteBuffAllocator to allocate/free ByteBuffer in ByteBufferPool
|
2019-06-25 21:12:37 +08:00 |
Jan Hentschel
|
6cff25cc23
|
HBASE-22344 Documented the deprecation of public and limited private APIs (#208)
Signed-off-by: stack <stack@apache.org>
|
2019-06-17 22:29:51 +02:00 |
Andrew Purtell
|
d3fba8c0c5
|
HBASE-22530 The metrics of store files count of region are returned to clients incorrectly (Eungsop Yoo)
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-06-13 17:45:28 -07:00 |
Duo Zhang
|
d2eee1400d
|
HBASE-22569 Should treat null consistency as Consistency.STRONG in ConnectionUtils.timelineConsistentRead
|
2019-06-13 08:20:50 +08:00 |
meiyi
|
17ea99c83d
|
HBASE-22513 Admin#getQuota does not work correctly if exceedThrottleQuota is set
|
2019-06-03 17:51:28 +08:00 |
Andrew Purtell
|
d06c3af980
|
HBASE-22459 Expose store reader reference count (#248)
|
2019-05-30 15:08:32 -07:00 |
Andrew Purtell
|
2c55bd9344
|
HBASE-22449 https everywhere in Maven metadata (#247)
|
2019-05-21 12:38:42 -07:00 |
zhangduo
|
6a28e76f7e
|
HBASE-22442 Nightly build is failing with hadoop 3.x
|
2019-05-19 07:56:02 +08:00 |
Andrew Purtell
|
cc0b70db1f
|
HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions (#225)
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-05-14 12:51:51 -07:00 |
Duo Zhang
|
6bd6a953a7
|
HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks
|
2019-05-14 16:45:32 +08:00 |
zhangduo
|
912bbab1bf
|
HBASE-21658 Addendum fix infinite wait when there are no meta locations yet
|
2019-05-14 08:13:02 +08:00 |
zhangduo
|
ee1ebac4c2
|
HBASE-21658 Should get the meta replica number from zk instead of config at client side
|
2019-05-11 09:31:46 +08:00 |
zhangduo
|
f1a00b9d57
|
HBASE-22236 AsyncNonMetaRegionLocator should not cache HRegionLocation with null location
|
2019-04-30 17:18:56 +08:00 |
Duo Zhang
|
75055c831e
|
HBASE-22325 AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided
|
2019-04-30 15:20:09 +08:00 |
Duo Zhang
|
37c0ab30c7
|
HBASE-22322 Use special pause for CallQueueTooBigException
|
2019-04-30 10:07:47 +08:00 |
Sakthi
|
c3e490f75c
|
HBASE-22086: Space Quota issue: Deleting snapshot doesn't update the usage of table
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-04-29 14:44:51 +08:00 |
Duo Zhang
|
940f374a07
|
HBASE-22317 Support reading from meta replicas
|
2019-04-28 15:59:11 +08:00 |
Sean Busbey
|
4862a596ef
|
HBASE-22083 move eclipse settings into a profile.
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-backup/pom.xml
hbase-hadoop-compat/pom.xml
hbase-protocol/pom.xml
|
2019-04-25 14:38:38 -05:00 |
Duo Zhang
|
a3e36cb545
|
HBASE-22307 Addendum deprecated PreemptiveFastFailException
|
2019-04-25 16:57:39 +08:00 |
Yu Li
|
54b944a10f
|
HBASE-22283 Print row and table information when failed to get region location
|
2019-04-24 15:52:52 +08:00 |
李小保
|
1bd5b5cf7b
|
HBASE-22250 The same constants used in many places should be placed in constant classes
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 21:24:46 -07:00 |
zouxiangwen
|
4138fce370
|
HBASE-22292 PreemptiveFastFailInterceptor clean repeatedFailuresMap issue
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 08:02:48 -07:00 |
Igor Rudenko
|
7046996d64
|
HBASE-22047 LeaseException in Scan should be retried
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 06:26:33 -07:00 |
Jan Hentschel
|
c40e6e2339
|
HBASE-22231 Removed unused and '*' import
|
2019-04-23 12:53:52 +02:00 |
zhangduo
|
8973885cf4
|
HBASE-22279 Add a getRegionLocator method in Table/AsyncTable interface
|
2019-04-22 18:39:53 +08:00 |
zhangduo
|
38c7ab59a2
|
HBASE-22282 Should deal with error in the callback of RawAsyncHBaseAdmin.splitRegion methods
|
2019-04-22 16:49:02 +08:00 |
zhangduo
|
3a1dc8ec82
|
HBASE-22278 RawAsyncHBaseAdmin should not use cached region location
|
2019-04-21 22:35:00 +08:00 |
zhangduo
|
393c5b9502
|
HBASE-22261 Make use of ClusterStatusListener for async client
|
2019-04-21 22:26:58 +08:00 |
zhangduo
|
65fb40d7ee
|
HBASE-22267 Implement client push back for async client
|
2019-04-21 16:51:55 +08:00 |
zhangduo
|
cbe4ec2c51
|
HBASE-22244 Make use of MetricsConnection in async client
|
2019-04-18 22:20:24 +08:00 |
Jan Hentschel
|
b5b1f86dc7
|
HBASE-22187 Removed remaining usages of ClusterConnection.clearRegionCache
|
2019-04-12 09:59:52 +02:00 |
Josh Elser
|
0f155b9ec9
|
HBASE-22144 Correct MultiRowRangeFilter to work with reverse scans
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-04-11 17:41:24 -04:00 |
stack
|
c7e92bbc0d
|
HBASE-22155 Move 2.2.0 on to hbase-thirdparty-2.2.0
|
2019-04-09 09:39:31 -07:00 |
Jingyun Tian
|
8a6b8e81aa
|
HBASE-21965 Fix failed split and merge transactions that have failed to roll back
|
2019-04-09 20:11:56 +08:00 |
meiyi
|
0e85571b39
|
HBASE-22117 Move hasPermission/checkPermissions from region server to master
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-09 17:06:09 +08:00 |
zhangduo
|
838e86952f
|
HBASE-22178 Introduce a createTableAsync with TableDescriptor method in Admin
|
2019-04-07 21:19:25 +08:00 |
zhangduo
|
b04b1ecc74
|
HBASE-22108 Avoid passing null in Admin methods
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-07 21:08:55 +08:00 |
zhangduo
|
0b46ac5db3
|
HBASE-22179 Fix RawAsyncHBaseAdmin.getCompactionState
|
2019-04-07 08:35:03 +08:00 |
zhangduo
|
448f26775c
|
HBASE-22177 Do not recreate IOException in RawAsyncHBaseAdmin.adminCall
|
2019-04-07 08:33:49 +08:00 |
Duo Zhang
|
e35ff3acb7
|
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 20:33:54 +08:00 |
Duo Zhang
|
7154f86b4b
|
HBASE-22157 Include the cause when constructing RestoreSnapshotException in restoreSnapshot
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-04-04 10:45:30 +08:00 |
zhangduo
|
6fad60232b
|
HBASE-22135 AsyncAdmin will not refresh master address
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-01 09:24:00 +08:00 |
pingsutw
|
b78c7a4f00
|
HBASE-22101 AsyncAdmin.isTableAvailable should not throw TableNotFoundException
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-30 20:43:12 +08:00 |
zhangduo
|
4cf8e3b04c
|
HBASE-22121 AsyncAdmin can not deal with non default meta replica
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-30 20:19:02 +08:00 |
Sakthi
|
37b2cab98a
|
HBASE-22094: Throw TableNotFoundException if table not exists in AsyncAdmin.compact
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-27 20:14:29 +08:00 |
meiyi
|
89dbab7c9f
|
HBASE-21911 Move getUserPermissions from regionserver to master
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-27 11:22:57 +08:00 |
zhangduo
|
bb52a6766a
|
HBASE-22074 Should use procedure store to persist the state in reportRegionStateTransition
|
2019-03-26 18:14:17 +08:00 |
yaojingyi
|
1926b86a8c
|
HBASE-21964 unset Quota by Throttle Type
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-26 09:46:01 +08:00 |
zhangduo
|
8fb8886e5c
|
Revert "HBASE-21965 Fix failed split and merge transactions that have failed to roll back"
This reverts commit b2a4265992 .
|
2019-03-24 13:50:39 +08:00 |
Jingyun Tian
|
b2a4265992
|
HBASE-21965 Fix failed split and merge transactions that have failed to roll back
|
2019-03-22 17:12:34 +08:00 |
niuyulin
|
ffcc003f85
|
HBASE-22065 Add listTableDescriptors(List<TableName>) method in AsyncAdmin
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-21 22:36:10 +08:00 |
xujunhong
|
c14f362bf8
|
HBASE-22063 Deprecated Admin.deleteSnapshot(byte[])
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-21 22:25:27 +08:00 |
Rishabh Jain
|
3a0cc2a098
|
HBASE-22042 Missing @Override annotation for RawAsyncTableImpl.scan
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-19 17:01:44 +08:00 |
meiyi
|
3317f03d41
|
HBASE-22015 UserPermission should be annotated as InterfaceAudience.Public
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-19 14:55:15 +08:00 |
zhangduo
|
2277ca422e
|
HBASE-22040 Add mergeRegionsAsync with a List of region names method in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-18 21:05:27 +08:00 |
Duo Zhang
|
40bf6c5069
|
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:09:07 +08:00 |
Nihal Jain
|
04b78bb416
|
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 14:00:52 -04:00 |
zhangduo
|
31b3716e84
|
HBASE-22001 Polish the Admin interface
Signed-off-by: stack <stack@apache.org>
|
2019-03-11 14:43:12 +08:00 |
Norbert Kalmar
|
003095cbca
|
HBASE-21416 - fix TestRegionInfoDisplay flaky test
|
2019-03-08 09:19:00 -08:00 |
zhangduo
|
d084423b52
|
HBASE-22007 Add restoreSnapshot and cloneSnapshot with acl methods in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-08 18:19:11 +08:00 |
johnhomsea
|
1667762937
|
HBASE-22000 Deprecated isTableAvailable with splitKeys
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-03-07 09:18:14 +08:00 |
zhangduo
|
21c7e880d4
|
HBASE-21983 Should track the scan metrics in AsyncScanSingleRegionRpcRetryingCaller if scan metrics is enabled
|
2019-03-03 19:08:28 +08:00 |
zhangduo
|
00e6208de0
|
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:31 +08:00 |
meiyi
|
0d882bbc2b
|
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:47:56 +08:00 |
Syeda
|
5c03df5e50
|
HBASE-21487 Concurrent modify table ops can lead to unexpected results
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 13:07:35 +08:00 |
Duo Zhang
|
8677031707
|
HBASE-21976 Deal with RetryImmediatelyException for batching request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 12:14:32 +08:00 |
Guanghao Zhang
|
e412e036e1
|
HBASE-20724 Sometimes some compacted storefiles are still opened after region failover
|
2019-02-28 09:51:29 +08:00 |
meiyi
|
ea0675eb96
|
HBASE-21820 Implement CLUSTER quota scope
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-27 18:24:03 +08:00 |
Duo Zhang
|
11624c63e3
|
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:55:09 +08:00 |
Duo Zhang
|
80830ee555
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-26 11:22:11 +08:00 |
Wellington Chevreuil
|
a8af0e5894
|
HBASE-21505 - proposal for a more consistent report on status
Signed-off-by: Jingyun Tian <tianjy@apache.org>
|
2019-02-25 10:07:51 +08:00 |
zhangduo
|
d7c5d73de0
|
HBASE-21944 Validate put for batch operation
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 20:20:16 +08:00 |
zhangduo
|
d47d64c6e3
|
Revert "HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client"
This reverts commit 3ccc6fec6c .
|
2019-02-24 20:14:27 +08:00 |
zhangduo
|
1568aad302
|
HBASE-21945 Maintain the original order when sending batch request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 17:56:16 +08:00 |
Duo Zhang
|
3ccc6fec6c
|
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:29 +08:00 |
Guanghao Zhang
|
607ac735c4
|
HBASE-21922 BloomContext#sanityCheck may failed when use ROWPREFIX_DELIMITED bloom filter
|
2019-02-23 23:29:53 +08:00 |
meiyi
|
9e45752d6e
|
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-22 17:43:40 +08:00 |
Duo Zhang
|
761aef6d9d
|
HBASE-20587 Replace Jackson with shaded thirdparty gson
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-22 16:40:45 +08:00 |
meiyi
|
61621a33ce
|
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:45:35 +08:00 |
zhangduo
|
164c250691
|
HBASE-21927 Always fail the locate request when error occur
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 19:48:32 +08:00 |
zhangduo
|
f198311556
|
HBASE-21928 Deprecated HConstants.META_QOS
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 14:16:54 +08:00 |
zhangduo
|
4b36de3161
|
HBASE-21930 Deal with ScannerResetException when opening region scanner
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 11:04:15 +08:00 |
Nihal Jain
|
f671703c7f
|
HBASE-17942 Disable region splits and merges per table
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-19 07:20:34 +08:00 |
Duo Zhang
|
3efccfe510
|
HBASE-21907 Should set priority for rpc request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-18 19:46:31 +08:00 |
zhangduo
|
d88a87fd04
|
HBASE-21909 Validate the put instance before executing in AsyncTable.put method
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-16 18:06:39 +08:00 |
Duo Zhang
|
48f2ef432b
|
HBASE-21910 The nonce implementation is wrong for AsyncTable
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-15 20:24:48 +08:00 |
Duo Zhang
|
dec5bf3087
|
HBASE-21900 Infinite loop in AsyncMetaRegionLocator if we can not get the location for meta
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-14 19:50:23 +08:00 |
Duo Zhang
|
33bdf09f77
|
HBASE-21888 Add a isClosed method to AsyncConnection
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-14 11:41:30 +08:00 |
zhangduo
|
beb7d01092
|
HBASE-21859 Add clearRegionLocationCache method for AsyncConnection
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-13 10:07:43 +08:00 |
zhangduo
|
3759bf5309
|
HBASE-21862 IPCUtil.wrapException should keep the original exception types for all the connection exceptions
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-10 09:37:34 +08:00 |
zhangduo
|
94c9aecea2
|
HBASE-21857 Do not need to check clusterKey if replicationEndpoint is provided when adding a peer
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-02-08 19:48:07 +08:00 |
zhangduo
|
54a8cc87c6
|
HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly
|
2019-02-03 15:29:20 +08:00 |
zhangduo
|
ed60532543
|
HBASE-21828 Make sure we do not return CompletionException when locating region
|
2019-02-02 21:14:09 +08:00 |
zhangduo
|
e61c12c46f
|
HBASE-21684 Throw DNRIOE when connection or rpc client is closed
|
2019-01-31 20:22:00 +08:00 |
Tommy Li
|
8699ec0fc8
|
HBASE-21775 ADDENDUM - fix TestAsyncProcess
|
2019-01-30 15:41:41 -08:00 |
meiyi
|
ec9029f77e
|
HBASE-21739 Move grant/revoke from regionserver to master
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-30 19:03:43 +08:00 |
wanghuan
|
69c331efed
|
HBASE-21699 Fixed create table failed when using SPLITS_FILE => 'splits.txt'
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-30 15:57:21 +08:00 |
Guanghao Zhang
|
16665b6e93
|
HBASE-21799 Update branch-2 version to 2.3.0-SNAPSHOT
|
2019-01-29 21:53:21 +08:00 |
Duo Zhang
|
e736d78362
|
HBASE-21792 Mark HTableMultiplexer as deprecated and remove it in 3.0.0
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-29 09:08:26 +08:00 |
zhangduo
|
f359d260d3
|
HBASE-21789 Rewrite MetaTableAccessor.multiMutate with Table.coprocessorService
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-27 11:37:11 +08:00 |
Tommy Li
|
5f25985b98
|
HBASE-21775 The BufferedMutator doesn't ever refresh region location cache
Fix server location metadata refresh in multi-actions
Signed-off-by: stack <stack@apache.org>
|
2019-01-26 13:11:12 -08:00 |
Duo Zhang
|
1ac090b3f0
|
HBASE-21762 Move some methods in ClusterConnection to Connection
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-01-25 21:14:07 +08:00 |
meiyi
|
1e7f306e17
|
HBASE-21713 Support set region server throttle quota
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-25 15:47:32 +08:00 |
Wellington Chevreuil
|
aae52f787c
|
HBASE-20215 - Rename CollectionUtils to ConcurrentMapUtils
|
2019-01-24 20:55:55 -08:00 |
zhangduo
|
de31d56c2d
|
HBASE-21770 Should deal with meta table in HRegionLocator.getAllRegionLocations
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-25 11:05:29 +08:00 |
zhangduo
|
67ba050fce
|
HBASE-21761 Align the methods in RegionLocator and AsyncTableRegionLocator
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-24 15:21:26 +08:00 |
xujunhong
|
7cebc0a74c
|
HBASE-21715 set timeout instead of throwing Exception when calling ProcedureFuture.get in client side.
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-01-24 14:55:33 +08:00 |
Kevin
|
0b81c63b1b
|
HBASE-21716 Add toStringCustomizedValues to TableDescriptor
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-01-24 11:32:39 +08:00 |
Tommy Li
|
8a7dd2de24
|
HBASE-21720 : metric to measure how actions are distributed to servers within a MultiAction
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
|
2019-01-23 17:53:59 -08:00 |
Duo Zhang
|
6c57050af6
|
HBASE-21753 Support getting the locations for all the replicas of a region
|
2019-01-23 18:10:01 +08:00 |
huzheng
|
4eba6b3656
|
HBASE-21750 Most of KeyValueUtil#length can be replaced by cell#getSerializedSize for better performance because the latter one has been optimized
|
2019-01-22 20:21:49 +08:00 |
huzheng
|
1443694f89
|
HBASE-21734 Some optimization in FilterListWithOR
|
2019-01-22 11:50:19 +08:00 |
Duo Zhang
|
ff272e8683
|
HBASE-21726 Add getAllRegionLocations method to AsyncTableRegionLocator
|
2019-01-19 11:14:40 +08:00 |
zhangduo
|
07484db1ff
|
HBASE-19695 Handle disabled table for async client
Signed-off-by: tianjingyun <tianjy1990@gmail.com>
|
2019-01-17 18:34:30 +08:00 |
Duo Zhang
|
ebf4fe3bb9
|
HBASE-21710 Add quota related methods to the Admin interface
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 21:10:27 +08:00 |
Duo Zhang
|
479b8bef6d
|
HBASE-21732 Should call toUpperCase before using Enum.valueOf in some methods for ColumnFamilyDescriptor
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-01-16 20:46:29 +08:00 |
Peter Somogyi
|
c353d93f69
|
HBASE-21727 Simplify documentation around client timeout
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 11:41:40 +01:00 |
Allan Yang
|
b82ef56267
|
HBASE-20854 Wrong retries number in RpcRetryingCaller's log message
|
2019-01-16 11:40:49 +01:00 |
huzheng
|
fdfbd9a21c
|
HBASE-21657 PrivateCellUtil#estimatedSerializedSizeOf has been the bottleneck in 100% scan case
|
2019-01-16 09:47:27 +08:00 |
Sakthi
|
dc50b570c6
|
HBASE-21225: Having RPC & Space quota on a table/Namespace doesn't allow space quota to be removed using 'NONE'
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-01-14 18:01:33 -07:00 |
zhangduo
|
e7113edddf
|
HBASE-21705 Should treat meta table specially for some methods in AsyncAdmin
|
2019-01-13 13:41:01 +08:00 |
Duo Zhang
|
a09dffd106
|
HBASE-21663 Add replica scan support
|
2019-01-11 14:19:17 +08:00 |
Duo Zhang
|
8b9bfa0df5
|
HBASE-21580 Support getting Hbck instance from AsyncConnection
|
2019-01-11 11:26:48 +08:00 |
meiyi
|
14fb3af5fb
|
HBASE-21694 Add append_peer_exclude_tableCFs and remove_peer_exclude_tableCFs shell commands
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-09 22:22:47 +08:00 |
Sergey Shelukhin
|
dfa86404dd
|
HBASE-21614 RIT recovery with ServerCrashProcedure doesn't account for all regions
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-01-09 20:03:30 +08:00 |
zhangduo
|
d5fff9c256
|
HBASE-21682 Support getting from specific replica
|
2019-01-08 10:04:08 +08:00 |
meiyi
|
c28e03e5df
|
HBASE-21159 Add shell command to switch throttle on or off
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-08 09:39:22 +08:00 |
zhangduo
|
77ca660389
|
HBASE-17356 Add replica get support
|
2019-01-03 08:38:53 +08:00 |
Sakthi
|
b396051153
|
HBASE-21631: list_quotas should print human readable values for LIMIT
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-22 22:05:32 +08:00 |
openinx
|
406f44219f
|
HBASE-21620 Problem in scan query when using more than one column prefix filter in some cases
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Allan Yang <allan163@apache.org>
|
2018-12-21 15:21:34 -08:00 |
Guanghao Zhang
|
1dd137b148
|
HBASE-21618 Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result
|
2018-12-21 09:50:23 +08:00 |
meiyi
|
c494e9ff20
|
HBASE-21578 Fix wrong throttling exception for capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-14 18:22:34 +08:00 |
zhangduo
|
9981e3f843
|
HBASE-21570 Add write buffer periodic flush support for AsyncBufferedMutator
|
2018-12-11 15:29:39 +08:00 |
Sakthi
|
af72916c4c
|
HBASE-21453 Convert ReadOnlyZKClient to DEBUG instead of INFO
|
2018-12-11 08:18:39 +01:00 |
Josh Elser
|
68bb66e35e
|
HBASE-21524 Fix logging in ConnectionImplementation.isTableAvailable()
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-11-29 11:28:19 -05:00 |
meiyi
|
d590d6e472
|
HBASE-21034 Add new throttle type: read/write capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-11-21 09:50:07 +08:00 |
Reid Chan
|
6ab0fbb1f1
|
HBASE-21255 [acl] Refactor TablePermission into three classes (Global, Namespace, Table)
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-11-15 11:45:24 +08:00 |
Ben Lau
|
13b68abb58
|
HBASE-21439 RegionLoads aren't being used in RegionLoad cost functions
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
|
2018-11-08 14:08:52 -08:00 |
tianjingyun
|
857abfb082
|
HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-10-29 20:56:11 -07:00 |
Guanghao Zhang
|
f71768308c
|
HBASE-21385 HTable.delete request use rpc call directly instead of AsyncProcess
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-10-25 16:22:18 -07:00 |
jingyuntian
|
4a609db30c
|
HBASE-21269 Forward-port HBASE-21213 [hbck2] bypass leaves behind state in RegionStates when assign/unassign
|
2018-10-18 06:22:22 -07:00 |
Sahil Aggarwal
|
ad6ca7c95a
|
HBASE-20716: Changes the bytes[] conversion done in Bytes and ByteBufferUtils. Instead of doing check unsafe_aligned available everytime, choose the best converter at startup.
|
2018-10-17 21:04:09 -07:00 |
Michael Stack
|
6125872f48
|
HBASE-21303 [shell] clear_deadservers with no args fails
|
2018-10-12 11:19:40 -07:00 |
Nihal Jain
|
3d1a2dbe68
|
HBASE-21196 HTableMultiplexer clears the meta cache after every put operation
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2018-09-28 16:35:53 -07:00 |
Michael Stack
|
2836f75625
|
HBASE-21223 [amv2] Remove abort_procedure from shell
Signed-off-by: Balazs Meszaros <balazs.meszaros@cloudera.com>
|
2018-09-25 11:28:54 -07:00 |
Guangxu Cheng
|
fd68e7593e
|
HBASE-20636 Introduce two bloom filter type : ROWPREFIX and ROWPREFIX_DELIMITED
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Amending-Author: Andrew Purtell <apurtell@apache.org>
|
2018-09-21 16:06:34 -07:00 |
Umesh Agashe
|
899fddb4e7
|
HBASE-21023 Added bypassProcedure() API to HbckService
|
2018-09-19 15:17:52 -07:00 |
Michael Stack
|
8876f12c0c
|
HBASE-21156 [hbck2] Queue an assign of hbase:meta and bulk assign/unassign
Adds 'raw' assigns and unassigns methods to Hbck Service.
Fixes HbckService so it works when cluster is Kerberized.
|
2018-09-19 09:47:32 -07:00 |
Guangxu Cheng
|
e1548d3349
|
HBASE-21179 Fix the number of actions in responseTooSlow log
|
2018-09-12 10:45:55 +08:00 |