Commit Graph

9254 Commits

Author SHA1 Message Date
David Deng a01f1f8ef9 HBASE-12086 Fix bug of HTableMultipliexer
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-09-25 19:17:20 -07:00
stack be6d354300 HBASE-12069 Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations
Conflicts:
	hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileInlineToRootChunkConversion.java
2014-09-25 11:12:16 -07:00
anoopsjohn 50e5f13ec1 HBASE-12050 Avoid KeyValueUtil#ensureKeyValue from DefaultMemStore. 2014-09-25 17:45:15 +05:30
Andrew Purtell dab2af79ea HBASE-11796 Add client support for atomic checkAndMutate (Srikanth Srungarapu) 2014-09-24 15:20:53 -07:00
Matteo Bertozzi 5e096c5dea HBASE-12054 bad state after NamespaceUpgrade with reserved table names 2014-09-24 19:42:13 +01:00
Andrew Purtell 8ff5f2548a HBASE-12077 FilterLists create many ArrayList objects per row (Lars Hofhansl)
Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
2014-09-24 11:14:14 -07:00
stack 1fbab729a3 HBASE-10748 hbase-daemon.sh fails to execute with 'sh' command 2014-09-24 09:21:36 -07:00
Elliott Clark eca856bad6 HBASE-12076 Move InterfaceAudience imports to hbase-annotations 2014-09-24 04:12:52 -07:00
Elliott Clark 91642eed82 HBASE-12076 Move InterfaceAudience imports to hbase-annotations 2014-09-24 04:01:58 -07:00
anoopsjohn af35daac77 HBASE-12068 [Branch-1] Avoid need to always do KeyValueUtil#ensureKeyValue for Filter transformCell. 2014-09-24 13:17:34 +05:30
Enis Soztutar 48aa009581 HBASE-12056 RPC logging too much in DEBUG mode 2014-09-23 19:56:49 -07:00
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
anoopsjohn 0834770e63 HBASE-12024 Fix javadoc warning. 2014-09-23 22:53:41 +05:30
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 560e055813 HBASE-12032 Script to stop regionservers via RPC (Patrick White) 2014-09-19 16:50:29 -07:00
stack c580e4dbd5 HBASE-11917 Deprecate / Remove HTableUtil 2014-09-19 15:59:20 -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
stack 098816554a HBASE-10757 Change HTable class doc so it sends people to HCM getting instances 2014-09-19 13:35:46 -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
stack 73cd983e73 HBASE-12021 Hbase shell does not respect the HBASE_OPTS set by the user in console (Ashish Singhi) 2014-09-19 11:07:19 -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
Jimmy Xiang 6c54e8ed0b HBASE-11960 Provide a sample to show how to use Thrift client authentication 2014-09-19 09:34:00 -07: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 5a0b2cfbf5.
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
stack e25ca03497 HBASE-12019 hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables (Sebastien Barrier) 2014-09-18 17:01:27 -07:00
stack 7c1d6b3764 HBASE-10134 Add Chaos Monkey that doesn't touch the master (Matteo Bertozzi ADDENDUM) 2014-09-18 16:05:43 -07:00
Enis Soztutar 829e6383d5 Updated links in README 2014-09-18 12:06:02 -07:00
Elliott Clark 9d50488f20 HBASE-10314 Add Chaos Monkey that doesn't touch the master 2014-09-18 11:44:13 -07:00
Elliott Clark dc20ab3bc9 HBASE-11266 Remove shaded references to logger 2014-09-18 11:27:47 -07:00
Patrick White eec50ff445 HBASE-12013 Support multiple regionservers per host in region_mover.rb
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-09-18 08:54:42 -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