Commit Graph

9185 Commits

Author SHA1 Message Date
stack 3cc5d19039 HBASE-7767 Get rid of ZKTable, and table enable/disable state in ZK (Andrey Stepachev) 2014-09-15 10:12:49 -07:00
stack f8c3a5b156 Add apple meetup to front page 2014-09-15 09:51:54 -07:00
Ted Yu 57477fe18c HBASE-11136 Add permission check to roll WAL writer (Jerry He) 2014-09-15 16:24:57 +00:00
Andrew Purtell 8c4baf6a8a HBASE-11972 The doAs user used in the update to hbase:acl table RPC is incorrect (Devaraj Das) 2014-09-14 20:29:24 -07:00
Misty Stanley-Jones 4018e85611 HBASE-11892 Clean up stale config entries in hbase-default.xml 2014-09-15 11:27:48 +10:00
stack 3c9bd7d296 HBASE-11911 Break up tests into more fine grained categories (Alex Newman) 2014-09-12 21:37:06 -07:00
Andrew Purtell 98be489070 HBASE-11963 Synchronize peer cluster replication connection attempts (Maddineni Sukumar) 2014-09-12 17:21:51 -07:00
Ted Yu 2be3f90fa6 HBASE-11966 Minor error in TestHRegion.testCheckAndMutate_WithCorrectValue() 2014-09-12 23:45:18 +00:00
stack 7a1b7ef261 HBASE-11893 RowTooBigException should be in hbase-client module (Mikhail Antonov) 2014-09-12 12:35:28 -07:00
Nick Dimiduk 9f780499bc HBASE-11949 Setting hfile.block.cache.size=0 doesn't actually disable blockcache 2014-09-12 10:56:29 -07:00
Nick Dimiduk 013daadd95 HBASE-11847 HFile tool should be able to print block headers 2014-09-12 10:27:45 -07:00
stack c0d4b26872 HBASE-11897 Add append and remove peer table-cfs cmds for replication (Liu Shaoqui) 2014-09-12 09:28:52 -07:00
Nick Dimiduk 612f4c1c21 HBASE-11845 addendum 2014-09-11 17:13:11 -07:00
Misty Stanley-Jones 2b529f652a HBASE-11946 Fix a change to the POM that broke building apidocs and xrefs 2014-09-12 10:09:25 +10:00
stack b42b747869 Added continuuity meetup to home page 2014-09-11 15:10:29 -07:00
Nick Dimiduk 29b274a116 HBASE-11845 HFile tool should implement Tool, disable blockcache by default
HFileTool now accepts configuration via -D arguments. The blockcache is
disabled by default.
2014-09-11 14:39:30 -07:00
Jimmy Xiang 3a82cf238b HBASE-11760 Tighten up region state transition 2014-09-11 13:21:12 -07:00
Enis Soztutar 4cb76aa929 HBASE-11936 IsolationLevel must be attribute of a Query not a Scan (Vladimir Rodionov) 2014-09-11 12:58:04 -07:00
stack c615f22329 HBASE-11619 Remove unused test class from TestHLogSplit (Mikhail Antonov) 2014-09-11 10:30:29 -07:00
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