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 |
|