Guanghao
|
4c89354f3b
|
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:10:38 +08:00 |
syedmurtazahassan
|
b6e66699a9
|
HBASE-22571 Javadoc Warnings related to @return tag
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2019-07-13 13:48:45 +02:00 |
Bing Xiao
|
12c933ac51
|
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 22:19:42 -07:00 |
syedmurtazahassan
|
8fa7800389
|
HBASE-22572 Javadoc Warnings: @link reference not found (#306)
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: stack <stack@apache.org>
|
2019-07-01 21:18:11 -07:00 |
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 |