Duo Zhang
a172b480fe
HBASE-22617 Recovered WAL directories not getting cleaned up ( #330 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-25 18:44:59 +08:00
Andrew Purtell
a1aab9514f
HBASE-22616 responseTooXXX logging for Multi should characterize the component ops ( #329 )
...
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2019-06-24 18:05:51 -07:00
Sean Busbey
360288a320
HBASE-22615 Make TestChoreService more robust to timing
...
* phrase fudge factor "deltas" in terms of the original period
* increase the delta allowed for chore timing from 5% to 20%
* improve some assertions
Closes #328
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
(cherry picked from commit 9aee88e03a
)
2019-06-22 01:25:29 -05:00
virajjasani
332575fa22
HBASE-22520 Avoid possible NPE while performing seekBefore in Hal… ( #281 )
...
HBASE-22520 Avoid possible NPE while performing seekBefore in HalfStoreFileReader
2019-06-20 15:02:34 -07:00
Mingliang Liu
ef412ceea2
HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 6a068da4dc
)
2019-06-20 09:15:13 -05:00
Reid Chan
060f52de5a
HBASE-22596 [Chore] Separate the execution period between CompactionChecker and PeriodicMemStoreFlusher
...
Signed-off-by: Zach York <zyork@apache.org>
Signed-off-by: Xu Cang <xucang@apache.org>
2019-06-20 11:02:10 +08:00
Artem Ervits
ec6638c902
HBASE-22561 modify HFilePrettyPrinter to accept non-rootdir directories
...
Signed-off-by: huzheng <openinx@gmail.com>
2019-06-19 15:35:18 +08:00
Jan Hentschel
3f62e481e2
HBASE-22344 Documented the deprecation of public and limited private APIs ( #208 )
...
Signed-off-by: stack <stack@apache.org>
2019-06-17 23:10:24 +02:00
Istvan Toth
02f9c8b3b4
HBASE-22581 user with "CREATE" permission can grant, but not revoke permissions on created table
...
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-06-17 23:59:02 +08:00
Jan Hentschel
c339733d66
HBASE-22593 Added Jenv file to gitignore ( #314 )
...
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
2019-06-17 10:09:45 +02:00
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