Commit Graph

15810 Commits

Author SHA1 Message Date
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
zhangduo 6a974fe826 21819 Addendum include new resolved issues 2019-02-05 20:22:58 +08:00
Peter Somogyi d58630aa4a HBASE-21727 Simplify documentation around client timeout - ADDENDUM
Add back HBaseConfiguration#getInt with deprecation

Signed-off-by: zhangduo <zhangduo@apache.org>
2019-02-05 18:02:55 +08:00
zhangduo ab0c927080 HBASE-21819 Addendum include new resolved issues 2019-02-04 21:10:13 +08:00
Nihal Jain c0834e1823 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:31 +08:00
zhangduo e5dfb15346 HBASE-21840 TestHRegionWithInMemoryFlush fails with NPE 2019-02-04 19:26:12 +08:00
zhangduo 40a369ed84 HBASE-21819 Generate CHANGES.md and RELEASENOTES.md for 2.1.3 2019-02-04 09:19:31 +08:00
zhangduo 454805ec5d HBASE-21834 Set version as 2.1.3 in branch-2.1 in prep for first RC 2019-02-04 08:05:51 +08:00
zhangduo c0c051a44a HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly 2019-02-03 15:42:35 +08:00
Pankaj 1ee57edc72 HBASE-21832 Backport parent "HBASE-21595 Print thread's information and stack traces when RS is aborting forcibly" to branch-2.0/2.1
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-02-03 15:16:51 +08:00
zhangduo f26b73e618 HBASE-21833 Use NettyAsyncFSWALConfigHelper.setEventLoopConfig to prevent creating too many netty event loop when executing TestHRegion 2019-02-03 15:00:34 +08:00