Commit Graph

15900 Commits

Author SHA1 Message Date
Murtaza Hassan cf63fbac05
HBASE-22565 Javadoc Warnings: @see cannot be used in inline documentation 2019-06-14 11:50:33 +02:00
Andrew Purtell b355020224
HBASE-22530 The metrics of store files count of region are returned to clients incorrectly (Eungsop Yoo)
Signed-off-by: Xu Cang <xucang@apache.org>
2019-06-13 18:18:36 -07:00
Josh Elser 3d64cf1203 HBASE-22562 Remove dead code: skipControl
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-06-13 15:53:29 -04:00
Sakthi b7f60bc87f HBASE-22458: TestClassFinder fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 0445186f1a)
2019-06-13 09:02:33 -05:00
Josh Elser 1ccf37d7cb HBASE-22566 Update the 2.x upgrade chapter to include default compaction throughput limits
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-12 16:55:58 -04:00
Josh Elser b96143902d HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions
Cherry-pick from HBASE-22560

Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-06-12 15:46:16 -04:00
Josh Elser c3e49fc128 HBASE-22563 Reduce old builds by half
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-10 19:17:24 -04:00
zhangduo 021141a941 HBASE-22551 TestMasterOperationsForRegionReplicas is flakey 2019-06-10 08:10:58 +08:00
Jan Hentschel 48f2144c73
HBASE-22357 Fixed remaining Checkstyle issues in hbase-replication 2019-06-10 00:38:56 +02:00
WenFeiYi 5ae8bc4974 HBASE-22284 optimization StringBuilder.append of AbstractMemStore.toString #182 2019-06-09 14:28:27 -07:00
Peter Somogyi a4983d8185 HBASE-22554 Upgrade to surefire 2.22.2 2019-06-09 14:10:41 +02:00
syedmurtazahassan 95cfb4103c HBASE-22481 Javadoc Warnings reference not found 2019-06-08 20:36:09 +02:00
Artem Ervits b3a63fe962 HBASE-21536 Fix completebulkload usage instructions for branch-2.1
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-06-06 19:45:57 +02:00
stack d8438938cd HBASE-22546 TestRegionServerHostname#testRegionServerHostname fails reliably for me 2019-06-05 20:51:33 -07:00
Daisuke Kobayashi 5b3c954498 HBASE-22160 Add sorting functionality in regionserver web UI for user
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
Signed-off-by: Wellington Chevreuil <wellington.chevreuil@gmail.com>
2019-06-05 11:08:39 +09:00
Sakthi 8cf9f6c361 HBASE-22534 TestCellUtil fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 9b23e1d00c)
2019-06-04 14:53:03 -05:00
Sakthi 44c3a63160 HBASE-22536 TestForeignExceptionSerialization fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 2280c8f4a88350278447515deb0811c42d0bb476)
2019-06-04 11:30:03 -05:00
Sakthi 2c98f5eb8b HBASE-22535 TestShellRSGroups fails when run on JDK11
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit dd99ea8d14)
2019-06-04 10:36:43 -05:00
Sean Busbey d2f033d37c HBASE-22518 yetus personality is treating branch-1.4 like earlier branches for hadoopcheck
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit b4d5a9a8e1)
2019-06-03 09:27:03 -05:00
zhangduo d10fe0d683 HBASE-22507 Backport the pre commit changes in HBASE-22500 to all active branches
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-03 10:24:42 +08:00
Guanghao Zhang 7be313978e HBASE-22522 The integration test in master branch's nightly job has error "ERROR: Only found 1050 rows." 2019-06-02 22:11:31 +08:00
Guanghao b64fdd956c HBASE-22523 Refactor RegionStates#getAssignmentsByTable to make it easy to understand 2019-06-02 22:11:25 +08:00
Josh Elser c5bf670562 HBASE-22511 Add some more rs-status paths to RS UI links
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-05-31 14:49:13 -04:00
Guanghao Zhang 9c74e612fe HBASE-22490 Nightly client integration test fails with hadoop-3 2019-05-31 22:27:25 +08:00
Clay Baenziger 9029130ba0 HBASE-22487 getMostLoadedRegions is unused
Signed-off-by: Wellington Chevreuil <wellington.chevreuil@gmail.com>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-30 16:15:14 +02:00
Duo Zhang e780174bde HBASE-22316 Record the stack trace for current thread in FutureUtils.get 2019-05-30 11:32:15 +08:00
Wellington Chevreuil fa14f91a6b HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration
Change-Id: I259bc54a0a5b3474d3c455639c3e9cb1e95c8438

Signed-off-by: huzheng <openinx@gmail.com>
2019-05-30 10:19:43 +08:00
Guanghao 3c848de784 HBASE-22488 Cleanup the explicit timeout value for test methods 2019-05-29 15:17:54 +08:00
Guanghao 21241d03d9 HBASE-22486 Fix flaky test TestLockManager 2019-05-29 15:16:21 +08:00
zhangduo 17b5904d37 HBASE-22471 Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test 2019-05-29 11:39:04 +08:00
stack bbf01b6074 Preparing development version 2.1.6-SNAPSHOT 2019-05-28 22:07:03 +00:00
stack 0ba7cc01a1 Preparing HBase release 2.1.5RC1; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-05-28 22:06:49 +00:00
Josh Elser ba9609afbd HBASE-22467 UI fixes to enable Knox proxying
Closes #261

Signed-off-by: Sean Busbey <busbey@apache.org>
2019-05-28 16:31:54 -04:00
Sean Busbey 5eb0a2e64a HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying.
Signed-off-by: Josh Elser <elserj@apache.org>
(cherry picked from commit 16f18d5c2d)
2019-05-28 12:20:00 -05:00
Guanghao c51ec42a44 HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 2019-05-28 17:26:34 +08:00
binlijin 8e9b504ffe HBASE-22441 BucketCache NullPointerException in cacheBlock 2019-05-27 17:15:57 +08:00
zhangduo 378e8ba58f HBASE-22419 Backport hbase-personality changes in HBASE-22399 to all active branches 2019-05-27 09:56:34 +08:00
Peter Somogyi 731b179d1a HBASE-22474 Add --mvn-custom-repo parameter to yetus calls 2019-05-26 18:12:44 +02:00
Sakthi 6d1b4f7d35 HBASE-21991 [Addendum] Mark LossCounting as Private
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-05-25 23:48:21 +02:00
Guanghao Zhang 57f4fa4608 HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job 2019-05-24 12:12:17 +08:00
Guanghao Zhang 18dbc09815 HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job 2019-05-24 12:12:08 +08:00
Puleya7 4b7e256cc6 HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-05-23 13:42:14 +08:00
stack 96175c7f51 Preparing development version 2.1.6-SNAPSHOT 2019-05-22 22:27:50 +00:00
stack 5a13560d24 Preparing HBase release 2.1.5RC0; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-05-22 22:27:35 +00:00
binlijin b4a08f5baa HBASE-22445 Add file info when throw exceptions in HFileReaderImpl 2019-05-22 20:24:03 +08:00
binlijin 81dc712779 HBASE-22447 Check refCount before free block in BucketCache 2019-05-22 16:26:43 +08:00
Andrew Purtell 5b24d4e1bc
HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:38:26 -07:00
Sergey Soldatov 9a7293c174 HBASE-22289 WAL-based log splitting resubmit threshold may result in a task being stuck forever 2019-05-20 09:23:39 -07:00
Murtaza Hassan 832d1bede7
HBASE-22226 Incorrect level for headings in asciidoc 2019-05-19 22:49:02 +02:00
zhangduo c947a3edef HBASE-22442 Nightly build is failing with hadoop 3.x 2019-05-19 07:57:14 +08:00