stack
|
b214d4d9f3
|
HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge
|
2019-03-04 21:00:35 -08:00 |
zhangduo
|
1128cad3dd
|
HBASE-21985 Set version as 2.1.4 in branch-2.1 in prep for first RC
|
2019-03-05 08:26:54 +08:00 |
zhangduo
|
8dcbf6ce8b
|
HBASE-21984 Generate CHANGES.md and RELEASENOTES.md for 2.1.4
|
2019-03-04 21:24:33 +08:00 |
Jingyun Tian
|
4e74afe12f
|
HBASE-21934 RemoteProcedureDispatcher should track the ongoing dispatched calls
|
2019-03-04 17:16:54 +08:00 |
Duo Zhang
|
6aea82b1c7
|
HBASE-21094 Remove the explicit timeout config for TestTruncateTableProcedure
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-04 15:52:15 +08:00 |
Guanghao Zhang
|
48fcf665d5
|
Revert "HBASE-20194 Remove the explicit timeout config for TestTruncateTableProcedure"
This reverts commit 239d12dae8 .
|
2019-03-04 15:51:36 +08:00 |
zhangduo
|
9f773d36d3
|
HBASE-21093 Move TestCreateTableProcedure.testMRegions to a separated file
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-04 15:50:50 +08:00 |
Guanghao Zhang
|
8a67b2b22d
|
Revert "HBASE-20193 Move TestCreateTableProcedure.testMRegions to a separated file"
This reverts commit bf21a9dc33 .
|
2019-03-04 15:50:28 +08:00 |
zhangduo
|
2872b156b3
|
HBASE-21983 Should track the scan metrics in AsyncScanSingleRegionRpcRetryingCaller if scan metrics is enabled
|
2019-03-03 19:09:02 +08:00 |
zhangduo
|
ada2680bc6
|
HBASE-21980 Fix typo in AbstractTestAsyncTableRegionReplicasRead
|
2019-03-03 08:29:56 +08:00 |
zhangduo
|
6d03807e4c
|
HBASE-21978 Should close AsyncRegistry if we fail to get cluster id when creating AsyncConnection
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-03 08:19:49 +08:00 |
Duo Zhang
|
73c62bc5d0
|
HBASE-21976 Deal with RetryImmediatelyException for batching request
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-03-02 12:14:43 +08:00 |
Duo Zhang
|
1a0a41bc2b
|
HBASE-21961 Infinite loop in AsyncNonMetaRegionLocator if there is only one region and we tried to locate before a non empty row
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-27 17:55:20 +08:00 |
Duo Zhang
|
3eff82f8d9
|
HBASE-21906 Backport the CallQueueTooBigException related changes in HBASE-21875 to branch-2.1/branch-2.0
|
2019-02-27 17:43:26 +08:00 |
Josh Elser
|
7206ef6427
|
HBASE-21960 Ensure RESTServletContainer used by RESTServer
Signed-off-by: stack <stack@apache.org>
|
2019-02-26 22:31:12 -05:00 |
Duo Zhang
|
bc71447a0d
|
HBASE-21943 Addendum fix compile error
|
2019-02-27 11:14:19 +08:00 |
Duo Zhang
|
dcc22d3e41
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-26 11:22:29 +08:00 |
xuqinya
|
8062cb95a0
|
HBASE-21942 [UI] requests per second is incorrect in rsgroup page(rsgroup.jsp)
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-02-25 16:26:33 +01:00 |
Kevin Su
|
82ae356bf1
|
HBASE-21057 upgrade to latest spotbugs
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2019-02-25 19:50:43 +08:00 |
zhangduo
|
ceb900fbf3
|
Revert "HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client"
This reverts commit 6881753e59 .
|
2019-02-24 20:14:50 +08:00 |
Duo Zhang
|
6881753e59
|
HBASE-21943 The usage of RegionLocations.mergeRegionLocations is wrong for async client
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-24 17:34:42 +08:00 |
Duo Zhang
|
3e2c75d2d7
|
HBASE-21929 The checks at the end of TestRpcClientLeaks are not executed
Signed-off-by: Xu Cang <xucang@apache.org>
|
2019-02-23 20:57:22 +08:00 |
Toshihiro Suzuki
|
51fb26209d
|
HBASE-21867 Support multi-threads in HFileArchiver
|
2019-02-23 09:27:21 +09:00 |
Peter Somogyi
|
70bde491da
|
HBASE-21667 Move to latest ASF Parent POM
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-02-22 13:15:19 +01:00 |
zhangduo
|
ba02226302
|
HBASE-21927 Always fail the locate request when error occur
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 19:48:51 +08:00 |
Guanghao Zhang
|
97445d99be
|
HBASE-21932 Use Runtime.getRuntime().halt to terminate regionserver when abort timeout
|
2019-02-20 16:09:09 +08:00 |
zhangduo
|
851262d15d
|
HBASE-21930 Deal with ScannerResetException when opening region scanner
Signed-off-by: Zheng Hu <openinx@gmail.com>
|
2019-02-20 11:17:59 +08:00 |
Josh Elser
|
13b5a168b7
|
HBASE-21915 Make FileLinkInputStream implement CanUnbuffer
Signed-off-by: Wellington Chevreuil <wellington.chevreuil@gmail.com>
Signed-off-by: Esteban Gutierrez <esteban@apache.org>
|
2019-02-19 16:42:35 -05:00 |
Daisuke Kobayashi
|
217b893ec4
|
HBASE-21899 Fix missing variables for slf4j Logger
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
|
2019-02-17 20:17:04 +09:00 |
Duo Zhang
|
2386f0a897
|
HBASE-21910 The nonce implementation is wrong for AsyncTable
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2019-02-15 20:24:56 +08:00 |
Sakthi
|
c32f4b0021
|
HBASE-19889: Revert Workaround: Purge User API building from branch-2 so can make a beta-1
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-02-14 13:27:09 +01:00 |
Duo Zhang
|
aafbfa4c9d
|
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:35 +08:00 |
Duo Zhang
|
8611bef4fd
|
HBASE-21897 Set version to 2.1.4-SNAPSHOT for branch-2.1
|
2019-02-14 16:39:12 +08:00 |
Duo Zhang
|
29698a86fb
|
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:25:11 +08:00 |
Sean Busbey
|
aa64ae4377
|
HBASE-21884 avoid autoboxing in ugi ref counting for secure bulk load
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
(cherry picked from commit 4273e42ce5 )
|
2019-02-13 15:18:47 -06:00 |
Guanghao Zhang
|
66907c816f
|
HBASE-21889 Use thrift 0.12.0 when build thrift by compile-thrift profile
|
2019-02-13 17:19:16 +08:00 |
huzheng
|
fca1ece03c
|
HBASE-18484 VerifyRep by snapshot does not work when Yarn/SourceHBase/PeerHBase located in three different HDFS clusters
|
2019-02-12 10:58:18 +08:00 |
Nihal Jain
|
6d52f167c7
|
HBASE-21636 Enhance the shell scan command to support missing scanner specifications like ReadType, IsolationLevel etc.
|
2019-02-11 08:41:08 -08:00 |
Duo Zhang
|
307653281d
|
HBASE-21854 Race condition in TestProcedureSkipPersistence
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
|
2019-02-11 14:57:58 +01:00 |
zhangduo
|
da5ec9e4c0
|
HBASE-21819 Addendum include resolved new issues since RC0
|
2019-02-11 10:55:10 +08:00 |
zhangduo
|
575c6cf8ff
|
HBASE-21857 Addendum fix broken UTs
|
2019-02-11 10:26:52 +08:00 |
Toshihiro Suzuki
|
5464ed0f9e
|
HBASE-21201 Support to run VerifyReplication MR tool without peerid
Signed-off-by: Josh Elser <elserj@apache.org>
|
2019-02-10 16:17:49 +09:00 |
zhangduo
|
54f9afba04
|
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:38:03 +08:00 |
zhangduo
|
16f27d7699
|
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:48:49 +08:00 |
kpalanisamy
|
a984b44798
|
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:08:28 +09:00 |
Sean Busbey
|
4c33764d35
|
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>
(cherry picked from commit 1817725083 )
|
2019-02-07 13:43:21 -06:00 |
zhangduo
|
169f2aea2a
|
HBASE-21819 Addendum include new resolved issues(HBASE-21843)
|
2019-02-07 09:00:33 +08:00 |
zhangduo
|
7f1688b91b
|
HBASE-21843 RegionGroupingProvider breaks the meta wal file name pattern which may cause data loss for meta region
|
2019-02-07 08:47:18 +08:00 |
zhangduo
|
3682de0cff
|
HBASE-21819 Addendum include new resolved issues
|
2019-02-05 20:58:06 +08:00 |
zhangduo
|
80971f83d3
|
Revert "21819 Addendum include new resolved issues"
Bad commit message
This reverts commit 6a974fe826 .
|
2019-02-05 20:57:38 +08:00 |