meiyi
|
86dd92cccb
|
HBASE-22015 UserPermission should be annotated as InterfaceAudience.Public
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-19 14:41:22 +08:00 |
zhangduo
|
cc55835d03
|
HBASE-22040 Add mergeRegionsAsync with a List of region names method in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-18 20:45:21 +08:00 |
Andrew Purtell
|
6cd78e899f
|
HBASE-21926 Profiler servlet
|
2019-03-17 18:48:12 -07:00 |
Nihal Jain
|
01e5af5a34
|
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-15 12:16:58 -04: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 |
meiyi
|
908dea8e41
|
HBASE-21977 Skip replay WAL and update seqid when open regions restored from snapshot
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-03-12 21:24:43 +08:00 |
zhangduo
|
10ca598004
|
HBASE-22001 Polish the Admin interface
Signed-off-by: stack <stack@apache.org>
|
2019-03-11 14:38:31 +08:00 |
zhangduo
|
3ff2847457
|
HBASE-21736 Remove the server from online servers before scheduling SCP for it in hbck
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-03-09 08:55:17 +08:00 |
zhangduo
|
6e3987cf02
|
HBASE-22007 Add restoreSnapshot and cloneSnapshot with acl methods in AsyncAdmin
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-03-08 18:03:00 +08:00 |
Jack Bearden
|
65149bd8fc
|
HBASE-20918 Re-enable TestRpcHandlerException
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2019-03-07 10:04:25 -06:00 |
stack
|
c9e358908f
|
HBASE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed.
(cherry picked from commit 18d02ffd5d )
|
2019-03-07 08:50:53 -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 |
Sean Busbey
|
415ff2a19d
|
Revert "SE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed."
This reverts commit 18d02ffd5d .
bad commit message
|
2019-03-07 08:49:07 -06:00 |
stack
|
18d02ffd5d
|
SE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed.
|
2019-03-06 16:01:58 -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 |
subrat.mishra
|
177d43d8db
|
HBASE-21871 Added support to specify a peer table name in VerifyReplication tool
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-03-06 23:27:44 +09:00 |
maoling
|
70558174f0
|
HBASE-21949 Fix flaky test TestHBaseTestingUtility.testMiniZooKeeperWithMultipleClientPorts
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-06 18:00:57 +08:00 |
zhangduo
|
7142cea121
|
HBASE-21980 Fix typo in AbstractTestAsyncTableRegionReplicasRead
|
2019-03-03 08:29:37 +08:00 |
meiyi
|
841a45afb7
|
HBASE-21974 Change Admin#grant/revoke parameter from UserPermission to user and Permission
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 23:41:48 +08:00 |
Syeda
|
030b4d12fb
|
HBASE-21487 Concurrent modify table ops can lead to unexpected results
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 13:00:19 +08:00 |
Duo Zhang
|
cbdbe6572b
|
HBASE-21976 Deal with RetryImmediatelyException for batching request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 12:14:16 +08:00 |
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
|
929a8aa5e8
|
HBASE-21082 Reimplement assign/unassign related procedure metrics
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-01 21:08:13 +08:00 |
Xu cang
|
fd152c265e
|
HBASE-21952 Fix unit test: TestClientOperationInterrupt#testInterrupt50Percent
|
2019-02-28 22:20:18 -08:00 |
Jingyun Tian
|
c19bc5911b
|
HBASE-21934 RemoteProcedureDispatcher should track the ongoing dispatched calls
|
2019-03-01 11:00:07 +08:00 |
Guanghao Zhang
|
c4f5d3c508
|
HBASE-21967 Split TestServerCrashProcedure and TestServerCrashProcedureWithReplicas
|
2019-02-28 17:46:02 +08:00 |
meiyi
|
9370347efe
|
HBASE-21820 Implement CLUSTER quota scope
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-27 18:23:45 +08:00 |
Duo Zhang
|
b1c42f1009
|
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:54:50 +08:00 |
Guanghao Zhang
|
6e06a0d790
|
HBASE-20724 Sometimes some compacted storefiles are still opened after region failover
|
2019-02-27 15:45:42 +08:00 |
Duo Zhang
|
c33ceb23d3
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-26 11:21:55 +08:00 |
xuqinya
|
99362e894c
|
HBASE-21942 [UI] requests per second is incorrect in rsgroup page(rsgroup.jsp)
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-02-25 16:23:14 +01:00 |
zhangduo
|
aa7d3ce39f
|
HBASE-21944 Validate put for batch operation
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 20:19:51 +08:00 |
zhangduo
|
a47c1ddcd2
|
HBASE-21945 Maintain the original order when sending batch request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 17:55:49 +08:00 |
Guanghao Zhang
|
0fc5173eef
|
HBASE-21922 BloomContext#sanityCheck may failed when use ROWPREFIX_DELIMITED bloom filter
|
2019-02-23 23:25:01 +08:00 |
Duo Zhang
|
07d84eb809
|
HBASE-21929 The checks at the end of TestRpcClientLeaks are not executed
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-02-23 20:56:54 +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 |
Wellington Chevreuil
|
482b505796
|
HBASE-21505 - proposal for a more consistent report on status
Signed-off-by: Jingyun Tian <tianjy@apache.org>
|
2019-02-22 12:08:38 +08:00 |
meiyi
|
dfb95cfd83
|
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:41:51 +08:00 |
meiyi
|
9a55cbb2c1
|
HBASE-21783 Support exceed user/table/ns throttle quota if region server has available quota
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-21 15:36:37 +08:00 |
Toshihiro Suzuki
|
72df52283b
|
HBASE-21867 Support multi-threads in HFileArchiver
|
2019-02-21 10:26:34 +09:00 |
zhangduo
|
a551149ca7
|
HBASE-21927 Always fail the locate request when error occur
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 19:47:28 +08:00 |
Jingyun Tian
|
eedc33dfd2
|
Revert "HBASE-21505 - proposal for a more consistent report on status"
This reverts commit c578020588 .
|
2019-02-20 18:06:42 +08:00 |
Guanghao Zhang
|
e218874e9b
|
HBASE-21932 Use Runtime.getRuntime().halt to terminate regionserver when abort timeout
|
2019-02-20 15:50:14 +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 |
zhangduo
|
e257f4698c
|
HBASE-21930 Deal with ScannerResetException when opening region scanner
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 11:03:56 +08:00 |
Josh Elser
|
b76b0191b1
|
HBASE-21915 Make FileLinkInputStream implement CanUnbuffer
Signed-off-by: Wellington Chevreuil <wellington.chevreuil@gmail.com>
Signed-off-by: Esteban Gutierrez <esteban@apache.org>
|
2019-02-19 16:16:56 -05:00 |
Wellington Chevreuil
|
c578020588
|
HBASE-21505 - proposal for a more consistent report on status
Signed-off-by: Jingyun Tian <tianjy@apache.org>
|
2019-02-19 10:51:05 +08:00 |
Xiang Li
|
7ecb45a4b0
|
HBASE-21866 Do not move the table to null rsgroup when creating an existing table
|
2019-02-18 10:54:22 -08:00 |
Nihal Jain
|
593745e8ac
|
HBASE-17942 Disable region splits and merges per table
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-19 07:15:27 +08:00 |