Nihal Jain
|
61484fdbfe
|
HBASE-21629 draining_servers.rb is broken
|
2018-12-23 20:47:58 -08:00 |
Duo Zhang
|
48786ad4a3
|
HBASE-21635 Use maven enforcer to ban imports from illegal packages
|
2018-12-24 11:30:28 +08:00 |
Ted Yu
|
f33a19482f
|
HBASE-20136 TestKeyValue misses ClassRule and Category annotations
|
2018-12-23 10:18:22 -08:00 |
Guanghao Zhang
|
685a17a800
|
HBASE-21621 Reversed scan does not return expected number of rows
The unit test is contributed by Nihal Jain
|
2018-12-23 16:38:10 +08:00 |
Sakthi
|
7e911d9e21
|
HBASE-21631: list_quotas should print human readable values for LIMIT
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-22 22:10:26 +08:00 |
openinx
|
c5810f19a6
|
HBASE-21620 Problem in scan query when using more than one column prefix filter in some cases
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Allan Yang <allan163@apache.org>
|
2018-12-21 15:21:12 -08:00 |
huzheng
|
8f39e7633e
|
HBASE-21401 Sanity check when constructing the KeyValue
|
2018-12-21 18:34:28 +08:00 |
Guanghao Zhang
|
512a6322d9
|
HBASE-21618 Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result
|
2018-12-21 09:54:58 +08:00 |
Pankaj
|
a76a842a61
|
HBASE-21610, numOpenConnections metric is set to -1 when zero server channel exist
|
2018-12-20 16:36:02 -08:00 |
Guanghao Zhang
|
27a0f205c5
|
HBASE-21498 Master OOM when SplitTableRegionProcedure new CacheConfig and instantiate a new BlockCache
|
2018-12-19 14:16:05 +08:00 |
xuqinya
|
8339e44361
|
HBASE-21592 quota.addGetResult(r) throw NPE
Signed-off-by: huzheng <openinx@gmail.com>
|
2018-12-18 16:40:26 +08:00 |
stack
|
7bed742931
|
HBASE-21589 TestCleanupMetaWAL fails
|
2018-12-17 09:31:13 -08:00 |
huzheng
|
a700f1b02f
|
HBASE-21520 TestMultiColumnScanner cost long time when using ROWCOL bloom type
|
2018-12-14 17:40:10 +08:00 |
Guanghao Zhang
|
0bb6f9e870
|
HBASE-21554 Show replication endpoint classname for replication peer on master web UI
|
2018-12-13 13:57:41 +08:00 |
Guanghao Zhang
|
359bf44cf2
|
HBASE-21549 Add shell command for serial replication peer
|
2018-12-13 13:49:48 +08:00 |
huzheng
|
763e395d9e
|
HBASE-21582 If call HBaseAdmin#snapshotAsync but forget call isSnapshotFinished, then SnapshotHFileCleaner will skip to run every time
|
2018-12-12 22:07:46 +08:00 |
Josh Elser
|
911b322e9f
|
HBASE-21568 Use CacheConfig.DISABLED where we don't expect to have blockcache running
This includes removing the "old way" of disabling blockcache in favor of the
new API.
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-12-11 11:58:40 -05:00 |
zhangduo
|
492ca34025
|
HBASE-21570 Add write buffer periodic flush support for AsyncBufferedMutator
|
2018-12-11 15:29:56 +08:00 |
Sakthi
|
7cac6eb548
|
HBASE-21453 Convert ReadOnlyZKClient to DEBUG instead of INFO
|
2018-12-11 08:19:21 +01:00 |
stack
|
3f34aed0a9
|
HBASE-21567 Allow overriding configs starting up the shell
Adds support for -D as option to 'hbase shell'
|
2018-12-10 10:12:10 -08:00 |
stack
|
434bd0cd91
|
HBASE-21566 Release notes and changes for 2.0.4RC0 and 2.1.2RC0
|
2018-12-06 21:54:17 -08:00 |
Allan Yang
|
c9e85773d9
|
HBASE-21413 Empty meta log doesn't get split when restart whole cluster
Signed-off-by: stack <stack@apache.org>
|
2018-12-06 21:15:30 -08:00 |
huzheng
|
45324b6bb2
|
HBASE-21559 The RestoreSnapshotFromClientTestBase related UT are flaky
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2018-12-07 08:26:02 +08:00 |
stack
|
ec39dc8c14
|
Revert "Backport "HBASE-21126 Add ability for HBase Canary to ignore a configurable number of ZooKeeper down nodes" to branch-2.0"
This reverts commit f60617ca0f .
Misapplied. Revert to fix.
|
2018-12-05 22:24:09 -08:00 |
David Manning
|
f60617ca0f
|
Backport "HBASE-21126 Add ability for HBase Canary to ignore a configurable number of ZooKeeper down nodes" to branch-2.0
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-12-05 22:19:20 -08:00 |
stack
|
7c1f15bd2a
|
HBASE-21558 Set version to 2.1.2 on branch-2.1 so can cut an RC
|
2018-12-05 21:24:04 -08:00 |
huzheng
|
0b181af4ec
|
HBASE-21551 Memory leak when use scan with STREAM at server side - (addendum)
|
2018-12-06 11:28:28 +08:00 |
huzheng
|
e9b0d73793
|
HBASE-21551 Memory leak when use scan with STREAM at server side
|
2018-12-06 10:58:04 +08:00 |
Peter Somogyi
|
58cfed60ec
|
HBASE-21479 Individual tests in TestHRegionReplayEvents class are failing
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-12-01 09:58:14 +01:00 |
Peter Somogyi
|
4ebbfa3d60
|
HBASE-21518 TestMasterFailoverWithProcedures is flaky
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2018-11-30 09:14:20 +01:00 |
huzheng
|
bba29961e0
|
HBASE-21504 If enable FIFOCompactionPolicy, a compaction may write a "empty" hfile whose maxTimeStamp is long max. This kind of hfile will never be archived.
|
2018-11-30 09:55:12 +08:00 |
Artem Ervits
|
349a961554
|
HBASE-18735 Provide an option to kill a MiniHBaseCluster without waiting on shutdown
Signed-off-by: Josh Elser <elserj@apache.org>
|
2018-11-29 17:18:42 -05:00 |
Josh Elser
|
acb58284a5
|
HBASE-21524 Fix logging in ConnectionImplementation.isTableAvailable()
Signed-off-by: Michael Stack <stack@apache.org>
|
2018-11-29 11:34:15 -05:00 |
meiyi
|
001aabd40a
|
HBASE-21300 Fix the wrong reference file path when restoring snapshots for tables with MOB columns
Signed-off-by: Guanghao Zhang <zghao@apache.org>
|
2018-11-29 17:53:05 +08:00 |
Duo Zhang
|
7946f96035
|
HBASE-21517 Move the getTableRegionForRow method from HMaster to TestMaster
|
2018-11-28 09:45:18 +08:00 |
BELUGA BEHR
|
15ebfe42a3
|
HBASE-21492 CellCodec Written To WAL Before It's Verified
|
2018-11-27 08:57:49 -08:00 |
lixiaobao
|
a53b85ec22
|
HBASE-21507 Compaction failed when execute AbstractMultiFileWriter.beforeShipped() method
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Anoop Sam John <anoop.hbase@gmail.com>
|
2018-11-27 20:58:39 +08:00 |
zhangduo
|
b81cec47ec
|
Revert "HBASE-21507 Compaction failed when execute AbstractMultiFileWriter.beforeShipped() method"
This reverts commit 13955ba532 .
|
2018-11-27 20:58:34 +08:00 |
lixiaobao
|
13955ba532
|
HBASE-21507 Compaction failed when execute AbstractMultiFileWriter.beforeShipped() method
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Anoop Sam John <anoop.hbase@gmail.com>
|
2018-11-27 20:31:54 +08:00 |
Ted Yu
|
5ec30837ac
|
HBASE-21511 Remove in progress snapshot check in SnapshotFileCache#getUnreferencedFiles
|
2018-11-25 18:27:52 -08:00 |
Ted Yu
|
795f677983
|
HBASE-21387 Addendum fix TestSnapshotFileCache
Signed-off-by: zhangduo <zhangduo@apache.org>
|
2018-11-24 17:00:40 +08:00 |
huzheng
|
a1d0199a16
|
HBASE-21387 Race condition surrounding in progress snapshot handling in snapshot cache leads to loss of snapshot files
|
2018-11-23 11:38:26 +08:00 |
Duo Zhang
|
0557afc461
|
HBASE-21503 Replication normal source can get stuck due potential race conditions between source wal reader and wal provider initialization threads.
Found and analysed by Wellington Chevreuil
|
2018-11-21 17:53:41 +08:00 |
Duo Zhang
|
030d06141c
|
HBASE-21490 WALProcedure may remove proc wal files still with active procedures
Signed-off-by: Allan Yang <allan163@apache.org>
|
2018-11-19 08:20:49 -08:00 |
Duo Zhang
|
dd1aa88ddd
|
HBASE-21377 Add debug log for procedure stack id related operations
|
2018-11-19 18:55:50 +08:00 |
zhangduo
|
297d49b680
|
HBASE-21480 Taking snapshot when RS crashes prevent we bring the regions online
|
2018-11-18 21:08:00 +08:00 |
zhangduo
|
e5758e86a8
|
HBASE-21485 Add more debug logs for remote procedure execution
|
2018-11-16 14:32:27 +08:00 |
Ankit Singhal
|
d0c2e60e36
|
HBASE-21440 Assign procedure on the crashed server is not properly interrupted
|
2018-11-14 22:33:13 -08:00 |
huzheng
|
f8213a719f
|
HBASE-21473 RowIndexSeekerV1 may return cell with extra two \x00\x00 bytes which has no tags
|
2018-11-14 23:17:52 +08:00 |
Allan Yang
|
0f295de156
|
HBASE-21468 separate workers for meta table is not working
|
2018-11-14 11:43:41 +08:00 |