Murtaza Hassan
c0b58a33c7
HBASE-20851 Change rubocop config for max line length of 100
2019-05-07 20:33:18 +02:00
OrDTesters
b818be4abf
HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars
2019-05-06 09:46:28 -07:00
Wei-Chiu Chuang
19042a923c
HBASE-22087 Update LICENSE/shading for the dependencies from the latest Hadoop trunk.
...
When building with latest hadoop:
* JLine is now in the assembly so update licensing
* shaded client w/hadoop needs relocation for a couple new hadoop transitives
Co-authored-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 962585d376
)
2019-05-05 22:11:22 -05:00
Gabor Bota
8a472eae66
HBASE-22109 Update hbase shaded client for new transitive dependencies of guava after hadoop update
...
* Hadoop updated to Guava 27.0-jre
* Guava 27 adds error checker framework as a transitive dependency
* update relocation rules to relocate it for the shaded client that includes hadoop
Co-authored-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 5c1af95c0a
)
2019-05-05 22:11:22 -05:00
Sean Busbey
f20d76df0c
HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies
...
(cherry picked from commit 87550bf963
)
2019-05-05 22:11:22 -05:00
Sean Busbey
91101213f4
HBASE-22312 Hadoop 3 profile for hbase-shaded-mapreduce should list mapreduce as a provided dependency
...
(cherry picked from commit cb0bbcbab3
)
2019-05-05 22:11:22 -05:00
zhangduo
9f81282f29
HBASE-22222 Site build fails after hbase-thirdparty upgrade
...
(with addendum)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 1e821aa9ce
)
(cherry picked from commit 39f2f3acae
)
2019-05-05 22:11:22 -05:00
Adam Antal
c844660fef
HBASE-22268 Exclude javax.activation coming from Hadoop 3.2+ from shaded artifacts
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit ce1a96f2f6
)
Conflicts:
hbase-shaded/hbase-shaded-client/pom.xml
hbase-shaded/pom.xml
2019-05-05 22:11:22 -05:00
Sean Busbey
443da328f2
HBASE-22359 Backport of HBASE-21371 misses activation-api license information
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-05 13:05:26 +02:00
zhangduo
a4381802c6
HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation
2019-05-04 13:15:20 +08:00
Sergey Shelukhin
7269aa3743
HBASE-22354 master never sets abortRequested, and thus abort timeout doesn't work for it
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-03 09:08:15 +02:00
zhangduo
61f4cd7406
HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table
2019-05-02 17:38:39 +02:00
Jan Hentschel
4d808db078
HBASE-22341 Extended the documentation for deprecating APIs
2019-04-30 22:00:02 +02:00
Sakthi
2c9077ae51
HBASE-22054: Space Quota: Compaction is not working for super user in case of NO_WRITES_COMPACTIONS
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-04-30 14:40:51 -04:00
zhangduo
71ea3237ce
HBASE-22236 AsyncNonMetaRegionLocator should not cache HRegionLocation with null location
2019-04-30 17:24:43 +08:00
Duo Zhang
28e3458830
HBASE-22325 AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided
2019-04-30 15:21:31 +08:00
Andrew Purtell
6b6afc4830
HBASE-22225 Profiler tab on Master/RS UI not working w/o comprehensive message
2019-04-29 13:24:29 -07:00
chfeng
e0cc651098
HBASE-21815 Make isTrackingMetrics and getMetrics of ScannerContext public
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-29 13:03:05 -07:00
Sakthi
2d78dfb2ed
HBASE-22086: Space Quota issue: Deleting snapshot doesn't update the usage of table
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-04-29 11:47:06 -04:00
Zach York
11843b7010
HBASE-22291 Fix recovery of recovered.edits files under root dir
...
When trying to recover a recovered.edits file under the root directory,
it is possible to get a WrongFS exception.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-25 18:11:31 -07:00
Jan Hentschel
c7a70dfaba
HBASE-22304 Fixed remaining Checkstyle issues in hbase-endpoint
2019-04-24 21:18:34 +02:00
Sean Busbey
26c2ff6863
HBASE-22020 update nightly to yetus 0.9.0
...
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit b5a6fd14fa
)
2019-04-24 07:35:24 -05:00
Jan Hentschel
57cd5ae5aa
HBASE-22231 Removed unused and '*' import
2019-04-24 09:09:11 +02:00
stack
899610e657
HBASE-22298 branch-2.2 nightly fails "[ForOverride] Method annotated @ForOverride must have protected or package-private visibility"
2019-04-23 14:02:15 -07:00
zouxiangwen
150f87797a
HBASE-22292 PreemptiveFastFailInterceptor clean repeatedFailuresMap issue
...
Signed-off-by: stack <stack@apache.org>
2019-04-23 08:03:54 -07:00
Igor Rudenko
a31347fccc
HBASE-22047 LeaseException in Scan should be retried
...
Signed-off-by: stack <stack@apache.org>
2019-04-23 06:27:42 -07:00
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