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
Tak Lon (Stephen) Wu
b5b89f7c74
HBASE-21777 Only log compaction pressure throughput when changed or traced
...
Signed-off-by: Yu Li <liyu@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-08 02:37:31 +08:00
Murtaza Hassan
2005122363
HBASE-20851 Change rubocop config for max line length of 100
2019-05-07 20:16:12 +02:00
niuyulin
6de308c5bc
HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module
2019-05-07 13:23:38 +08:00
z-york
67c937fa92
HBASE-21070 Add Test for SnapshotFileCache for HBase backed by S3 ( #209 )
...
SnapshotFileCache depends on getting the last modified time of the
snapshot directory, however, S3 FileSystem's do not update the
last modified time of the top 'folder' when objects are added/removed.
This commit adds a test for the previously fixed SnapshotFileCache.
2019-05-06 11:52:08 -07:00
Jan Hentschel
45bcb4f307
HBASE-22364 Fixed remaining Checkstyle issue in hbase-hadoop2-compat
2019-05-06 10:14:20 +02:00
zhangduo
e884a25f8d
HBASE-22343 Make procedure retry interval configurable in test
2019-05-04 13:04:06 +08:00
Sakthi
68f14c19ff
HBASE-22345 REST Server must have specific version of javax.annotations available at runtime
...
Rest Server throws NoClassDefFoundError : javax/annotation/Priority after buiding with JDK8 and running on JDK8
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-05-03 11:07:24 -05:00
Sergey Shelukhin
0c0d59541a
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-02 18:08:02 -07:00
zhangduo
f91768fa6e
HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table
2019-05-02 17:19:47 +02:00
Peter Somogyi
94122f6a74
HBASE-22340 Corrupt KeyValue is silently ignored ( #207 )
2019-05-02 11:17:28 +02:00
Andrew Purtell
47b4ab7b97
HBASE-22301 Consider rolling the WAL if the HDFS write pipeline is slow
2019-05-01 17:42:26 -07:00
zhangduo
4489598a8e
HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation
2019-05-02 07:49:59 +08:00
Jan Hentschel
4379fe4ad3
HBASE-22277 Addendum Also changed references in hbase-shell
2019-05-01 18:35:11 +02:00
Thiruvel Thirumoolan
32250e55ba
HBASE-21883 Enhancements to Major Compaction tool
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-30 17:29:28 -07:00
Jan Hentschel
2c7fdb39ce
HBASE-22277 Removed deprecated methods from Get
2019-05-01 01:25:53 +02:00
Jan Hentschel
70296a2e78
HBASE-22341 Extended the documentation for deprecating APIs
2019-04-30 21:45:07 +02:00
Sakthi
e44fe4964a
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 12:18:21 -04:00
Duo Zhang
3f40df8085
HBASE-22325 AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided
2019-04-30 15:12:35 +08:00