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
Duo Zhang
fe7a73c9e9
HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality
...
Signed-off-by: stack <stack@apache.org>
2019-05-18 14:03:33 -07:00
stack
c5d5cd3ff2
Revert "HBASE-22169 Open region failed cause memory leak"
...
This reverts commit 9363a4a6dfc0266d322c4c216c4c6c5cfbf8bb5.
2019-05-17 16:53:58 -07:00
Bing Xiao
9363a4a6df
HBASE-22169 Open region failed cause memory leak
...
Signed-off-by: stack <stack@apache.org>
2019-05-17 13:43:52 -07:00
Andrew Purtell
f22caffc9c
HBASE-22430 hbase-vote should tee build and test output to console
2019-05-16 16:47:00 -07:00
Tak Lon (Stephen) Wu
a17a74f142
HBASE-22429 hbase-vote download step requires URL to end with '/' ( #243 )
2019-05-16 16:46:59 -07:00
wellington
5a987ec682
HBASE-20305 adding options to skip deletes/puts on target when running SyncTable
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-14 15:50:58 -07:00
Wellington Chevreuil
696298bfac
HBASE-21784 Dump replication queue should show list of wal files ordered chronologically
...
Change-Id: I18c372406290e2b1e2b5503e2c87adcb9bf6fe91
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-14 14:40:03 -07:00
Jan Hentschel
9f1eac2268
HBASE-22384 Fixed formatting issues in administration section of book
2019-05-14 21:00:56 +02:00
zhangduo
e0f8f9b886
HBASE-21658 Addendum fix infinite wait when there are no meta locations yet
2019-05-14 08:13:53 +08:00
Caroline Zhou
00efac9361
HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run
...
Signed-off-by: Xu Cang <xucang@apache.org>
2019-05-13 12:36:40 -07:00
Sean Busbey
cf484c8341
HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus
...
Signed-off-by: Josh Elser <elserj@apache.org>
(cherry picked from commit 60dc5143f2
)
2019-05-13 11:24:23 -05:00
Puleya7
97db64d413
HBASE-22392. Remove extra/useless +
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-05-12 21:44:38 +02:00
zhangduo
f5bd41b762
HBASE-21658 Should get the meta replica number from zk instead of config at client side
2019-05-11 09:31:58 +08:00
Jan Hentschel
872f107a5d
HBASE-20494 Updated the version of metrics-core to 3.2.6
2019-05-10 10:04:45 +02:00
Xu Cang
0132407c3e
HBASE-22274 Cell size limit check on append considers cell's previous size
2019-05-09 23:24:23 -07:00
Murtaza Hassan
8b5b6ce3ec
HBASE-22358 Change rubocop configuration for method length
2019-05-09 11:50:04 +02:00
chenyang
4eab21b2f0
HBASE-22324 loss a mass of data when the sequenceId of cells greater than Integer.Max
...
Signed-off-by: huzheng <openinx@gmail.com>
2019-05-09 15:49:28 +08:00
Andrew Purtell
ad35c224e1
HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor)
2019-05-08 18:16:54 -07:00
Jan Hentschel
6554f91778
HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section
2019-05-08 18:43:57 +02:00
ramkrish86
363647243c
HBASE-22072 High read/write intensive regions may cause long crash ( #214 )
...
* HBASE-22072 High read/write intensive regions may cause long crash
recovery
* Make the 'closing' variable as volatile and move the test case to
standlone class
2019-05-08 15:50:26 +05:30