Jingyun Tian
|
91dffb043a
|
HBASE-21729 Extract ProcedureCoordinatorRpcs and ProcedureMemberRpcs from CoordinatedStateManager
|
2019-01-25 11:15:55 +08:00 |
|
zhangduo
|
e43c833145
|
HBASE-21770 Should deal with meta table in HRegionLocator.getAllRegionLocations
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-25 11:00:51 +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 |
|
Tommy Li
|
d187af00ca
|
HBASE-21720 : metric to measure how actions are distributed to servers within a MultiAction
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
|
2019-01-23 17:52:58 -08:00 |
|
Nihal Jain
|
050caf425e
|
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:28 -08:00 |
|
Allan Yang
|
b5619a2a26
|
HBASE-21754 ReportRegionStateTransitionRequest should be executed in priority executor
|
2019-01-23 20:55:00 +08:00 |
|
Duo Zhang
|
dfad304ddb
|
HBASE-21753 Support getting the locations for all the replicas of a region
|
2019-01-23 18:09:39 +08:00 |
|
Sergey Shelukhin
|
fa3946fbea
|
HBASE-21626 log the regions blocking WAL from being archived ADDENDUM
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-22 15:15:38 -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 |
|
Nihal Jain
|
f2820ea16f
|
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:07 -08:00 |
|
huzheng
|
35df6147ee
|
HBASE-21738 Remove all the CLSM#size operation in our memstore because it's an quite time consuming.
|
2019-01-21 16:52:49 +08:00 |
|
zhangduo
|
a2f6768acd
|
HBASE-21746 Fix two concern cases in RegionMover
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-20 08:57:01 +08:00 |
|
Duo Zhang
|
882bd564f4
|
HBASE-21726 Add getAllRegionLocations method to AsyncTableRegionLocator
|
2019-01-19 11:14:35 +08:00 |
|
zhangduo
|
44dc872b7b
|
HBASE-19695 Handle disabled table for async client
Signed-off-by: tianjingyun <tianjy1990@gmail.com>
|
2019-01-17 18:34:12 +08:00 |
|
Beluga Behr
|
3e92cd5771
|
HBASE-20209 Do Not Use Both Map containsKey and get Methods in Replication Sink
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2019-01-16 09:39:40 -07:00 |
|
Duo Zhang
|
594341d6fe
|
HBASE-21710 Add quota related methods to the Admin interface
Signed-off-by: Michael Stack <stack@apache.org>
|
2019-01-16 21:08:47 +08:00 |
|
huzheng
|
15031c5bd5
|
HBASE-21657 PrivateCellUtil#estimatedSerializedSizeOf has been the bottleneck in 100% scan case
|
2019-01-16 09:41:02 +08:00 |
|
tianjingyun
|
c2c1af4927
|
HBASE-21647 Add status track for splitting WAL tasks
|
2019-01-15 16:38:37 -08:00 |
|
Pankaj
|
6da0b4ec34
|
HBASE-21639 maxHeapUsage value not read properly from config during EntryBuffers initialization
|
2019-01-15 12:18:28 -08:00 |
|
Pankaj
|
bc0fb66e22
|
HBASE-21595, Print thread's information and stack traces when RS is aborting forcibly
|
2019-01-15 12:11:48 -08:00 |
|
Sakthi
|
93d4b95b3f
|
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-14 17:55:42 -07:00 |
|
Sergey Shelukhin
|
e69ab24552
|
HBASE-21626 : log the regions blocking WAL from being archived
|
2019-01-14 14:52:24 -08:00 |
|
zhangduo
|
c5691a9f60
|
HBASE-21705 Should treat meta table specially for some methods in AsyncAdmin
|
2019-01-13 13:40:52 +08:00 |
|
Duo Zhang
|
3d2580cd6d
|
HBASE-21704 The implementation of DistributedHBaseCluster.getServerHoldingRegion is incorrect
|
2019-01-11 21:34:16 +08:00 |
|
Duo Zhang
|
fbf79373e6
|
HBASE-21663 Add replica scan support
|
2019-01-11 14:19:05 +08:00 |
|
Duo Zhang
|
7bebdff6a2
|
HBASE-21580 Support getting Hbck instance from AsyncConnection
|
2019-01-11 11:26:44 +08:00 |
|
Nihal Jain
|
5d32e80f9e
|
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:01:45 +08:00 |
|
Guanghao Zhang
|
8e39ec2c59
|
HBASE-21691 Fix flaky test TestRecoveredEdits
|
2019-01-10 10:06:45 +08:00 |
|
meiyi
|
620d70d618
|
HBASE-21694 Add append_peer_exclude_tableCFs and remove_peer_exclude_tableCFs shell commands
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-09 22:02:21 +08:00 |
|
Guanghao Zhang
|
a5a61163f1
|
HBASE-21695 Fix flaky test TestRegionServerAbortTimeout
|
2019-01-09 21:58:19 +08:00 |
|
Sergey Shelukhin
|
37bc1686d6
|
HBASE-21614 RIT recovery with ServerCrashProcedure doesn't account for all regions
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-01-09 20:03:37 +08:00 |
|
Nihal Jain
|
5c902b48e5
|
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 10:49:19 +08:00 |
|
Vladimir Rodionov
|
d26acbe1db
|
HBASE-21688: Address WAL filesystem issues
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-01-08 13:56:11 -05:00 |
|
zhangduo
|
e9dae2adc3
|
HBASE-21683 Reset readsEnabled flag after successfully flushing the primary region
|
2019-01-08 16:06:34 +08:00 |
|
zhangduo
|
4f0514e39a
|
HBASE-21682 Support getting from specific replica
|
2019-01-08 09:49:12 +08:00 |
|
tianjingyun
|
281d6429e5
|
HBASE-21588 Procedure v2 wal splitting implementation
|
2019-01-07 15:58:15 +08:00 |
|
meiyi
|
77db1fae09
|
HBASE-21159 Add shell command to switch throttle on or off
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-01-07 14:21:41 +08:00 |
|
zhangduo
|
db66e6cc9e
|
HBASE-17356 Add replica get support
|
2019-01-03 08:38:20 +08:00 |
|
Guanghao Zhang
|
ec948f5d90
|
HBASE-21659 Avoid to load duplicate coprocessors in system config and table descriptor
|
2019-01-02 10:41:36 +08:00 |
|
Guanghao Zhang
|
3ab895979b
|
HBASE-21660 Apply the cell to right memstore for increment/append operation
|
2019-01-01 17:32:44 +08:00 |
|
Guanghao Zhang
|
f5ea00f724
|
HBASE-21643 Introduce two new region coprocessor method and deprecated postMutationBeforeWAL
|
2018-12-27 18:27:06 +08:00 |
|
huzheng
|
c2d5991b82
|
HBASE-21642 CopyTable by reading snapshot and bulkloading will save a lot of time
|
2018-12-27 18:22:54 +08:00 |
|
Guanghao Zhang
|
4281cb3b95
|
HBASE-21640 Remove the TODO when increment zero
|
2018-12-26 21:47:44 +08:00 |
|
Andrey Elenskiy
|
dbafa1be83
|
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:01:11 -08:00 |
|
zhangduo
|
97fd647de2
|
HBASE-21635 Use maven enforcer to ban imports from illegal packages
|
2018-12-24 11:12:25 +08:00 |
|
Guanghao Zhang
|
7c0a3cc265
|
HBASE-21621 Reversed scan does not return expected number of rows
The unit test is contributed by Nihal Jain
|
2018-12-23 16:19:05 +08:00 |
|
Sakthi
|
b2bf22e209
|
HBASE-21631: list_quotas should print human readable values for LIMIT
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-22 22:00:58 +08:00 |
|
openinx
|
e160b5ac8d
|
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:53 -08:00 |
|
huzheng
|
12786f80c1
|
HBASE-21401 Sanity check when constructing the KeyValue
|
2018-12-21 18:01:35 +08:00 |
|
Guanghao Zhang
|
ad819380c7
|
HBASE-21618 Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result
|
2018-12-21 09:49:24 +08:00 |
|