Peter Somogyi
|
94122f6a74
|
HBASE-22340 Corrupt KeyValue is silently ignored (#207)
|
2019-05-02 11:17:28 +02:00 |
Sakthi
|
e44fe4964a
|
HBASE-22054: Space Quota: Compaction is not working for super user in case of NO_WRITES_COMPACTIONS
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-04-30 12:18:21 -04:00 |
Sean Busbey
|
bf140acd20
|
HBASE-22083 move eclipse settings into a profile.
Signed-off-by: stack <stack@apache.org>
|
2019-04-25 14:17:18 -05:00 |
Duo Zhang
|
184568cadd
|
HBASE-22307 Deprecated Preemptive Fail Fast
|
2019-04-25 14:19:58 +08:00 |
李小保
|
7617b71f00
|
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:14 -07:00 |
zouxiangwen
|
6855143ba9
|
HBASE-22292 PreemptiveFastFailInterceptor clean repeatedFailuresMap issue
Signed-off-by: stack <stack@apache.org>
|
2019-04-23 07:56:59 -07:00 |
Michael Stack
|
1584d24a33
|
Merge pull request #100 from OrDTesters/fix-flaky-testCleanupOldJars
HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars
|
2019-04-22 21:56:21 -07:00 |
Jan Hentschel
|
f30d6c958a
|
HBASE-22231 Removed unused and '*' imports
|
2019-04-20 22:03:32 +02:00 |
Ben Manes
|
8ec93ea193
|
HBASE-15560 W-TinyLFU based BlockCache
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-04-17 11:10:36 -07:00 |
Sayed Anisul Hoque
|
409523b110
|
HBASE-22248 Removed deprecated CollectionUtils
|
2019-04-17 10:07:21 +02:00 |
Andrew Purtell
|
cc9d401015
|
HBASE-22235 OperationStatus.{SUCCESS|FAILURE|NOT_RUN} are not visible to 3rd party coprocessors
|
2019-04-16 13:19:59 -07:00 |
subrat.mishra
|
f22b8ade63
|
HBASE-22053 Addendum changed zookeeper version from 3.3.3 to 3.4.10.
|
2019-03-28 08:09:47 -07:00 |
subrat.mishra
|
53f449c47e
|
HBASE-22053 Changed zookeeper URL from http://hadoop.apache.org to https://zookeeper.apache.org Replaced version 3.1.1 with 3.3.3 as 3.1.1 is deprecated.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-03-28 00:30:54 +09:00 |
Geoffrey Jacoby
|
d4c37778ee
|
HBASE-22032 KeyValue validation should check for null byte array
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-03-15 12:34:26 -07:00 |
Duo Zhang
|
3c5761e365
|
HBASE-22002 Remove the deprecated methods in Admin interface
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-14 21:42:23 +08:00 |
Sean Busbey
|
3f1498ddb4
|
HBASE-22044 ByteBufferUtils should not be IA.Public API
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-03-13 13:39:22 -05:00 |
zhangduo
|
10ca598004
|
HBASE-22001 Polish the Admin interface
Signed-off-by: stack <stack@apache.org>
|
2019-03-11 14:38:31 +08:00 |
Sean Busbey
|
a7bbff170a
|
HBASE-21999 ADDENDUM unknown revisions are okay; make sure we indicate them.
|
2019-03-07 11:51:40 -06:00 |
ramkrishna
|
fd6bc5d900
|
HBASE-21874 Bucket cache on Persistent memory
Signed-off-by: Anoop John <anoop.hbase@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 763202d48e )
|
2019-03-07 08:50:08 -06:00 |
Sean Busbey
|
d9793c311c
|
Revert "HBASE-21874 Bucket cache on Persistent memory"
This reverts commit 763202d48e .
bad signed-off-by line
|
2019-03-07 08:49:41 -06:00 |
stack
|
0d69f84bd2
|
HBASE-21999 [DEBUG] Exit if git returns empty revision!
|
2019-03-06 16:46:23 -08:00 |
ramkrishna
|
763202d48e
|
HBASE-21874 Bucket cache on Persistent memory
Signed-off-by: Anoop John <anoop.hbase@gmail.com>, Sean Busbey
<busbey@apache.org>
|
2019-03-06 22:37:54 +05:30 |
Reid Chan
|
f748e489c5
|
HBASE-21481 [acl] Superuser's permissions should not be granted or revoked by any non-su global admin
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-01 23:37:28 +08:00 |
Duo Zhang
|
f0032c9255
|
HBASE-20587 Replace Jackson with shaded thirdparty gson
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-02-22 16:24:51 +08:00 |
zhangduo
|
e984515b74
|
HBASE-21928 Deprecated HConstants.META_QOS
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 14:16:40 +08:00 |
Duo Zhang
|
8bed65fa01
|
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:02 +08:00 |
zhangduo
|
2b1b79f08b
|
HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly
|
2019-02-03 15:24:54 +08:00 |
Wellington Chevreuil
|
54093b0d1f
|
HBASE-20215 - Rename CollectionUtils to ConcurrentMapUtils
|
2019-01-24 20:55:15 -08:00 |
zhangduo
|
416b70f461
|
HBASE-21761 Align the methods in RegionLocator and AsyncTableRegionLocator
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-24 15:21:11 +08:00 |
Allan Yang
|
b5619a2a26
|
HBASE-21754 ReportRegionStateTransitionRequest should be executed in priority executor
|
2019-01-23 20:55:00 +08:00 |
huzheng
|
35ed5d6c39
|
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 19:58:03 +08:00 |
Duo Zhang
|
882bd564f4
|
HBASE-21726 Add getAllRegionLocations method to AsyncTableRegionLocator
|
2019-01-19 11:14:35 +08:00 |
Peter Somogyi
|
51c58e083c
|
HBASE-21727 Simplify documentation around client timeout
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 11:32:46 +01:00 |
huzheng
|
15031c5bd5
|
HBASE-21657 PrivateCellUtil#estimatedSerializedSizeOf has been the bottleneck in 100% scan case
|
2019-01-16 09:41:02 +08:00 |
tianjingyun
|
281d6429e5
|
HBASE-21588 Procedure v2 wal splitting implementation
|
2019-01-07 15:58:15 +08:00 |
zhangduo
|
db66e6cc9e
|
HBASE-17356 Add replica get support
|
2019-01-03 08:38:20 +08:00 |
huzheng
|
12786f80c1
|
HBASE-21401 Sanity check when constructing the KeyValue
|
2018-12-21 18:01:35 +08:00 |
zhangduo
|
1acbd36c90
|
HBASE-21154 Remove hbase:namespace table; fold it into hbase:meta
|
2018-11-26 14:51:56 +08:00 |
Reid Chan
|
130057f137
|
HBASE-21255 [acl] Refactor TablePermission into three classes (Global, Namespace, Table)
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-11-15 11:34:16 +08:00 |
huzheng
|
a8b642067d
|
HBASE-21473 RowIndexSeekerV1 may return cell with extra two \x00\x00 bytes which has no tags
|
2018-11-14 23:00:12 +08:00 |
huzheng
|
362b5dd259
|
Revert "HBASE-21401 Sanity check in BaseDecoder#parseCell"
This reverts commit f17382792f .
|
2018-11-12 11:37:46 +08:00 |
OrDTesters
|
3af7d02d1d
|
HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars
|
2018-11-11 13:13:44 -06:00 |
maoling
|
5e84997f2f
|
HBASE-13468 hbase.zookeeper.quorum supports ipv6 address
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2018-11-10 06:09:29 -08:00 |
huzheng
|
f17382792f
|
HBASE-21401 Sanity check in BaseDecoder#parseCell
|
2018-11-08 20:07:04 +08:00 |
zhangduo
|
62fe365934
|
HBASE-21351 The force update thread may have race with PE worker when the procedure is rolling back
|
2018-11-03 08:24:11 +08:00 |
Allan Yang
|
05d22ed960
|
HBASE-21292 IdLock.getLockEntry() may hang if interrupted
|
2018-10-18 14:42:10 -07:00 |
Sahil Aggarwal
|
e520399201
|
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:27 -07:00 |
Michael Stack
|
8cc56bd18c
|
HBASE-21320 [canary] Cleanup of usage and add commentary
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
|
2018-10-16 22:20:00 -07:00 |
Zephyr Guo
|
da63ebb2c0
|
HBASE-21256 Improve IntegrationTestBigLinkedList for testing huge data
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2018-10-12 10:59:35 +08:00 |
Mike Drob
|
c9213f752e
|
HBASE-20764 build broken when latest commit is gpg signed
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2018-10-08 19:49:36 -05:00 |