zhangduo
f26b73e618
HBASE-21833 Use NettyAsyncFSWALConfigHelper.setEventLoopConfig to prevent creating too many netty event loop when executing TestHRegion
2019-02-03 15:00:34 +08:00
zhangduo
3b9f1fc492
HBASE-21828 Make sure we do not return CompletionException when locating region
2019-02-02 21:14:37 +08:00
huzheng
0272839192
HBASE-21764 Size of in-memory compaction thread pool shoud be configurable
2019-02-01 10:19:04 +08:00
Pankaj
ab233de2f0
HBASE-21402 Backport parent "HBASE-21325 Force to terminate regionserver when abort hang in somewhere"
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-01 09:20:53 +08:00
Nihal Jain
a1c6a462f7
HBASE-21644 Modify table procedure runs infinitely for a table having region replication > 1
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-01-31 19:34:51 +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
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
Pankaj
c96af287bf
HBASE-21535 Zombie Master detector is not working
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-30 15:27:47 +08:00
Nihal Jain
5d98f33b6b
HBASE-21475 Put mutation (having TTL set) added via co-processor is retrieved even after TTL expires
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-01-23 16:57:43 -08:00
Allan Yang
681864cff0
HBASE-21754 ReportRegionStateTransitionRequest should be executed in priority executor
2019-01-23 21:34:48 +08:00
Nihal Jain
76df1c1590
HBASE-21749 RS UI may throw NPE and make rs-status page inaccessible with multiwal and replication
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-01-21 17:26:23 -08:00
huzheng
51b04f6f74
HBASE-21738 Remove all the CLSM#size operation in our memstore because it's an quite time consuming.
2019-01-21 17:28:47 +08:00
zhangduo
8615258d06
HBASE-21746 Fix two concern cases in RegionMover
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-20 08:57:31 +08:00
Guanghao Zhang
450124fe56
Revert "HBASE-21034 Add new throttle type: read/write capacity unit"
...
This reverts commit 483b7d008e1e5c0bf5c17b7dcf24263c17346804.
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
tedyu
6c18d97357
HBASE-20917 MetaTableMetrics#stop references uninitialized requestsMap for non-meta region
...
with addendum
(cherry picked from commit 654480326b9a8a5fa9d9314d1cfced6a45cfa941)
(cherry picked from commit 3787c729530ab7cf7f759decf2cbe961ff95f497)
2019-01-15 13:39:24 -07:00
Xu Cang
d89e5270aa
HBASE-19722 Meta query statistics metrics source
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
(cherry picked from commit 58ccd3dc7eb59ce41a2a48af792adb342520e626)
2019-01-15 13:39:24 -07:00
Sean Busbey
47099d1b17
HBASE-21590 Optimize trySkipToNextColumn in StoreScanner a bit. (addendum)
...
(cherry picked from commit a284c493b127fbf785fbee401f0854ad1979eb26)
(cherry picked from commit aa36c3f6b69ef47b6f53158eda4a87e1a72e4fad)
2019-01-15 13:30:35 -07:00
Lars Hofhansl
5c7c425e34
HBASE-21590 Optimize trySkipToNextColumn in StoreScanner a bit.
...
(cherry picked from commit 11193d7cc1f5a0a7ffb73777da7ce5c1b6af6c8c)
2019-01-15 13:30:35 -07:00
Pankaj
12dfc8bafd
HBASE-21639 maxHeapUsage value not read properly from config during EntryBuffers initialization
2019-01-15 12:19:10 -08:00
zhangduo
b26bcb852c
HBASE-21705 Should treat meta table specially for some methods in AsyncAdmin
2019-01-13 13:41:10 +08:00
Duo Zhang
d7db78b74c
HBASE-21704 The implementation of DistributedHBaseCluster.getServerHoldingRegion is incorrect
2019-01-11 21:22:25 +08:00
Duo Zhang
d04282627f
HBASE-21663 Add replica scan support
2019-01-11 14:19:22 +08:00
Duo Zhang
3f750955b5
HBASE-21580 Support getting Hbck instance from AsyncConnection
2019-01-11 11:55:35 +08:00
Nihal Jain
f357412941
HBASE-21297 ModifyTableProcedure can throw TNDE instead of IOE in case of REGION_REPLICATION change
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-10 22:23:31 +08:00
Guanghao Zhang
3e9e13f141
HBASE-21691 Fix flaky test TestRecoveredEdits
2019-01-10 14:39:42 +08:00
meiyi
117d12e9c6
HBASE-21694 Add append_peer_exclude_tableCFs and remove_peer_exclude_tableCFs shell commands
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-10 09:38:08 +08:00
Nihal Jain
111c827d1f
HBASE-21645 Perform sanity check and disallow table creation/modification with region replication < 1
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-09 11:44:17 +08:00
stack
5364601dea
HBASE-21698 Move version in branch-2.1 from 2.1.2 to 2.1.3-SNAPSHOT
2019-01-08 16:01:07 -08:00
zhangduo
1c73b230b8
HBASE-21683 Reset readsEnabled flag after successfully flushing the primary region
2019-01-08 15:51:52 +08:00
zhangduo
3de116af46
HBASE-21682 Support getting from specific replica
2019-01-08 09:49:22 +08:00
zhangduo
0c3da777e3
HBASE-17356 Add replica get support
2019-01-03 09:24:55 +08:00
Guanghao Zhang
e669896502
HBASE-21640 Remove the TODO when increment zero
2018-12-26 21:56:39 +08:00
Andrey Elenskiy
bfd75d81f9
HBASE-21545 NEW_VERSION_BEHAVIOR breaks Get/Scan with specified columns
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sakthi
2018-12-23 22:02:46 -08:00
Duo Zhang
48786ad4a3
HBASE-21635 Use maven enforcer to ban imports from illegal packages
2018-12-24 11:30:28 +08:00
Guanghao Zhang
685a17a800
HBASE-21621 Reversed scan does not return expected number of rows
...
The unit test is contributed by Nihal Jain
2018-12-23 16:38:10 +08:00
Sakthi
7e911d9e21
HBASE-21631: list_quotas should print human readable values for LIMIT
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2018-12-22 22:10:26 +08:00
openinx
c5810f19a6
HBASE-21620 Problem in scan query when using more than one column prefix filter in some cases
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Allan Yang <allan163@apache.org>
2018-12-21 15:21:12 -08:00
huzheng
8f39e7633e
HBASE-21401 Sanity check when constructing the KeyValue
2018-12-21 18:34:28 +08:00
Guanghao Zhang
512a6322d9
HBASE-21618 Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result
2018-12-21 09:54:58 +08:00
Pankaj
a76a842a61
HBASE-21610, numOpenConnections metric is set to -1 when zero server channel exist
2018-12-20 16:36:02 -08:00
Guanghao Zhang
27a0f205c5
HBASE-21498 Master OOM when SplitTableRegionProcedure new CacheConfig and instantiate a new BlockCache
2018-12-19 14:16:05 +08:00
xuqinya
8339e44361
HBASE-21592 quota.addGetResult(r) throw NPE
...
Signed-off-by: huzheng <openinx@gmail.com>
2018-12-18 16:40:26 +08:00
stack
7bed742931
HBASE-21589 TestCleanupMetaWAL fails
2018-12-17 09:31:13 -08:00
huzheng
a700f1b02f
HBASE-21520 TestMultiColumnScanner cost long time when using ROWCOL bloom type
2018-12-14 17:40:10 +08:00
Guanghao Zhang
0bb6f9e870
HBASE-21554 Show replication endpoint classname for replication peer on master web UI
2018-12-13 13:57:41 +08:00
huzheng
763e395d9e
HBASE-21582 If call HBaseAdmin#snapshotAsync but forget call isSnapshotFinished, then SnapshotHFileCleaner will skip to run every time
2018-12-12 22:07:46 +08:00
Josh Elser
911b322e9f
HBASE-21568 Use CacheConfig.DISABLED where we don't expect to have blockcache running
...
This includes removing the "old way" of disabling blockcache in favor of the
new API.
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2018-12-11 11:58:40 -05:00
zhangduo
492ca34025
HBASE-21570 Add write buffer periodic flush support for AsyncBufferedMutator
2018-12-11 15:29:56 +08:00