Duo Zhang
73267d9ab1
HBASE-22478 Add jackson dependency for hbase-http module
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-05-27 18:03:34 +08:00
binlijin
5dcfe5f8d8
HBASE-22441 BucketCache NullPointerException in cacheBlock
2019-05-27 17:14:42 +08:00
zhangduo
998b8416ca
HBASE-22473 Split TestSCP
2019-05-27 08:01:52 +08:00
Peter Somogyi
83b8472c9a
HBASE-22474 Add --mvn-custom-repo parameter to yetus calls
2019-05-26 18:11:22 +02:00
Duo Zhang
27c02a0b95
HBASE-22455 Split TestReplicationStatus
2019-05-25 14:42:55 +08:00
meiyi
96d2aabfad
add meiyi as a developer
2019-05-24 11:59:43 +08:00
Guanghao Zhang
de579cd243
HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job
2019-05-24 09:23:20 +08:00
Guanghao Zhang
6b899ccbbc
HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job
2019-05-23 20:57:23 +08:00
Puleya7
f773043f87
HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-05-23 13:38:27 +08:00
Duo Zhang
f1a8aa4fd7
HBASE-22456 Polish TestSplitTransitionOnCluster
2019-05-23 09:43:10 +08:00
binlijin
8e47c8e739
HBASE-22445 Add file info when throw exceptions in HFileReaderImpl
2019-05-22 20:08:46 +08:00
binlijin
2bf7ad4e4f
HBASE-22447 Check refCount before free block in BucketCache
2019-05-22 16:19:08 +08:00
Andrew Purtell
a30b186568
HBASE-22449 https everywhere in Maven metadata ( #247 )
2019-05-21 12:34:25 -07:00
Biju Nair
91ccb22d32
HBASE-22443 Add hbase-vote script details to documentation
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-20 15:00:45 -07:00
Murtaza Hassan
c80f2ad276
HBASE-22226 Incorrect level for headings in asciidoc
2019-05-19 21:25:34 +02:00
zhangduo
b74df9b747
HBASE-22442 Nightly build is failing with hadoop 3.x
2019-05-19 07:54:29 +08:00
Duo Zhang
930691a846
HBASE-22400 Remove the adapter code in async fs implementation for hadoop-2.7.x
2019-05-18 14:05:47 +08:00
Sakthi
cb32f4faf0
HBASE-21991 [Addendum] Mark LossCounting as Private
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-05-17 14:09:38 +08:00
Wei-Chiu Chuang
6ea6573b74
HBASE-22184 [security] Support get|set LogLevel in HTTPS mode.
...
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-05-17 10:47:26 +08:00
Duo Zhang
5a578f953b
HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-05-17 10:01:51 +08:00
huzheng
e254f5e67f
HBASE-22425 Balance shell command broken in HBase-3.0.0
2019-05-17 09:54:57 +08:00
haxiaolin
759ee217c5
HBASE-22424 Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-05-17 08:36:29 +08:00
Andrew Purtell
e1d023d54c
HBASE-22430 hbase-vote should tee build and test output to console
2019-05-16 16:45:53 -07:00
Tak Lon (Stephen) Wu
25a1c5a619
HBASE-22429 hbase-vote download step requires URL to end with '/' ( #243 )
2019-05-16 16:43:27 -07:00
Guanghao
bdd2fc6149
HBASE-22404 Open/Close region request may be executed twice when master restart
2019-05-16 09:10:55 +08:00
Andor Molnár
7878389669
HBASE-13798 TestFromClientSide* don't close the Table
2019-05-15 17:28:41 +02:00
Wellington Chevreuil
fab2e15ae4
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:04:54 -07:00
Andrew Purtell
81953d3e00
Amend HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions
...
Sync Javadoc updates from branch-1 and branch-2 backports
2019-05-14 12:59:10 -07:00
Andrew Purtell
a9de9f5f28
HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions ( #225 )
...
Signed-off-by: Xu Cang <xucang@apache.org>
2019-05-14 11:56:16 -07:00
Jan Hentschel
fde025112b
HBASE-22384 Fixed formatting issues in administration section of book
2019-05-14 18:30:01 +02:00
Duo Zhang
083605df8f
HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks
2019-05-14 16:45:20 +08:00
zhangduo
0b8493f886
HBASE-21658 Addendum fix infinite wait when there are no meta locations yet
2019-05-14 08:12:36 +08:00
Caroline Zhou
0797243365
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:42:43 -07:00
Sean Busbey
feee97fffb
HBASE-22405 Update Ref Guide for EOL of Hadoop 2.7
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-13 13:14:44 -05:00
Sean Busbey
60dc5143f2
HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-05-13 11:21:16 -05:00
zhangduo
62ad94c2b5
HBASE-22365 Region may be opened on two RegionServers
2019-05-13 14:42:27 +08:00
Puleya7
b8365e5110
HBASE-22392. Remove extra/useless +
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-05-12 21:23:56 +02:00
zhangduo
df27820958
HBASE-21658 Should get the meta replica number from zk instead of config at client side
2019-05-11 09:22:00 +08:00
Sergey Shelukhin
3641e7a97d
HBASE-22376 master can fail to start w/NPE if lastflushedseqids file is empty
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-10 15:36:07 -07:00
Artem Ervits
420fbba6ae
HBASE-21536 Fix completebulkload usage instructions
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-10 09:53:51 +02:00
Jan Hentschel
0e79e70545
HBASE-20494 Updated the version of metrics-core to 3.2.6
2019-05-10 09:45:25 +02:00
Xu Cang
987d36879c
HBASE-22274 Cell size limit check on append considers cell's previous size
...
change
2019-05-09 20:34:14 -07:00
Balazs Meszaros
4d64dd2e82
HBASE-22220 Release hbase-connectors-1.0.0
...
* Modified downloads.xml
2019-05-09 14:40:25 +02:00
Murtaza Hassan
600dfae387
HBASE-22358 Change rubocop configuration for method length
2019-05-09 11:22:04 +02:00
chenyang
738ce5f402
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 16:09:12 +08:00
Andrew Purtell
6668098900
HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor)
2019-05-08 18:14:11 -07:00
Yu Li
12bf75bb2a
HBASE-21777 Only log compaction pressure throughput when changed or traced (addendum)
...
Fix the findbugs warning
2019-05-09 00:59:10 +08:00
Jan Hentschel
ba235c93a5
HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section
2019-05-08 16:59:42 +02:00
ramkrish86
46fe9833a9
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:30:04 +05:30
Bahram Chehrazy
d9491c0b65
HBASE-22360 Abort timer doesn't set when abort is called during graceful shutdown process
...
Signed-off-by: Sergey Shelukhin <sershe@apache.org>
2019-05-07 15:48:59 -07:00