Commit Graph

9316 Commits

Author SHA1 Message Date
Jimmy Xiang a6314e2578 HBASE-11947 NoSuchElementException in balancer for master regions (Sergey Soldatov and Jimmy Xiang) 2014-09-11 10:18:36 -07:00
Enis Soztutar d4850f1f17 HBASE-11934 Support KeyValueCodec to encode non KeyValue cells. (Anoop Sam John) 2014-09-10 22:18:51 -07:00
Enis Soztutar 8c604e14a3 HBASE-11942 Fix TestHRegionBusyWait 2014-09-10 19:48:14 -07:00
Misty Stanley-Jones 2816487247 HBASE-11932 Docbook html-single build improvements 2014-09-11 09:06:17 +10:00
Nick Dimiduk eec15bd172 HBASE-11331 [blockcache] lazy block decompression
When hbase.block.data.cachecompressed=true, DATA (and ENCODED_DATA) blocks are
cached in the BlockCache in their on-disk format. This is different from the
default behavior, which decompresses and decrypts a block before caching.
2014-09-10 15:22:13 -07:00
Dima Spivak 7066de6362 HBASE-11721 jdiff script no longer works as usage instructions indicate
* Add L argument to the curl pull of JDiff to handle following redirects.
* Change how Git repos are cloned to reflect how shallow clones work
  now.
* Change arguments to support BSD sed (i.e. on Mac OS X).
* chmod +x on the script.

Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-09-10 05:27:33 -07:00
Enis Soztutar 686b860f35 HBASE-11923 Potential race condition in RecoverableZookeeper.checkZk() (Lars Hofhansl) 2014-09-09 18:35:53 -07:00
stack a20c237676 Note on bucketcache needs 0.98.6 2014-09-09 15:00:23 -07:00
Misty Stanley-Jones f5fde94035 HBASE-11909 Documented how to find the current number of
regions and why the numbers in the UI might not agree with hbck output
2014-09-10 06:55:57 +10:00
Enis Soztutar f7bcf3df6b HBASE-11921 Minor fixups that come of testing branch-1 (Stack) 2014-09-09 12:05:43 -07:00
anoopsjohn 0259d27341 HBASE-11919 Remove the deprecated pre/postGet CP hook. 2014-09-09 22:32:41 +05:30
stack 7ea085beb8 HBASE-11839 TestRegionRebalance is flakey 2014-09-09 08:29:05 -07:00
Ted Yu ee631e19c6 HBASE-11918 TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController initialization not being recognized 2014-09-09 14:34:01 +00:00
Enis Soztutar 4995ed8a02 HBASE-11679 Replace HTable with HTableInterface where backwards-compatible (Carter) 2014-09-08 23:39:34 -07:00
Enis Soztutar 71e6ff4377 HBASE-9473 Change UI to list 'system tables' rather than 'catalog tables' (Stack) 2014-09-08 22:38:32 -07:00
Enis Soztutar 72e664f540 HBASE-11832 maven release plugin overrides command line arguments (Enoch Hsu) 2014-09-08 22:01:24 -07:00
Misty Stanley-Jones fee8083db6 Added Misty Stanley-Jones to the pom.xml 2014-09-09 14:13:40 +10:00
Enis Soztutar 62d1ae12c2 HBASE-11445 TestZKProcedure#testMultiCohortWithMemberTimeoutDuringPrepare is flaky (Jeffrey Zhong) 2014-09-08 20:57:55 -07:00
Enis Soztutar 27d4ca2f64 HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon) 2014-09-08 16:36:42 -07:00
Enis Soztutar b73dd89fba HBASE-11836 IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas tests simple get by default (Nicolas Liochon) 2014-09-08 16:26:18 -07:00
Ted Yu f9bea36146 HBASE-11772 Bulk load mvcc and seqId issues with native hfiles (Jerry He) 2014-09-08 14:50:02 +00:00
anoopsjohn 0a9bfcaf74 HBASE-11805 KeyValue to Cell Convert in WALEdit APIs. 2014-09-07 15:48:21 +05:30
Ted Yu fec7771f73 HBASE-11896 LoadIncrementalHFiles fails in secure mode if the namespace is specified (Ashish Singhi and Ted Yu) 2014-09-06 13:23:28 +00:00
stack b4f88469ba HBASE-11905 Add orca to server UIs and update logo -- ADDENDUM 2014-09-05 22:22:31 -07:00
Enis Soztutar 34a5019b42 HBASE-10841 Scan,Get,Put,Delete,etc setters should consistently return this 2014-09-05 18:48:38 -07:00
Andrew Purtell e13b629843 HBASE-11885 Provide a Dockerfile to easily build and run HBase from source (Dima Spivak) 2014-09-05 17:36:18 -07:00
stack a1353b826b HBASE-11905 Add orca to server UIs and update logo 2014-09-05 16:45:54 -07:00
stack 502fcd6711 HBASE-11905 Add orca to server UIs and update logo 2014-09-05 16:44:46 -07:00
Ted Yu a9a1eb50ce Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/hbase 2014-09-05 21:53:30 +00:00
Ted Yu c9e5229294 HBASE-11869 Support snapshot owner 2014-09-05 21:53:08 +00:00
Sean Busbey 39609a556a HBASE-11891 Introduce an HBaseInterfaceAudience level to denote class names that appear in configs.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-09-05 14:33:39 -07:00
Sean Busbey 8b5582370e HBASE-11858 Add InterfaceAudience for classes missing it in regionserver packages.
* RpcSchedulerFactory and PriorityFunction scoped to Coproc / Phoenix based on SimpleRpcSchedulerFactory and RpcScheduler
* RegionCoprocessorHost, RegionServerCoprocessorHost set to Coproc based on their need for the Observers that are in the book section on coprocessors
* RowProcessor and BaseRowProcessor scoped to Coproc based on RowProcessorClient
* RowTooBigException scope to Public because the book says it will be thrown by the client

Other modified classes set expressly to private.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-09-05 14:33:10 -07:00
Ted Yu cf69a13f42 HBASE-11786 Document web UI for tracking time spent in coprocessors (Misty Stanley-Jones) 2014-09-05 21:16:24 +00:00
Lars Hofhansl edac84567f HBASE-11898 CoprocessorHost.Environment should cache class loader instance. (Vladimir Rodionov) 2014-09-05 09:46:58 -07:00
stack aa05ad1291 HBASE-11877 Make TableSplit more readable (Liu Shaohui) 2014-09-04 21:25:54 -07:00
Ramkrishna 8de30d32d4 HBASE-11882 Row level consistency may not be maintained with bulk load and
compaction (Jerry He)
Signed-off-by: Ramkrishna <ramkrishna.s.vasudevan@intel.com>
2014-09-05 08:55:53 +05:30
Gary Helmling 7a699b9041 HBASE-8674 Remove temporary repo for forked builds of JUnit and Surefire 2014-09-04 14:40:46 -07:00
Andrew Purtell f77ebcf191 HBASE-11886 The creator of the table should have all permissions on the table (Devaraj Das and Andrew Purtell) 2014-09-03 18:30:52 -07:00
Jonathan M Hsieh bcfc6d65af HBASE-11781 Document new TableMapReduceUtil scanning options (Misty Stanley-Jones) 2014-09-03 16:24:59 -07:00
Enis Soztutar 1a6eea335f HBASE-11826 Split each tableOrRegionName admin methods into two targetted methods (Carter and Enis) 2014-09-03 14:39:35 -07:00
stack 11ba6ac7c9 HBASE-11887 Memory retention in branch-1; millions of instances of LiteralByteString for column qualifier and value 2014-09-03 14:20:40 -07:00
Andrew Purtell 5ad6098b52 HBASE-11876 RegionScanner.nextRaw should not update metrics 2014-09-02 18:28:56 -07:00
Enis Soztutar bb1d95385a HBASE-11863 WAL files are not archived and stays in the WAL directory after splitting 2014-09-02 17:52:18 -07:00
Ted Yu b2d528aac6 HBASE-11878 TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized 2014-09-02 22:44:18 +00:00
stack 767aced0f9 HBASE-11855 HBase handbook chapter 18.9 out of date (Michael Tauscher) 2014-09-02 15:26:02 -07:00
Jimmy Xiang 842f4808db HBASE-11880 NPE in MasterStatusServlet 2014-09-02 14:56:11 -07:00
Enis Soztutar 211c1e8ad4 HBASE-11797 Create Table interface to replace HTableInterface (Carter) 2014-09-02 13:07:02 -07:00
anoopsjohn 310ac4f71d HBASE-11821 [ImportTSV] Abstract labels tags creation into pluggable Interface. 2014-09-02 16:30:37 +05:30
Jimmy Xiang d16c9d3776 HBASE-11867 TestSplitLogManager.testUnassignedTimeout is flaky 2014-09-01 14:28:01 -07:00
anoopsjohn 125f5619b9 HBASE-11777 Find a way to set sequenceId on Cells on the server. 2014-09-01 15:04:00 +05:30