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
Duo Zhang
6176471957
HBASE-21907 Should set priority for rpc request
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-18 19:46:17 +08:00
lujie
7be71c0f55
HBASE-21740 Fix NPE while shutting down RS
2019-02-18 02:48:30 -08:00
Daisuke Kobayashi
40e1d9174e
HBASE-21899 Fix missing variables for slf4j Logger
...
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-02-17 20:14:48 +09:00
zhangduo
dedab71381
HBASE-21909 Validate the put instance before executing in AsyncTable.put method
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-16 17:47:38 +08:00
zhangduo
0b2b474b4c
HBASE-21908 Remove Scan.getScanMetrics
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-16 17:39:31 +08:00
Josh Elser
ae0198084c
HBASE-21872 Use a call that defaults to UTF-8 charset for string to byte encoding
...
Fixed commit message
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-15 12:11:40 -05:00
Josh Elser
d0e4912f67
Revert "HBASE-21782 Use a call that defaults to UTF-8 charset for string to byte encoding"
...
This reverts commit 3d4e1d57e5
. Fixing incorrect Jira id.
2019-02-15 12:11:29 -05:00
Sean Busbey
2c8f42a3a3
HBASE-21686 Update downloads page with 1.2.10 release.
2019-02-15 10:39:22 -06:00
Duo Zhang
81e1e2f943
HBASE-21910 The nonce implementation is wrong for AsyncTable
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-15 20:24:34 +08:00
Guanghao Zhang
4b185664aa
HBASE-21814 Remove the TODO in AccessControlLists#addUserPermission
2019-02-15 19:35:50 +08:00
Duo Zhang
b73cffb10a
HBASE-21875 Change the retry logic in RSProcedureDispatcher to 'retry by default, only if xxx'
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-15 11:05:01 +08:00
Josh Elser
3d4e1d57e5
HBASE-21782 Use a call that defaults to UTF-8 charset for string to byte encoding
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-14 12:02:49 -05:00
Duo Zhang
8bed65fa01
HBASE-21900 Infinite loop in AsyncMetaRegionLocator if we can not get the location for meta
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-14 19:50:02 +08:00
Duo Zhang
b3eb70c32d
HBASE-21890 Use execute instead of submit to submit a task in RemoteProcedureDispatcher
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-14 14:15:59 +08:00
Duo Zhang
e06beb0d72
HBASE-21888 Add a isClosed method to AsyncConnection
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-14 11:41:16 +08:00
Duo Zhang
a777a2859c
HBASE-21896 Add 2.1.3 to download page
2019-02-14 11:38:42 +08:00
Sergey Shelukhin
cd6042e020
HBASE-21849 master serving regions version is not handled correctly
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-13 16:06:48 -08:00
Sean Busbey
4273e42ce5
HBASE-21884 avoid autoboxing in ugi ref counting for secure bulk load
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-02-13 13:51:26 -06:00
Guanghao Zhang
ed849d2d19
HBASE-21889 Use thrift 0.12.0 when build thrift by compile-thrift profile
2019-02-13 17:14:22 +08:00
zhangduo
f1e5999ad2
HBASE-21859 Add clearRegionLocationCache method for AsyncConnection
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-13 10:07:29 +08:00
Sergey Shelukhin
9ef6bc4323
HBASE-21785 master reports open regions as RITs and also messes up rit age metric
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-02-12 12:53:17 -08:00
Sakthi
5049f460b8
HBASE-21780: Avoid a wide line on the RegionServer webUI for many ZooKeeper servers
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-02-12 10:58:53 +01:00
huzheng
1df571cb36
HBASE-18484 VerifyRep by snapshot does not work when Yarn/SourceHBase/PeerHBase located in three different HDFS clusters
2019-02-12 10:42:52 +08:00
Duo Zhang
78d3d5628a
HBASE-21868 Remove legacy bulk load support
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-12 10:11:04 +08:00
Nihal Jain
353233c296
HBASE-21636 Enhance the shell scan command to support missing scanner specifications like ReadType, IsolationLevel etc.
2019-02-11 09:29:21 -08:00
Duo Zhang
ebfde02343
HBASE-21854 Race condition in TestProcedureSkipPersistence
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-02-11 14:54:45 +01:00
zhangduo
c48438fcb0
HBASE-21857 Addendum fix broken UTs
2019-02-11 10:06:54 +08:00
Toshihiro Suzuki
b322d0a3e5
HBASE-21201 Support to run VerifyReplication MR tool without peerid
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-10 16:15:45 +09:00
zhangduo
28bc9a51e1
HBASE-21862 IPCUtil.wrapException should keep the original exception types for all the connection exceptions
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-02-10 09:37:14 +08:00
Sakthi
abaeeace00
HBASE-21800: RegionServer aborted due to NPE from MetaTableMetrics coprocessor
...
Have included code refactoring in MetaTableMetrics & LossyCounting
2019-02-08 10:43:15 -08:00
zhangduo
6f16836c20
HBASE-21857 Do not need to check clusterKey if replicationEndpoint is provided when adding a peer
...
Signed-off-by: Xu Cang <xucang@apache.org>
2019-02-08 19:47:37 +08:00
kpalanisamy
a155d17fa6
HBASE-21816 : Print source cluster replication config directory
...
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-02-08 14:06:14 +09:00
Sean Busbey
1817725083
HBASE-21853 update copyright notices for contributions in 2019.
...
Signed-off-by: Amit Virmani <avirmani@cloudera.com>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-02-07 13:11:44 -06:00
zhangduo
7849fa32d6
HBASE-21843 RegionGroupingProvider breaks the meta wal file name pattern which may cause data loss for meta region
2019-02-07 08:28:57 +08:00
zhangduo
6b60c42690
HBASE-21838 Create a special ReplicationEndpoint just for verifying the WAL entries are fine
2019-02-06 18:11:03 +08:00
Xu Cang
b24f19bb18
Adding xucang as a developer
2019-02-05 14:12:28 -08:00
stack
af923225d0
HBASE-19616 Review of LogCleaner Class
2019-02-04 22:16:26 -08:00
Nihal Jain
5f8bdd52a1
HBASE-21795 Client application may get stuck (time bound) if a table modify op is called immediately after split op
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-02-04 20:50:09 +08:00
zhangduo
d69c3e5d48
HBASE-21840 TestHRegionWithInMemoryFlush fails with NPE
2019-02-04 19:25:59 +08:00
Surbhi Kochhar
8d75ac80a8
HBASE-21765 Website should point to lists.apache.org
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-03 06:41:26 -06:00
Sakthi
65caa08edc
HBASE-21812 Address ruby static analysis for shell/bin modules [2nd pass]
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-03 06:39:53 -06:00
zhangduo
2b1b79f08b
HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly
2019-02-03 15:24:54 +08:00
zhangduo
f26e1bb588
HBASE-21833 Use NettyAsyncFSWALConfigHelper.setEventLoopConfig to prevent creating too many netty event loop when executing TestHRegion
2019-02-03 14:59:55 +08:00
zhangduo
89c02dc0cc
HBASE-21828 Make sure we do not return CompletionException when locating region
2019-02-02 21:13:45 +08:00
Sergey Shelukhin
946bc19242
HBASE-21811 region can be opened on two servers due to race condition with procedures and server reports
...
The original fix is provided by Sergey Shelukhin, the UT is added by Duo Zhang
Amending-Author: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-02-02 17:39:31 +08:00
Sean Busbey
5784a09fff
HBASE-21808 Ensure we can build with JDK11 targetting JDK8
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-01 16:26:57 -06:00
Sakthi
64c32720d6
HBASE-21794 Update the Coprocessor observer example given in section 111.1 of the ref guide.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-01 10:23:29 -06:00
huzheng
81ebe6d40d
HBASE-21764 Size of in-memory compaction thread pool shoud be configurable
2019-02-01 10:01:34 +08:00