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 |
huzheng
|
b0131e19f4
|
HBASE-21734 Some optimization in FilterListWithOR
|
2019-01-22 11:40:37 +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 |
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 |
Duo Zhang
|
348cbf63ec
|
HBASE-21732 Should call toUpperCase before using Enum.valueOf in some methods for ColumnFamilyDescriptor
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-01-16 20:46:14 +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 |
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 |
zhangduo
|
c5691a9f60
|
HBASE-21705 Should treat meta table specially for some methods in AsyncAdmin
|
2019-01-13 13:40:52 +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 |
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 |
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 |
zhangduo
|
d957f0fa19
|
HBASE-21684 Throw DNRIOE when connection or rpc client is closed
|
2019-01-08 16:40:40 +08:00 |
zhangduo
|
4f0514e39a
|
HBASE-21682 Support getting from specific replica
|
2019-01-08 09:49:12 +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 |
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 |
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 |
meiyi
|
1b08ba7385
|
HBASE-21578 Fix wrong throttling exception for capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-14 18:17:47 +08:00 |
Sakthi
|
f88224ee34
|
HBASE-21453 Convert ReadOnlyZKClient to DEBUG instead of INFO
|
2018-12-11 08:18:02 +01:00 |
zhangduo
|
b09b87d143
|
HBASE-21570 Add write buffer periodic flush support for AsyncBufferedMutator
|
2018-12-11 14:51:26 +08:00 |
Josh Elser
|
8a68f0d656
|
HBASE-21524 Fix logging in ConnectionImplementation.isTableAvailable()
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-11-29 11:40:06 -05:00 |
zhangduo
|
1acbd36c90
|
HBASE-21154 Remove hbase:namespace table; fold it into hbase:meta
|
2018-11-26 14:51:56 +08:00 |
meiyi
|
5ded294419
|
HBASE-21034 Add new throttle type: read/write capacity unit
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-11-21 09:46:49 +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 |
Ben Lau
|
d9f32137b6
|
HBASE-21439 RegionLoads aren't being used in RegionLoad cost functions
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2018-11-08 11:59:34 -08:00 |
tianjingyun
|
116eee6747
|
HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-10-29 20:55:37 -07:00 |
Guanghao Zhang
|
23b7510ae2
|
HBASE-21365 Throw exception when user put data with skip wal to a table which may be replicated
|
2018-10-26 17:43:38 +08:00 |
Guanghao Zhang
|
cd943419b6
|
HBASE-21385 HTable.delete request use rpc call directly instead of AsyncProcess
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-10-25 16:22:36 -07:00 |
jingyuntian
|
5fbb227deb
|
HBASE-21269 Forward-port HBASE-21213 [hbck2] bypass leaves behind state in RegionStates when assign/unassign
|
2018-10-18 06:22:52 -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
|
e736168567
|
HBASE-21303 [shell] clear_deadservers with no args fails
|
2018-10-12 11:19:56 -07:00 |
Nihal Jain
|
56ac4705e9
|
HBASE-21196 HTableMultiplexer clears the meta cache after every put operation
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2018-09-28 16:35:46 -07:00 |
Michael Stack
|
27369136be
|
HBASE-21223 [amv2] Remove abort_procedure from shell
Signed-off-by: Balazs Meszaros <balazs.meszaros@cloudera.com>
|
2018-09-25 11:29:15 -07:00 |
Guangxu Cheng
|
3de02d57f6
|
HBASE-20636 Introduce two bloom filter type : ROWPREFIX and ROWPREFIX_DELIMITED
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Amending-Author: Andrew Purtell <apurtell@apache.org>
|
2018-09-21 16:06:39 -07:00 |
Umesh Agashe
|
dc767c06d2
|
HBASE-21023 Added bypassProcedure() API to HbckService
|
2018-09-19 15:18:16 -07:00 |
Michael Stack
|
3a0fcd56cf
|
HBASE-21156 [hbck2] Queue an assign of hbase:meta and bulk assign/unassign
Adds 'raw' assigns and unassigns methods to Hbck Service.
Fixes HbckService so it works when cluster is Kerberized.
|
2018-09-19 10:06:16 -07:00 |
Guangxu Cheng
|
3810ba2c6e
|
HBASE-21179 Fix the number of actions in responseTooSlow log
|
2018-09-12 10:48:52 +08:00 |
Guangxu Cheng
|
2aae247e3f
|
HBASE-21158 Empty qualifier cell is always returned when using QualifierFilter
|
2018-09-10 21:32:46 +08:00 |
Toshihiro Suzuki
|
a51c333856
|
HBASE-21052 After restoring a snapshot, table.jsp page for the table gets stuck
|
2018-09-09 10:23:50 +09:00 |
Reid Chan
|
245bb44703
|
HBASE-21129 Clean up duplicate codes in #equals and #hashCode methods of Filter
Signed-off-by Ted Yu <yuzhihong@gmail.com>
|
2018-09-04 11:09:21 +08:00 |
Toshihiro Suzuki
|
bd0435892a
|
HBASE-21084 When cloning a snapshot including a split parent region, the split parent region of the cloned table will be online - addendum
|
2018-08-28 15:34:01 +09:00 |
Umesh Agashe
|
3813f0ac3d
|
HBASE-20941 Created and implemented HbckService in master
Added API setTableStateInMeta() to update table state only in Meta. This will be used by hbck2 tool.
|
2018-08-27 12:11:52 -07:00 |
subrat.mishra
|
8e1002913d
|
HBASE-21030: Changed javadoc for append operation.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2018-08-26 23:38:45 +09:00 |
liubangchen
|
72b36e1d9a
|
HBASE-19008 Add missing equals or hashCode method(s) to stock Filter implementations
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
|
2018-08-24 00:22:22 +08:00 |
zhangduo
|
bb3494134e
|
HBASE-20881 Introduce a region transition procedure to handle all the state transition for a region
|
2018-08-21 06:12:09 +08:00 |
subrat.mishra
|
49ae8549cf
|
HBASE-21040 Replace call to printStackTrace() with proper logger call
Signed-off-by: tedyu <yuzhihong@gmail.com>
|
2018-08-15 08:29:54 -07:00 |