Josh Elser
|
cb2ef7a606
|
HBASE-22144 Correct MultiRowRangeFilter to work with reverse scans
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-04-11 12:17:55 -04:00 |
Reid Chan
|
61396aecd2
|
HBASE-21129 Clean up duplicate codes in #equals and #hashCode methods of Filter
Signed-off-by Ted Yu <yuzhihong@gmail.com>
|
2019-04-11 12:17:45 -04:00 |
liubangchen
|
694983dc96
|
HBASE-19008 Add missing equals or hashCode method(s) to stock Filter implementations
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
|
2019-04-11 12:17:28 -04:00 |
zhangduo
|
08060b32b1
|
HBASE-22179 Fix RawAsyncHBaseAdmin.getCompactionState
|
2019-04-07 08:46:53 +08:00 |
zhangduo
|
2f05376687
|
HBASE-22177 Do not recreate IOException in RawAsyncHBaseAdmin.adminCall
|
2019-04-07 08:34:04 +08:00 |
zhangduo
|
dd19173fbd
|
HBASE-22135 AsyncAdmin will not refresh master address
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-04-01 13:48:03 +08:00 |
pingsutw
|
0c882100d4
|
HBASE-22101 AsyncAdmin.isTableAvailable should not throw TableNotFoundException
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-30 20:43:25 +08:00 |
Nihal Jain
|
7094987311
|
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-27 15:37:50 -04:00 |
Sakthi
|
0d2c5197de
|
HBASE-22094: Throw TableNotFoundException if table not exists in AsyncAdmin.compact
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-27 20:15:43 +08:00 |
stack
|
c6dc2541e9
|
Preparing development version 2.1.5-SNAPSHOT
|
2019-03-24 16:02:56 +00:00 |
stack
|
57b29f2bcf
|
Preparing HBase release 2.1.4RC1.5; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-03-24 16:02:41 +00:00 |
stack
|
59c1e2b07c
|
Preparing development version 2.1.5-SNAPSHOT
|
2019-03-19 18:44:34 +00:00 |
stack
|
5b7722f855
|
Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-03-19 18:44:20 +00:00 |
Rishabh Jain
|
63a9a359bf
|
HBASE-22042 Missing @Override annotation for RawAsyncTableImpl.scan
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-19 14:03:21 +08:00 |
stack
|
e30755bf15
|
Preparing development version 2.1.5-SNAPSHOT
|
2019-03-18 23:02:12 +00:00 |
stack
|
18a6ad74b9
|
Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-03-18 23:01:58 +00:00 |
stack
|
74837d3fc5
|
Preparing development version 2.1.5-SNAPSHOT
|
2019-03-18 19:01:27 +00:00 |
stack
|
ec50f16c33
|
Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-03-18 19:01:12 +00:00 |
stack
|
11badde248
|
HBASE-21998 Move branch-2.1 version from 2.1.4 to 2.1.5-SNAPSHOT
|
2019-03-05 20:29:22 -08:00 |
zhangduo
|
1128cad3dd
|
HBASE-21985 Set version as 2.1.4 in branch-2.1 in prep for first RC
|
2019-03-05 08:26:54 +08:00 |
zhangduo
|
2872b156b3
|
HBASE-21983 Should track the scan metrics in AsyncScanSingleRegionRpcRetryingCaller if scan metrics is enabled
|
2019-03-03 19:09:02 +08:00 |
zhangduo
|
6d03807e4c
|
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:49 +08:00 |
Duo Zhang
|
73c62bc5d0
|
HBASE-21976 Deal with RetryImmediatelyException for batching request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 12:14:43 +08:00 |
Duo Zhang
|
1a0a41bc2b
|
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:20 +08:00 |
Duo Zhang
|
dcc22d3e41
|
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:29 +08:00 |
zhangduo
|
ceb900fbf3
|
Revert "HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client"
This reverts commit 6881753e59 .
|
2019-02-24 20:14:50 +08:00 |
Duo Zhang
|
6881753e59
|
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:42 +08:00 |
zhangduo
|
ba02226302
|
HBASE-21927 Always fail the locate request when error occur
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 19:48:51 +08:00 |
zhangduo
|
851262d15d
|
HBASE-21930 Deal with ScannerResetException when opening region scanner
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 11:17:59 +08:00 |
Duo Zhang
|
2386f0a897
|
HBASE-21910 The nonce implementation is wrong for AsyncTable
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-15 20:24:56 +08:00 |
Duo Zhang
|
aafbfa4c9d
|
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:35 +08:00 |
Duo Zhang
|
8611bef4fd
|
HBASE-21897 Set version to 2.1.4-SNAPSHOT for branch-2.1
|
2019-02-14 16:39:12 +08:00 |
zhangduo
|
54f9afba04
|
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:38:03 +08:00 |
zhangduo
|
16f27d7699
|
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:49 +08:00 |
zhangduo
|
454805ec5d
|
HBASE-21834 Set version as 2.1.3 in branch-2.1 in prep for first RC
|
2019-02-04 08:05:51 +08:00 |
zhangduo
|
c0c051a44a
|
HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly
|
2019-02-03 15:42:35 +08:00 |
zhangduo
|
3b9f1fc492
|
HBASE-21828 Make sure we do not return CompletionException when locating region
|
2019-02-02 21:14:37 +08:00 |
zhangduo
|
edbb816abe
|
HBASE-21684 Throw DNRIOE when connection or rpc client is closed
|
2019-01-31 20:22:14 +08:00 |
Sakthi
|
762ed54fb7
|
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-30 18:52:28 -05:00 |
Tommy Li
|
94d52d24f5
|
HBASE-21775 ADDENDUM - fix TestAsyncProcess
|
2019-01-30 15:44:01 -08:00 |
wanghuan
|
ae3068d657
|
HBASE-21699 Fixed create table failed when using SPLITS_FILE => 'splits.txt'
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-30 16:01:39 +08:00 |
Tommy Li
|
ab60d397f6
|
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:35 -08:00 |
xujunhong
|
d5d7732fb7
|
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:37 +08:00 |
huzheng
|
da92b3e006
|
HBASE-21734 Some optimization in FilterListWithOR
|
2019-01-22 11:42:23 +08:00 |
Guanghao Zhang
|
450124fe56
|
Revert "HBASE-21034 Add new throttle type: read/write capacity unit"
This reverts commit 483b7d008e .
|
2019-01-19 09:49:04 +08:00 |
zhangduo
|
b06387b2b0
|
HBASE-19695 Handle disabled table for async client
Signed-off-by: tianjingyun <tianjy1990@gmail.com>
|
2019-01-18 09:48:27 +08:00 |
meiyi
|
483b7d008e
|
HBASE-21034 Add new throttle type: read/write capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-17 17:59:27 +08:00 |
Duo Zhang
|
c49cdc3e61
|
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:35 +08:00 |
Peter Somogyi
|
400cab10b2
|
HBASE-21727 Simplify documentation around client timeout
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 11:44:19 +01:00 |
zhangduo
|
b26bcb852c
|
HBASE-21705 Should treat meta table specially for some methods in AsyncAdmin
|
2019-01-13 13:41:10 +08:00 |