Commit Graph

15804 Commits

Author SHA1 Message Date
Pankaj d83a23e7d2 HBASE-22230 REST Server drops connection on long scan
Signed-off-by: stack <stack@apache.org>
2019-04-23 05:35:31 -07:00
Wellington Chevreuil aaa2f50ae1 HBASE-22200 - WALSplitter.hasRecoveredEdits should use same FS instance from WAL region dir
Signed-off-by: Zach York <zyork@apache.org>
2019-04-22 15:19:29 -07:00
Sean Busbey 4360d25d9f HBASE-22286 License handling incorrectly lists CDDL/GPLv2+CE as safe to not aggregate.
* Remove cddl/gplv2+ce from list of "default okay" licenses
* correct supplemental info for javax activation to specify CDDL 1.1

Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Esteban Gutierrez <esteban@apache.org>
(cherry picked from commit 01d3d32b16)
2019-04-22 14:42:41 -05:00
zhangduo 16cc2a3dfd HBASE-22282 Should deal with error in the callback of RawAsyncHBaseAdmin.splitRegion methods 2019-04-22 16:49:14 +08:00
zhangduo 8207886d07 HBASE-22278 RawAsyncHBaseAdmin should not use cached region location 2019-04-21 22:35:18 +08:00
Sakthi 56186870c0
HBASE-22249 Rest Server throws NoClassDefFoundError with Java 11 (run-time)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-17 10:23:51 -07:00
Andrew Purtell 6ac2437485
HBASE-22235 OperationStatus.{SUCCESS|FAILURE|NOT_RUN} are not visible to 3rd party coprocessors 2019-04-16 13:18:57 -07:00
wellington f9cffd1c8d
HBASE-20586: add support for clusters on different realms (with cross-realm authentication)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-15 11:24:00 -07:00
zhanggangxue 01113241a3 HBASE-21257 misspelled words.[occured -> occurred] 2019-04-14 21:39:59 +08:00
Sean Busbey f0a032cfb9 HBASE-22192 Delete misc 2.0.5 pom files from branch-2.1 2019-04-13 13:26:41 -05:00
Jan Hentschel 5e5f0d241d
HBASE-22203 Reformatted DemoClient.java 2019-04-12 09:40:51 +02:00
Josh Elser cb2ef7a606 HBASE-22144 Correct MultiRowRangeFilter to work with reverse scans
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-04-11 12:17:55 -04:00
Reid Chan 61396aecd2 HBASE-21129 Clean up duplicate codes in #equals and #hashCode methods of Filter
Signed-off-by Ted Yu <yuzhihong@gmail.com>
2019-04-11 12:17:45 -04:00
liubangchen 694983dc96 HBASE-19008 Add missing equals or hashCode method(s) to stock Filter implementations
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2019-04-11 12:17:28 -04:00
Jan Hentschel 0eb891cbd9
HBASE-22189 Removed remaining usage of StoreFile.getModificationTimeStamp 2019-04-11 12:30:23 +02:00
Duo Zhang 5b29b0d266 HBASE-22198 Fix flakey TestAsyncTableGetMultiThreaded 2019-04-11 16:34:12 +08:00
huzheng 4ceffc83fe HBASE-22185 RAMQueueEntry#writeToCache should freeBlock if any exception encountered instead of the IOException catch block 2019-04-10 11:02:35 +08:00
Duo Zhang 3feac73e02 HBASE-22188 Make TestSplitMerge more stable 2019-04-09 18:30:36 +08:00
Bing Xiao 83668c78e3 HBASE-22128 Move namespace region then master crashed make deadlock
Signed-off-by: Allan Yang <allan163@apache.org>
2019-04-08 21:05:54 +08:00
zhangduo 11e84f9c68 HBASE-22180 Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable 2019-04-07 20:57:34 +08:00
zhangduo 08060b32b1 HBASE-22179 Fix RawAsyncHBaseAdmin.getCompactionState 2019-04-07 08:46:53 +08:00
zhangduo 2f05376687 HBASE-22177 Do not recreate IOException in RawAsyncHBaseAdmin.adminCall 2019-04-07 08:34:04 +08:00
chaiwentao 86def710ac HBASE-22070 Checking restoreDir in RestoreSnapshotHelper
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-04-06 16:12:57 +02:00
zhangduo 5fdc4fb437 HBASE-22174 Remove error prone from our precommit javac check 2019-04-06 19:13:04 +08:00
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 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