Commit Graph

15900 Commits

Author SHA1 Message Date
stack e3aa047ed1 HBASE-22066 Add markers to CHANGES.md and RELEASENOTES.md; ADDENDUM 2019-03-19 11:00:48 -07:00
stack fc0b8da810 HBASE-22066 Add markers to CHANGES.md and RELEASENOTES.md 2019-03-19 10:56:47 -07:00
Rishabh Jain 63a9a359bf HBASE-22042 Missing @Override annotation for RawAsyncTableImpl.scan
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-19 14:03:21 +08:00
Sakthi 40ac6ac1e6
HBASE-21800: RegionServer aborted due to NPE from MetaTableMetrics coprocessor
Have included code refactoring in MetaTableMetrics & LossyCounting

Signed-off-by: Xu Cang <xucang@apache.org>
2019-03-18 22:25:30 -07:00
stack e30755bf15 Preparing development version 2.1.5-SNAPSHOT 2019-03-18 23:02:12 +00:00
stack 18a6ad74b9 Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-03-18 23:01:58 +00:00
stack 3abb35f43e HBASE-22059 2.1 addendum; (check-jar-contents) @ hbase-shaded-check-invariants fails 2019-03-18 15:02:58 -07:00
TAK LON WU 6e6d86bab9 HBASE-21963 Add a script for building and verifying release candidate 2019-03-18 20:08:25 +01:00
stack 74837d3fc5 Preparing development version 2.1.5-SNAPSHOT 2019-03-18 19:01:27 +00:00
stack ec50f16c33 Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-03-18 19:01:12 +00:00
stack ba29af8f54 HBASE-22052 pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications
jersey-core is problematic. It was transitively included from hadoop
and polluting our CLASSPATH with an implementation of a 1.x version
of the javax.ws.rs.core.Response Interface from jsr311-api when we
want the javax.ws.rs-api 2.x version.

    M hbase-endpoint/pom.xml
    M hbase-http/pom.xml
    M hbase-mapreduce/pom.xml
    M hbase-rest/pom.xml
    M hbase-server/pom.xml
    M hbase-zookeeper/pom.xml
     Remove redundant version specification (and the odd property define
     done already up in parent pom).
    M hbase-it/pom.xml
    M hbase-rest/pom.xml
     Exclude jersey-core explicitly.

    M hbase-procedure/pom.xml
     Remove redundant version and classifier.

    M pom.xml
     Add jersey-core exclusions to all dependencies that pull it in
     except hadoop-minicluster. mr tests fail w/o the jersey-core
     so let it in for minicluster and then in modules, exclude it
     where it causes damage as in hbase-it.
2019-03-18 11:25:13 -07:00
Andrew Purtell 862c89fca0
HBASE-21926 Profiler servlet 2019-03-17 18:48:30 -07:00
Geoffrey Jacoby ee3f870f95
HBASE-22032 KeyValue validation should check for null byte array
Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-common/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java
2019-03-15 12:38:44 -07:00
zhangduo 56520820eb HBASE-21736 Remove the server from online servers before scheduling SCP for it in hbck
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-03-13 11:07:38 +08:00
Abhishek Singh Chouhan 144b416274
HBASE-22045 Mutable range histogram reports incorrect outliers 2019-03-12 18:12:21 -07:00
stack cb86e073df HBASE-22025 RAT check fails in nightlies; fails on (old) test data files. 2019-03-10 21:42:04 -07:00
stack 5978c48f0c HBASE-22022 nightly fails rat check down in the dev-support/hbase_nightly_source-artifact.sh check 2019-03-10 15:00:04 -07:00
Nihal Jain 5f56b3e163 HBASE-21135 Build fails on windows as it fails to parse windows path during license check
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 691f1a4c71)
2019-03-08 23:56:05 -06:00
stack 94e8c4103e HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge
ADDENDUM -- dtds moved location. See
https://github.com/checkstyle/checkstyle/issues/6478
2019-03-08 08:49:06 -08:00
Sean Busbey fc3d45954b HBASE-21999 ADDENDUM unknown revisions are okay; make sure we indicate them.
(cherry picked from commit a7bbff170a)
2019-03-07 13:59:34 -06:00
stack 235272056d HBASE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed.
(cherry picked from commit aa8a999779)
2019-03-07 08:57:24 -06:00
Sean Busbey 3c7a349c2e Revert "SE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed."
This reverts commit aa8a999779.

bad commit message
2019-03-07 08:55:36 -06:00
stack c8f9f56e94 HBASE-21999 [DEBUG] Exit if git returns empty revision! 2019-03-06 16:44:50 -08:00
stack aa8a999779 SE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed. 2019-03-06 15:59:06 -08:00
ramkrishna e5fb8214b2 Revert oHBASE-21874 Bucket cache on Persistent memory"
This reverts commit 8f8323403b.
2019-03-06 22:57:57 +05:30
ramkrishna 8f8323403b HBASE-21874 Bucket cache on Persistent memory
Signed-off-by: Anoop John <anoop.hbase@gmail.com>, Sean Busbey
<busbey@apache.org>
2019-03-06 22:09:51 +05:30
subrat.mishra a51e584d7e HBASE-21871 Added support to specify a peer table name in VerifyReplication tool
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-03-06 23:30:00 +09:00
stack 11badde248 HBASE-21998 Move branch-2.1 version from 2.1.4 to 2.1.5-SNAPSHOT 2019-03-05 20:29:22 -08:00
stack b02187d056 HBASE-21997 Fix hbase-rest findbugs ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD complaint 2019-03-05 12:14:59 -08:00
stack 61e0a3ceac HBASE-21960 RESTServletContainer not configured for REST Jetty server
Addendum to work around bouncycastle version issues.
2019-03-05 09:49:56 -08:00
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