Commit Graph

11161 Commits

Author SHA1 Message Date
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
stack ea0cf399b4 HBASE-14646 Move TestCellACLs from medium to large category 2015-10-19 10:34:55 -07:00
Matteo Bertozzi fb583dd1ea HBASE-14541 TestHFileOutputFormat.testMRIncrementalLoadWithSplit failed due to too many splits and few retries 2015-10-19 09:22:59 -07:00
tedyu 57fea77074 HBASE-14631 Region merge request should be audited with request user through proper scope of doAs() calls to region observer notifications 2015-10-19 08:41:16 -07:00
tedyu 8e6316a80c HBASE-14458 AsyncRpcClient#createRpcChannel() should check and remove dead channel before creating new one to same server (Samir Ahmic) 2015-10-18 20:49:31 -07:00
stack f1b6355fc5 HBASE-14642 Disable flakey TestMultiParallel#testActiveThreadsCount 2015-10-18 20:17:01 -07:00
stack 71b38d60bb HBASE-14637 Loosen TestChoreService assert AND have TestDataBlockEncoders do less work (and add timeouts) 2015-10-17 16:14:45 -07:00
stack d9ee191318 HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent 2015-10-16 21:14:49 -07:00
Ashu Pachauri 6774f223a4 HBASE-14621 ReplicationLogCleaner stuck on RS crash.
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-10-16 15:26:02 -07:00
Elliott Clark e874a31d75 HBASE-14625 Chaos Monkey should shut down faster 2015-10-16 15:22:31 -07:00
Elliott Clark 0ed8b0e5d5 HBASE-14597 Fix Groups cache in multi-threaded env 2015-10-16 15:15:26 -07:00
Enis Soztutar 6076ed2a12 HBASE-14474 Addendum closes connection in writeRequest() outside synchronized block
This reverts commit 414a7b18b1.
2015-10-16 11:54:22 -07:00
tedyu dae1775a11 HBASE-14406 The dataframe datasource filter is wrong, and will result in data loss or unexpected behavior (Ted Malaska) 2015-10-16 11:22:07 -07:00
Misty Stanley-Jones 30cf4e3761 HBASE-14627 Move Stargate docs to Ref Guide 2015-10-16 20:39:17 +10:00
tedyu 4321b63f6f HBASE-14605 Split fails due to 'No valid credentials' error when SecureBulkLoadEndpoint#start tries to access hdfs 2015-10-16 02:18:47 -07:00
stack d5ed46bc9f HBASE-14589 Builds are being killed...; CHANGE FROM 10 MINS TO surefire.timeout 2015-10-15 12:46:07 -07:00
Nicolas Liochon e7defd7d9a HBASE-14521 Unify the semantic of hbase.client.retries.number (Yu Li) 2015-10-15 10:42:40 +02:00
stack d6f3dae7e7 HBASE-14608 testWalRollOnLowReplication has some risk to assert failed after HBASE-14600 (Heng Chen) 2015-10-14 23:02:17 -07:00
Misty Stanley-Jones 46f2877381 HBase-14607 Converting SupportingProjects wiki to site page 2015-10-15 10:47:47 +10:00
stack 58e3e96dbd HBASE-14600 Make #testWalRollOnLowReplication looser still; ADDENDUM 2015-10-14 17:46:41 -07:00
stack 658d25af25 HBASE-14570 Split TestHBaseFsck in order to help with hanging tests: ADDENDUM ADDING LICENSE 2015-10-14 17:02:46 -07:00
Misty Stanley-Jones 88922c46d9 HBASE-14602 Addendum -- correct mailing list link and section name 2015-10-15 09:43:53 +10:00
Misty Stanley-Jones ad5d02c360 Revert "HBASE-14603 Disable timestamping of generated Javadocs so they are not all modified by each build"
It does not actually work. :(

This reverts commit 64e30f1217.
2015-10-15 08:25:10 +10:00
stack 0099ec6397 Added LeanXcale at Ricardo's behest 2015-10-14 14:23:57 -07:00
tedyu 8c69b0f751 HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser) 2015-10-14 14:17:36 -07:00
stack 1f6019175d HBASE-14589 Builds are being killed...; ADD SUREFIRE TEN MINUTE TIMEOUT 2015-10-14 14:16:00 -07:00
Elliott Clark fbd2ed2e02 HBASE-14570 Split TestHBaseFsck in order to help with hanging tests 2015-10-14 16:57:41 -04:00