Nihal Jain
408eb9a710
HBASE-17370 Fix or provide shell scripts to drain and decommission region server
...
Add shell support for the following:
- List decommissioned/draining region servers
- Decommission a list of region servers, optionally offload corresponding regions
- Recommission a region server, optionally load a list of passed regions
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-17 16:50:37 +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
Duo Zhang
6363efcf8f
HBASE-21731 Do not need to use ClusterConnection in IntegrationTestBigLinkedListWithVisibility
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-01-16 20:59:18 +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
Peter Somogyi
400276e3ec
HBASE-21711 Remove references to git.apache.org/hbase.git
2019-01-16 10:02:13 +01:00
Tommy Li
5675bb8542
HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM
...
add future to python reqs
2019-01-16 09:24:47 +01:00
Pankaj
5ca1b64be5
HBASE-21612, Add developer debug options in HBase Config for REST server
2019-01-15 21:50:56 -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
0fd4243fcd
HBASE-21634: Print error message when user uses unacceptable values for LIMIT while setting quotas.
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-15 09:43:59 +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
54c724f580
HBASE-21707 Addendum remove debug logs
2019-01-15 08:31:31 +08:00
Sergey Shelukhin
e69ab24552
HBASE-21626 : log the regions blocking WAL from being archived
2019-01-14 14:52:24 -08:00
Tommy Li
63a1fcbe46
HBASE-21712 : Make submit-patch.py python3 compatible
...
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
2019-01-14 14:50:50 -08:00
zhangduo
7795af0057
HBASE-21707 Fix warnings in hbase-rsgroup module and also make the UTs more stable
...
Signed-off-by: Zheng Hu <openinx@gmail.com>
2019-01-14 11:50:10 +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
Peter Somogyi
2b5b190882
HBASE-21295 Update compatibility matrices
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-11 14:25:22 +01: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
Allan Yang
52bc6db050
HBASE-21652 Refactor ThriftServer making thrift2 server inherited from thrift1 server(addendum)
2019-01-10 11:03:46 +08:00
zhangduo
a1903ea8ab
HBASE-21700 Simplify the implementation of RSGroupInfoManagerImpl
2019-01-10 10:50:12 +08:00
Guanghao Zhang
8e39ec2c59
HBASE-21691 Fix flaky test TestRecoveredEdits
2019-01-10 10:06:45 +08:00
Peter Somogyi
9158792265
HBASE-21685 Change repository urls to Gitbox
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-09 19:01:06 +01: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
Allan Yang
f053003ce7
HBASE-21661 Provide Thrift2 implementation of Table/Admin
2019-01-09 15:38:23 +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
stack
ebe3d1d1d9
HBASE-21697 Add 2.1.2 to the download page
2019-01-08 15:58:14 -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
Josh Elser
7d6ce3569d
HBASE-21091 Update Hadoop and Java "supported" versions tables
...
Amending-Author: Peter Somogyi <psomogyi@apache.org>
2019-01-08 15:49:24 +01:00
zhangduo
d957f0fa19
HBASE-21684 Throw DNRIOE when connection or rpc client is closed
2019-01-08 16:40:40 +08:00
zhangduo
e9dae2adc3
HBASE-21683 Reset readsEnabled flag after successfully flushing the primary region
2019-01-08 16:06:34 +08:00
Peter Somogyi
7377fcd29b
Revert "HBASE-21668 SCM fetch times out for nightlies"
...
This reverts commit 84c1f0887d
.
2019-01-08 08:46:46 +01:00
zhangduo
4f0514e39a
HBASE-21682 Support getting from specific replica
2019-01-08 09:49:12 +08:00
Sakthi
5aaa73434e
HBASE-21361: Disable printing of stack-trace in shell when quotas are not enabled
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-01-07 16:39:13 -05:00
Sakthi
a735a47532
HBASE-21362: Disable printing of stack-trace in shell when quotas are violated
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-01-07 16:36:48 -05:00
Peter Somogyi
84c1f0887d
HBASE-21668 SCM fetch times out for nightlies
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2019-01-07 21:56:42 +01: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
Andrew Purtell
94093e869a
Add 1.3.3 to download page
2019-01-04 12:32:00 -08:00
Nihal Jain
3fbdd5bbe9
HBASE-21630 [shell] Define ENDKEY == STOPROW (we have ENDROW)
2019-01-03 21:58:28 -08:00
stack
c300565311
HBASE-21670 Add 2.0.4 to download page
2019-01-03 21:35:14 -08:00
meiyi
466fa920fe
HBASE-21662 Add append_peer_exclude_namespaces and remove_peer_exclude_namespaces shell commands
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-01-03 10:21:43 +08:00