Ted Yu
4d29a21ff7
HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v)
2014-09-19 01:01:04 +00:00
Matteo Bertozzi
bd8df9ccd4
HBASE-11598 Add simple rpc throttling
2014-09-18 22:38:30 +01:00
Elliott Clark
a8329fa364
HBASE-11266 Remove shaded references to logger
2014-09-18 11:27:37 -07:00
Ashish Singhi
759922ba7e
HBASE-8139 Allow job names to be overridden
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-09-18 10:39:59 -07:00
anoopsjohn
6813167423
HBASE-11874 Support Cell to be passed to StoreFile.Writer rather than KeyValue.
2014-09-18 18:32:45 +05:30
anoopsjohn
6a5763673c
HBASE-11988 AC/VC system table create on postStartMaster fails too often in test.
2014-09-18 07:50:16 +05:30
Jonathan M Hsieh
2e4218648a
Revert "HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada)"
...
This reverts commit f4ecb1816b
.
More comments came in, reverting until addressed.
2014-09-17 12:58:42 -07:00
Jonathan M Hsieh
f4ecb1816b
HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada)
2014-09-17 12:49:58 -07:00
Jimmy Xiang
ffbb6417c0
HBASE-11991 Region states may be out of sync
2014-09-17 08:16:21 -07:00
stack
fc97a1b34c
HBASE-11988 AC/VC system table create on postStartMaster fails too often in test; ADD DEBUG
2014-09-16 16:32:11 -07:00
Andrew Purtell
2c28ea06dc
HBASE-11994 PutCombiner floods the M/R log with repeated log messages (Aditya Kishore)
2014-09-16 13:55:14 -07:00
Enis Soztutar
cad76a3431
HBASE-11825 Create Connection and ConnectionManager (Solomon Duskis)
2014-09-16 11:40:29 -07:00
Jimmy Xiang
cc873713c1
HBASE-11976 Server startcode is not checked for bulk region assignment
2014-09-16 09:19:27 -07:00
stack
43a8dea347
HBASE-11987 Make zk-less table states backward compatible (Andrey Stepachev)
2014-09-15 23:23:50 -07:00
stack
8a7326dd45
HBASE-11873 Hbase Version CLI enhancement (Ashish Singhi)
2014-09-15 21:07:56 -07:00
stack
5554692871
HBASE-11862 Get rid of Writables in HTableDescriptor, HColumnDescriptor (Andrey Stepachev)
2014-09-15 11:08:21 -07:00
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
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
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
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
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
8c604e14a3
HBASE-11942 Fix TestHRegionBusyWait
2014-09-10 19:48:14 -07: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
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
62d1ae12c2
HBASE-11445 TestZKProcedure#testMultiCohortWithMemberTimeoutDuringPrepare is flaky (Jeffrey Zhong)
2014-09-08 20:57:55 -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
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