Guanghao Zhang
|
8c94bd47b2
|
Revert "HBASE-22673 Avoid to expose protobuf stuff in Hbck interface"
This reverts commit 2449d9c05d .
|
2019-07-19 08:27:23 +08:00 |
Guanghao
|
2449d9c05d
|
HBASE-22673 Avoid to expose protobuf stuff in Hbck interface
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-07-19 08:21:41 +08:00 |
syedmurtazahassan
|
30e874ae58
|
HBASE-22571 Javadoc Warnings related to @return tag
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 16:01:32 +02:00 |
Bing Xiao
|
a2a929f488
|
HBASE-21751 WAL creation fails during region open may cause region assign forever fail
Signed-off-by: Allan Yang <allan163@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-07-01 21:54:00 -07:00 |
zhangduo
|
668f543cdc
|
HBASE-22477 Throwing exception when meta region is not in OPEN state in client registry may crash a master
|
2019-07-02 10:36:59 +08:00 |
Jan Hentschel
|
3f62e481e2
|
HBASE-22344 Documented the deprecation of public and limited private APIs (#208)
Signed-off-by: stack <stack@apache.org>
|
2019-06-17 23:10:24 +02:00 |
Andrew Purtell
|
b355020224
|
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 18:18:36 -07:00 |
stack
|
bbf01b6074
|
Preparing development version 2.1.6-SNAPSHOT
|
2019-05-28 22:07:03 +00:00 |
stack
|
0ba7cc01a1
|
Preparing HBase release 2.1.5RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-05-28 22:06:49 +00:00 |
stack
|
96175c7f51
|
Preparing development version 2.1.6-SNAPSHOT
|
2019-05-22 22:27:50 +00:00 |
stack
|
5a13560d24
|
Preparing HBase release 2.1.5RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
|
2019-05-22 22:27:35 +00:00 |
Andrew Purtell
|
5b24d4e1bc
|
HBASE-22449 https everywhere in Maven metadata (#247)
|
2019-05-21 12:38:26 -07:00 |
zhangduo
|
c947a3edef
|
HBASE-22442 Nightly build is failing with hadoop 3.x
|
2019-05-19 07:57:14 +08:00 |
zhangduo
|
e0f8f9b886
|
HBASE-21658 Addendum fix infinite wait when there are no meta locations yet
|
2019-05-14 08:13:53 +08:00 |
zhangduo
|
f5bd41b762
|
HBASE-21658 Should get the meta replica number from zk instead of config at client side
|
2019-05-11 09:31:58 +08:00 |
zhangduo
|
71ea3237ce
|
HBASE-22236 AsyncNonMetaRegionLocator should not cache HRegionLocation with null location
|
2019-04-30 17:24:43 +08:00 |
Duo Zhang
|
28e3458830
|
HBASE-22325 AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided
|
2019-04-30 15:21:31 +08:00 |
Sakthi
|
2d78dfb2ed
|
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 11:47:06 -04:00 |
Jan Hentschel
|
57cd5ae5aa
|
HBASE-22231 Removed unused and '*' import
|
2019-04-24 09:09:11 +02:00 |
zouxiangwen
|
150f87797a
|
HBASE-22292 PreemptiveFastFailInterceptor clean repeatedFailuresMap issue
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 08:03:54 -07:00 |
Igor Rudenko
|
a31347fccc
|
HBASE-22047 LeaseException in Scan should be retried
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 06:27:42 -07:00 |
zhangduo
|
16cc2a3dfd
|
HBASE-22282 Should deal with error in the callback of RawAsyncHBaseAdmin.splitRegion methods
|
2019-04-22 16:49:14 +08:00 |
zhangduo
|
8207886d07
|
HBASE-22278 RawAsyncHBaseAdmin should not use cached region location
|
2019-04-21 22:35:18 +08:00 |
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 |