stack
46c646d615
HBASE-14648 Reenable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication (Heng Chen)
2015-10-24 20:55:47 -07:00
tedyu
95978477f8
HBASE-14624 BucketCache.freeBlock is too expensive
2015-10-24 18:45:21 -07:00
stack
f8528f66ec
HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix; ADDENDUM added TestMobSnapshotCloneIndependence to removed set of dodgy tests
2015-10-24 17:42:16 -07:00
stack
996866d3ae
HBASE-14266 RegionServers have a lock contention of Configuration.getProps
2015-10-24 14:43:53 -07:00
stack
df36aef23c
HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix; ADDENDUM added TestSnapshotCloneIndependence to removed set of dodgy tests
2015-10-24 14:26:39 -07:00
stack
80a6fd01a1
HBASE-14676 HBaseTestCase clean out: Purge Incommon Interface and Table and Region implementations: ADDENDUM -- forgot to add file
2015-10-24 11:09:18 -07:00
Elliott Clark
9925e9a182
HBASE-14690 Fix css so there's no left/right scroll bar
2015-10-24 10:27:12 -07:00
stack
604ff56ef3
HBASE-14676 HBaseTestCase clean out: Purge Incommon Interface and Table and Region implementations
2015-10-24 10:20:52 -07:00
Elliott Clark
caae3b2e5f
HBASE-14683 Fix Batching in buffered mutator is awful when adding lists of mutations.
...
Summary: Send the list of mutations to AsyncProcess only after done adding the list otherwise there's a lot of contention
Test Plan: UnitTests.
Differential Revision: https://reviews.facebook.net/D49251
2015-10-24 10:05:39 -07:00
stack
f9efeaad1d
Revert "HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests (Heng Chen)"
...
This reverts commit ef7f8467af
.
2015-10-24 10:00:27 -07:00
Jonathan M Hsieh
418c4422f7
HBASE-14670 Remove deprecated HBaseTestCase from TestBlocksRead
2015-10-24 05:35:00 -07:00
Lars George
6875e6d4d4
HBASE-14343 Fix debug message in SimpleRegionNormalizer for small regions (Lars Francke)
2015-10-24 11:19:32 +02:00
tedyu
8b7796b0b6
HBASE-14655 Narrow the scope of doAs() calls to region observer notifications for compaction
2015-10-23 14:48:04 -07:00
Ashish Singhi
f34011860e
HBASE-14685 Procedure Id is not set for MasterRpcServices#modifyTable
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-10-23 11:37:10 -07:00
stack
ef7f8467af
HBASE-14684 Try to remove all MiniMapReduceCluster in unit tests (Heng Chen)
2015-10-23 11:29:48 -07:00
Enis Soztutar
b4ba615c70
HBASE-14535 Integration test for rpc connection concurrency / deadlock testing
2015-10-22 18:35:34 -07:00
Misty Stanley-Jones
eb4f9b8b32
HBASE-14681 addendum
2015-10-23 10:25:20 +10:00
stack
129c48430e
HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs; ADD TestDistributedLogSplitting to the mix
2015-10-22 17:01:58 -07:00
Misty Stanley-Jones
36d4a5a650
HBASE-14681 Upgrade Checkstyle plugin to 2.16
2015-10-23 09:25:16 +10:00
stack
c21e8ed1d8
HBASE-14657 Remove unneeded API from EncodedSeeker (Heng Chen)
2015-10-22 14:20:28 -07:00
Ashish Singhi
467bc098a9
HBASE-13538 Procedure v2 - client add/delete/modify column family sync (incompatible with branch-1.x)
...
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
2015-10-22 13:12:35 -07:00
stack
93023f544b
HBASE-14678 Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs
2015-10-22 12:31:04 -07:00
Elliott Clark
35660b4f5c
HBASE-14658 Addendum; Allow loading a MonkeyFactory by class name
2015-10-22 12:09:58 -07:00
Matteo Bertozzi
619a240ebd
HBASE-14667 HBaseFsck constructors have diverged
2015-10-22 09:28:33 -07:00
Matteo Bertozzi
36a196722c
HBASE-14669 remove unused import and fix javadoc
2015-10-22 09:25:26 -07:00
Elliott Clark
2e2cbd0201
HBASE-14658 Allow loading a MonkeyFactory by class name
2015-10-22 08:54:12 -07:00
Misty Stanley-Jones
9a5423fc42
HBASE-14603 addendum un-break site:stage target
2015-10-22 22:28:36 +10:00
Misty Stanley-Jones
098022ef70
HBASE-14603 addendum -- distribution management report and clause in the POM is crashing the build -- removed them
2015-10-22 21:41:10 +10:00
Misty Stanley-Jones
3f385c2e24
HBASE-14603 Addendum put back project info reports -- stack was right
2015-10-22 19:34:19 +10:00
Misty Stanley-Jones
ac2cfbaa58
HBASE-14603 Addendum
2015-10-22 19:16:08 +10:00
Misty Stanley-Jones
2996355e94
HBASE-14603 Lots of work on the POM to enhance Javadocs, Xrefs
...
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
it takes about 10 minutes.
2015-10-22 19:12:42 +10:00
Misty Stanley-Jones
74d5232065
Revert "Lots of work on the POM to enhance Javadocs, Xrefs"
...
This reverts commit aa78ebbd5a
.
2015-10-22 19:11:40 +10:00
Misty Stanley-Jones
c4fa88420f
HBASE-14326 Clarify that ExploringCompactionPolicy evaluates a selection of StoreFiles, not a single StoreFile
2015-10-22 19:09:38 +10:00
Misty Stanley-Jones
fd50b5c033
Revert "HBASE-14326 Clarify that ExploringCompactionPolicy evaluates a selection of StoreFiles, not a single StoreFile"
...
This reverts commit 6a90e7b43b
.
2015-10-22 19:08:31 +10:00
Misty Stanley-Jones
aa78ebbd5a
Lots of work on the POM to enhance Javadocs, Xrefs
...
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
it takes about 10 minutes.
2015-10-22 18:29:08 +10:00
Misty Stanley-Jones
6a90e7b43b
HBASE-14326 Clarify that ExploringCompactionPolicy evaluates a selection of StoreFiles, not a single StoreFile
2015-10-22 15:37:37 +10:00
stack
ab677a19fc
HBASE-14663 HStore::close does not honor config hbase.rs.evictblocksonclose (Vladimir Rodionov)
2015-10-21 21:57:41 -07:00
Jonathan M Hsieh
f9df3e9229
HBASE-14671 Remove deprecated HBaseTestCase/Put/Delete apis from TestGetClosestAtOrBefore
2015-10-21 21:56:54 -07:00
stack
81e2aba1f9
HBASE-14662 Fix NPE in HFileOutputFormat2 (Heng Chen)
2015-10-21 21:48:47 -07:00
Jonathan M Hsieh
5363f371bb
HBASE-14666 Remove deprecated HBaseTestingUtility#deleteTable(...) methods
2015-10-21 21:34:23 -07:00
Jonathan M Hsieh
7b73899e95
HBASE-14665 Remove deprecated HBaseTestingUtility#createTable methods
2015-10-21 21:28:27 -07:00
Jonathan M Hsieh
39521068e8
HBASE-14668 Remove deprecated HBaseTestCase dependency from TestHFile
2015-10-21 21:04:11 -07:00
stack
b3afdb8de1
HBASE-14427 Fix 'should' assertions in TestFastFail (Abhishek Singh Chouhan)
2015-10-21 09:53:27 -07:00
ramkrishna
6e3b7af0ef
HBASE-14643 - Avoid Splits from once again opening a closed reader for
...
fetching the first and last key (Heng Chen)
2015-10-21 10:12:38 +05:30
Elliott Clark
5a5b854c2a
HBASE-14633 Try fluid width UI
2015-10-20 17:45:47 -07:00
stack
a532ed73d8
HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent; ADDENDUM
2015-10-20 12:19:10 -07:00
tedyu
6046596403
HBASE-14604 Improve MoveCostFunction in StochasticLoadBalancer (Guanghao Zhang)
2015-10-20 02:35:40 -07:00
anoopsjohn
c9523a569d
HBASE-14636 Clear HFileScannerImpl#prevBlocks in between Compaction flow.
2015-10-20 13:06:09 +05:30
Misty Stanley-Jones
51693b9cde
HBASE-14642 Update website-publishing script
2015-10-20 16:31:20 +10:00
stack
c1f0442045
HBASE-14647 Disable TestWALProcedureStoreOnHDFS#testWalRollOnLowReplication
2015-10-19 10:39:09 -07:00