15780 Commits

Author SHA1 Message Date
Andrew Purtell
e12d15ce8b
HBASE-20912 Add import order config in dev support for eclipse (Ankit Singhal and Tak Lon (Stephen) Wu)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-05 14:37:54 -07:00
Apache9
effc62f28b HBASE-22152 Addendum use hbase account instead of hadoop (#112) 2019-04-05 22:20:19 +08:00
Duo Zhang
dbafb02679 HBASE-22152 Create a jenkins file for yetus to processing GitHub PR 2019-04-04 22:15:41 +08:00
Andrew Purtell
046984b961
HBASE-20911 correct Swtich/case indentation in formatter template for eclipse (Ankit Singhal)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-03 16:31:24 -07:00
Vladimir Rodionov
aea9277ea6 HBASE-21688 Address WAL filesystem issues
Amending-Author: Josh Elser <elserj@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
2019-04-03 15:40:16 -04:00
zhangduo
dd19173fbd HBASE-22135 AsyncAdmin will not refresh master address
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-01 13:48:03 +08:00
pingsutw
0c882100d4 HBASE-22101 AsyncAdmin.isTableAvailable should not throw TableNotFoundException
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-30 20:43:25 +08:00
pingsutw
674921f1f4 HBASE-22131 Delete the patches in hbase-protocol-shaded module
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-30 20:26:11 +08:00
zhangduo
1d9158c04a HBASE-22099 Backport HBASE-21895 "Error prone upgrade" to branch-2
Signed-off-by: Michael Stack <stack@apache.org>
2019-03-30 14:59:47 +08:00
Tomas Sokorai
6218fab4aa HBASE-22123 REST gateway reports Insufficient permissions exceptions as 404 Not Found 2019-03-28 12:27:01 -07:00
Andrew Purtell
9668e10399
Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check
Fix Maven warning introduced by this change
2019-03-28 10:13:39 -07:00
xuqinya
7896afa906 HBASE-21781 list_deadservers elapsed time is incorrect 2019-03-28 13:27:38 +01:00
zhangduo
e9788c5cd5 HBASE-22100 False positive for error prone warnings in pre commit job
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-03-28 13:07:09 +08:00
zhangduo
804949ccc9 HBASE-22098 Backport HBASE-18667 "Disable error-prone for hbase-protocol-shaded" to branch-2
Signed-off-by: Michael Stack <stack@apache.org>
2019-03-28 12:11:11 +08:00
Nihal Jain
7094987311 HBASE-20662 Increasing space quota on a violated table does not remove SpaceViolationPolicy.DISABLE enforcement
Signed-off-by: Josh Elser <elserj@apache.org>
2019-03-27 15:37:50 -04:00
Balazs Meszaros
c6e0826679 HBASE-22073 /rits.jsp throws an exception if no procedure
Signed-off-by: stack <stack@apache.org>
2019-03-27 08:52:33 -07:00
subrat.mishra
0fd73b5852 HBASE-22053 Changed zookeeper URL from http://hadoop.apache.org to https://zookeeper.apache.org Replaced version 3.1.1 with 3.3.3 as 3.1.1 is deprecated.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-03-28 00:32:33 +09:00
Toshihiro Suzuki
0ddd876347 HBASE-22097 Modify the description of split command in shell
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Xu Cang <xucang@apache.org>
2019-03-28 00:21:26 +09:00
Sakthi
0d2c5197de HBASE-22094: Throw TableNotFoundException if table not exists in AsyncAdmin.compact
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-27 20:15:43 +08:00
Wei-Chiu Chuang
13f17848b8 HBASE-21619. Fix warning message caused by incorrect ternary operator evaluation
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-03-25 20:11:50 +01:00
stack
c6dc2541e9 Preparing development version 2.1.5-SNAPSHOT 2019-03-24 16:02:56 +00:00
stack
57b29f2bcf Preparing HBase release 2.1.4RC1.5; tagging and updates to CHANGES.md and RELEASENOTES.md 2.1.4RC1.5 2019-03-24 16:02:41 +00:00
stack
7ca8578032 HBASE-22052 pom cleaning; ANOTHER ADDENDUM 2019-03-24 11:24:13 -04:00
stack
73e40680c0 HBASE-22052 pom cleaning; ADDENDUM 2019-03-23 17:19:58 -04:00
stack
fb56e4c454 HBASE-22052 pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications
This is a reapply of a reverted commit with amendments. This commit
includes HBASE-22059 amendment. We reverted because of the HBASE-22059
amendment. This patch is HBASE-22052 plus an amended HBASE-22059. See
HBASE-22052 for full story.

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-23 08:57:03 -04:00
Sakthi
ef1ed87679
HBASE-21991: Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements
Signed-off-by: Xu Cang <xucang@apache.org>
2019-03-21 13:57:27 -07:00
stack
1f84dfc796 Revert "HBASE-22052 pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications"
This reverts commit ba29af8f54ecb5656db643c60e2b8900f83214aa.
2019-03-21 08:21:44 -07:00
stack
7fc5136ccb Revert "HBASE-22059 2.1 addendum; (check-jar-contents) @ hbase-shaded-check-invariants fails"
This reverts commit 3abb35f43e511d07ede05881fbb264201cab07d4.
2019-03-21 08:21:32 -07:00
stack
59c1e2b07c Preparing development version 2.1.5-SNAPSHOT 2019-03-19 18:44:34 +00:00
stack
5b7722f855 Preparing HBase release 2.1.4RC1; tagging and updates to CHANGES.md and RELEASENOTES.md rel/2.1.4 2.1.4RC1 2019-03-19 18:44:20 +00:00
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 691f1a4c71f47d7f093f88e2a0cf0374d187dca7)
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 a7bbff170a3af3cec8359dce5f31650ae1bde1c8)
2019-03-07 13:59:34 -06:00