3140 Commits

Author SHA1 Message Date
Elliott Clark
c32af7df5f HBASE-12059 Create hbase-annotations module 2014-09-23 16:43:45 -07:00
Andrew Purtell
c90383bf86 Amend HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects; More cases (Vladimir Rodionov) 2014-09-23 13:50:18 -07:00
Andrew Purtell
3d898fe16a HBASE-12064 hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used (Junegunn Choi) 2014-09-23 12:36:35 -07:00
Elliott Clark
47ae4c2d20 HBASE-12067 Remove deprecated metrics classes. 2014-09-23 11:41:38 -07:00
Elliott Clark
7e6cb56e4c HBASE-12062 Fix usage of Collections.toArray 2014-09-23 10:00:03 -07:00
anoopsjohn
11e612c28c HBASE-12047 Avoid usage of KeyValueUtil#ensureKeyValue in simple cases. 2014-09-23 16:43:24 +05:30
Enis Soztutar
63c24ac73f Update pom.xml version to 0.99.1-SNAPSHOT 2014-09-22 20:14:52 -07:00
Andrew Purtell
07d2f160b2 HBASE-12045 REST proxy users configuration in hbase-site.xml is ignored (Aditya Kishore) 2014-09-22 17:37:17 -07:00
Andrew Purtell
10afd11256 HBASE-12044 REST delete operation should not retry disableTable for DoNotRetryIOException (Aditya Kishore) 2014-09-22 17:37:17 -07:00
Andrew Purtell
e2cd9221da HBASE-12043 REST server should respond with FORBIDDEN(403) code on AccessDeniedException (Aditya Kishore) 2014-09-22 17:37:17 -07:00
Enis Soztutar
6ee0462642 HBASE-12055 TestBucketWriterThread hangs flakily based on timing (Nick Dimiduk) 2014-09-22 14:42:58 -07:00
Ted Yu
e92413db79 HBASE-11798 TestBucketWriterThread may hang due to WriterThread stopping prematurely (Sergey Soldatov and Alex Newman) 2014-09-22 14:42:47 -07:00
Enis Soztutar
968eadd24d HBASE-12046 HTD/HCD setters should be builder-style 2014-09-22 12:41:01 -07:00
anoopsjohn
ee5978d8f0 HBASE-11872 Avoid usage of KeyValueUtil#ensureKeyValue from Compactor. 2014-09-22 10:25:51 +05:30
Enis Soztutar
f5305c6039 HBASE-11974 When a disabled table is scanned, NotServingRegionException is thrown instead of TableNotEnabledException (Ted Yu) 2014-09-21 15:27:18 -07:00
stack
22320eeba0 HBASE-11988 AC/VC system table create on postStartMaster fails too often in test 2014-09-19 20:57:59 -07:00
Jeffrey Zhong
1c127220f0 HBASE-11906: Meta data loss with distributed log replay 2014-09-19 18:05:42 -07:00
stack
9c77c55c47 HBASE-11982 Bootstraping hbase:meta table creates a WAL file in region dir (Enis) 2014-09-19 14:35:21 -07:00
stack
ec69c8833e HBASE-11145 UNEXPECTEDpatch -p1 < 11145v2.txt ! when HLog sync: Queue full 2014-09-19 14:31:35 -07:00
Lars Hofhansl
62e8cf751e HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects. (Vladimir Rodionov) 2014-09-19 11:43:08 -07:00
Jimmy Xiang
57f6ff5089 HBASE-12007 StochasticBalancer should avoid putting user regions on master 2014-09-19 11:42:00 -07:00
Ted Yu
0eba052ad6 HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v) 2014-09-19 16:39:25 +00:00
stack
3a5e580010 HBASE-12010 Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor
Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollingNoCluster.java
2014-09-19 00:12:16 -07:00
stack
60287ed983 HBASE-12025 TestHttpServerLifecycle.testStartedServerWithRequestLog hangs frequently 2014-09-18 21:10:02 -07:00
Jonathan M Hsieh
9121847555 Revert "HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v)"
This reverts commit 5a0b2cfbf536a49963d55ffb1573eb45bcad5c9b.
2014-09-18 19:06:12 -07:00
Ted Yu
5a0b2cfbf5 HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (bharath v) 2014-09-19 01:00:33 +00:00
Elliott Clark
dc20ab3bc9 HBASE-11266 Remove shaded references to logger 2014-09-18 11:27:47 -07:00
anoopsjohn
01cabe1c05 HBASE-11874 Support Cell to be passed to StoreFile.Writer rather than KeyValue. 2014-09-18 18:34:02 +05:30
Jonathan M Hsieh
27eaba2539 Revert "HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada)"
This reverts commit 3b30a104247e65b6443bc94545235d789cf13185.

More comments came in, reverting until addressed.
2014-09-17 12:59:11 -07:00
Jonathan M Hsieh
3b30a10424 HBASE-11405 Multiple invocations of hbck in parallel disables balancer permanently (Bharath Vissapragada) 2014-09-17 12:51:53 -07:00
Jimmy Xiang
88e7da321c HBASE-11991 Region states may be out of sync 2014-09-17 11:20:36 -07:00
Andrew Purtell
ddd44ecb66 HBASE-11994 PutCombiner floods the M/R log with repeated log messages (Aditya Kishore) 2014-09-16 13:55:25 -07:00
Enis Soztutar
ff5fa9501b HBASE-11825 Create Connection and ConnectionManager (Solomon Duskis) 2014-09-16 11:48:00 -07:00
Jimmy Xiang
95bc9a337e HBASE-11976 Server startcode is not checked for bulk region assignment 2014-09-16 09:30:01 -07:00
stack
8b4da86dcb HBASE-11873 Hbase Version CLI enhancement (Ashish Singhi) 2014-09-15 21:08:32 -07:00
Ted Yu
1f1a2c514e HBASE-11136 Add permission check to roll WAL writer (Jerry He) 2014-09-15 16:23:41 +00:00
Andrew Purtell
435530b4d6 HBASE-11972 The doAs user used in the update to hbase:acl table RPC is incorrect (Devaraj Das) 2014-09-14 20:29:22 -07:00
Andrew Purtell
3ca8184345 HBASE-11963 Synchronize peer cluster replication connection attempts (Maddineni Sukumar) 2014-09-12 17:21:57 -07:00
Ted Yu
949156c633 HBASE-11966 Minor error in TestHRegion.testCheckAndMutate_WithCorrectValue() 2014-09-12 23:44:04 +00:00
Nick Dimiduk
7df1582e14 HBASE-11949 Setting hfile.block.cache.size=0 doesn't actually disable blockcache 2014-09-12 11:37:12 -07:00
Jimmy Xiang
e469466cf1 HBASE-11959 TestAssignmentManagerOnCluster is flaky 2014-09-12 11:16:10 -07:00
Nick Dimiduk
d666a8a4cb HBASE-11847 HFile tool should be able to print block headers 2014-09-12 10:29:30 -07:00
stack
511b20a227 HBASE-11897 Add append and remove peer table-cfs cmds for replication (Liu Shaoqui) 2014-09-12 09:29:21 -07:00
Nick Dimiduk
ba87dcc041 HBASE-11845 addendum 2014-09-11 17:14:50 -07:00
Nick Dimiduk
42bc104d0b 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:18 -07:00
Jimmy Xiang
d283818c51 HBASE-11604 Disable co-locating meta/master by default 2014-09-11 13:43:40 -07:00
Jimmy Xiang
c95bf404b7 HBASE-11947 NoSuchElementException in balancer for master regions (Sergey Soldatov and Jimmy Xiang) 2014-09-11 10:22:28 -07:00
Enis Soztutar
46cbb8e154 HBASE-11942 Fix TestHRegionBusyWait 2014-09-10 19:50:03 -07:00
Nick Dimiduk
4d51cf0ee7 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:39:12 -07:00
Enis Soztutar
6337705f26 Update pom.xml version for 0.99.0 2014-09-09 18:56:44 -07:00