Commit Graph

743 Commits

Author SHA1 Message Date
Jean-Daniel Cryans d440c135ef HBASE-7300 HbckTestingUtil needs to keep a static executor to lower the number of threads used
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418571 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 00:46:56 +00:00
Zhihong Yu f8cb35d156 HBASE-5258 Move coprocessors set out of RegionLoad (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418561 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 23:57:10 +00:00
jxiang 044f53bf33 HBASE-7284 Rename rest server from Main to RESTServer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418407 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 17:32:52 +00:00
larsh 0d8874982c HBASE-7279 Avoid copying the rowkey in RegionScanner, StoreScanner, and ScanQueryMatcher
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417715 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:25:56 +00:00
Michael Stack 970b111774 HBASE-7285 HMaster fails to start with secure Hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417690 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 23:13:30 +00:00
Zhihong Yu b0072b0b46 HBASE-6423 Writes should not block reads on blocking updates to memstores - Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417242 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 00:03:41 +00:00
larsh 16084720bb HBASE-7008 Set scanner caching to a better default, disable Nagles
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417233 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 23:08:34 +00:00
jxiang f7f190a684 HBASE-6423 Writes should not block reads on blocking updates to memstores
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417078 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:14:23 +00:00
jyates 690f61be12 HBASE-7270: Remove MultiPut and MultiPutResponse to satisfy rat-check
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417015 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 16:17:11 +00:00
Jean-Daniel Cryans 211e4e019b HBASE-6804 [replication] lower the amount of logging to a more human-readable level
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416735 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 00:09:49 +00:00
eclark abd334265e HBASE-7265 Make Maven skip module test properties consistent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416723 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 23:17:29 +00:00
eclark 3baeb74265 HBASE-7187 Create empty hbase-client module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416676 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:30:19 +00:00
eclark 1826577ffc HBASE-7187 Revert Dirty commit.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416671 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:26:30 +00:00
eclark d269cd2687 HBASE-7187 Create empty hbase-client module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416664 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:11:31 +00:00
Michael Stack 489726957e HBASE-7253 CompactionTool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416657 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 20:35:58 +00:00
Michael Stack ee254fa233 HBASE-1299 JSPs don't HTML escape literals (ie: table names, region names, start & end keys)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416645 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 19:38:57 +00:00
jxiang 5a408cf256 HBASE-7204 Make hbck ErrorReporter pluggable, ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415897 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 00:38:39 +00:00
jxiang 51dc20638e HBASE-7204 Make hbck ErrorReporter pluggable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415871 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 22:16:51 +00:00
Michael Stack ac3c5eb6fa HBASE-7234 Remove long-deprecated HServerAddress and HServerInfo Writables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415766 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 17:50:44 +00:00
Michael Stack 813cd30de5 HBASE-7232 Remove HbaseMapWritable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415507 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 06:27:21 +00:00
larsh 726f822774 HBASE-7215 Put, Delete, Increment, Result, all all HBase M/R classes still implement/use Writable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415412 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 22:19:39 +00:00
eclark 7dc5908e6b HBASE-7220 Creating a table with 3000 regions on 2 nodes fails after 1 hour
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415016 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 01:12:55 +00:00
Enis Soztutar eded2c4881 HBASE-7235 TestMasterObserver is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415005 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 00:12:57 +00:00
Enis Soztutar b79c62dcbd HBASE-7172 TestSplitLogManager.testVanishingTaskZNode() fails when run individually and is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414973 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 22:38:00 +00:00
Michael Stack 4d4129231b HBASE-7200 hbase-it/src/test/java/org/apache/hadoop/hbase/IngestIntegrationTestBase.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414559 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 07:15:13 +00:00
Michael Stack 9806433ee9 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REAPPLY v9
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414308 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 18:33:28 +00:00
jyates d8ceacc577 HBASE-7214: CleanerChore logs too much, so much so it obscures all else that is going on
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414229 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 15:41:41 +00:00
Michael Stack 8e49c2a45d HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REVERT of original patch and ADDENDUM because applied old patch originally, v8
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414000 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 05:23:14 +00:00
Michael Stack 5d19fcfd83 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; ADDENDUM to fix broke TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413995 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 04:48:38 +00:00
Michael Stack 3d759b79c8 HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413912 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 22:51:37 +00:00
jxiang 7233553030 HBASE-7190 Add an option to hbck to check only meta and assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413762 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:10:14 +00:00
eclark 9a030acad8 HBASE-7203 Move example CoProcessor into hbase-examples
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413751 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:02:29 +00:00
Zhihong Yu c3ba700c82 HBASE-7167 Thrift's deleteMultiple() raises exception instead of returning list of failed deletes (Daniel Gomez)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412594 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 15:58:49 +00:00
Zhihong Yu cff96425fb HBASE-6787 Convert RowProcessorProtocol to protocol buffer service - forgot to checkin IncrementCounterProcessorTestProtos.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412389 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 00:34:11 +00:00
Zhihong Yu ed9218145f HBASE-6787 Convert RowProcessorProtocol to protocol buffer service (Devaraj)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412356 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 23:11:54 +00:00
Michael Stack 4442800016 HBASE-7109 integration tests on cluster are not getting picked up from distribution
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412348 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:53:27 +00:00
Zhihong Yu 4d7870dcc4 HBASE-7202 Family Store Files are not archived on admin.deleteColumn() (Matteo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412267 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 20:19:32 +00:00
nkeywal ba42613a5c HBASE-7146 Fix the wrong reference to getReader that survived in the FSHLog javadoc (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412092 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 13:44:16 +00:00
eclark cca8e8280c HBASE-7185 Create hbase-protocol module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1411922 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 23:26:00 +00:00
eclark 7fdc889169 HBASE-7062 Move HLog stats to metrics 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1411337 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 18:04:53 +00:00
Enis Soztutar 4aeeda4377 HBASE-6830. [WINDOWS] Tests should not rely on local temp dir to be available in DFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410659 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 01:16:51 +00:00
Michael Stack 4cdaf84ef8 HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410651 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 00:33:15 +00:00
Michael Stack 79b341459a HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410631 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 23:54:00 +00:00
Michael Stack 91b304eefe HBASE-7178 Compression tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410496 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 17:29:19 +00:00
Michael Stack c5b57b4558 HBASE-7162 Prefix Compression - Trie data block encoding; hbase-common and hbase-server changes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410213 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 06:53:23 +00:00
larsh d322efdeb6 HBASE-7177 TestZooKeeperScanPolicyObserver.testScanPolicyObserver is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410199 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 05:20:57 +00:00
larsh 3e0385ec1d HBASE-7166 TestSplitTransactionOnCluster tests are flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410060 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 22:20:07 +00:00
Andrew Kyle Purtell 3e393dd4f8 HBASE-7134. incrementColumnValue hooks no longer called from anywhere
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409968 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 20:12:32 +00:00
Zhihong Yu 54093f6560 HBASE-7128 Reduce annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8, addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409881 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 16:52:33 +00:00
larsh 3989c72387 HBASE-7165 TestSplitLogManager.testUnassignedTimeout is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409649 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 05:29:02 +00:00
Michael Stack f38ee24ed0 HBASE-6282 The introspection, etc. of objects in the RPC has to be handled for PB objects
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409648 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 05:26:17 +00:00
Michael Stack e34f3890f3 HBASE-6282 The introspection, etc. of objects in the RPC has to be handled for PB objects
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409643 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 03:55:23 +00:00
Michael Stack 18415285f5 HBASE-6470 SingleColumnValueFilter with private fields and methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409378 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 20:25:12 +00:00
Zhihong Yu 4c5928faf9 HBASE-7042 Master Coprocessor Endpoint (Francis Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409257 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 17:03:06 +00:00
Michael Stack 2b4c3659fa HBASE-7156 Add Data Block Encoding and -D opts to Performance Evaluation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408986 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 22:15:43 +00:00
larsh 091ee90a7e HBASE-4913 Addendum: Fix TestShell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408902 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 19:24:55 +00:00
jxiang 5671ab600b HBASE-7152 testShouldCheckMasterFailOverWhenMETAIsInOpenedState times out occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408854 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 17:44:17 +00:00
nkeywal 2f42b768a3 HBASE-6356 printStackTrace in FSUtils (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408851 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 17:35:31 +00:00
Zhihong Yu 4416b25b1e HBASE-7128 Reduce annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8 (Hiroshi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408758 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 14:52:04 +00:00
larsh fb934909a8 HBASE-5898 Consider double-checked locking for block cache lock (Todd, Elliot, LarsH)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408620 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 06:54:02 +00:00
gchanan 6f09882c7f HBASE-7151 Better log message for Per-CF compactions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408502 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 23:19:53 +00:00
gchanan a65a66be3d HBASE-4913 Addendum: better shell parsing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408424 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 19:51:04 +00:00
larsh b91df27d20 HBASE-7103 Need to fail split if SPLIT znode is deleted even before the split is completed. (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408418 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 19:41:40 +00:00
Zhihong Yu dec4aea1f2 HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408011 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 14:35:22 +00:00
larsh 55163522e6 HBASE-4583 Integrate RWCC with Append and Increment operations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407725 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 04:28:07 +00:00
jxiang e3b9058715 HBASE-7130 NULL qualifier is ignored
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407695 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 23:45:32 +00:00
Zhihong Yu f317ef5b57 HBASE-7046 Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407363 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 05:21:52 +00:00
Enis Soztutar 5497b3c155 HBASE-6831. [WINDOWS] HBaseTestingUtility.expireSession() does not expire zookeeper session
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407300 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:25:14 +00:00
Enis Soztutar 8d079e7ca5 HBASE-6828. [WINDOWS] TestMemoryBoundedLogMessageBuffer failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407298 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:22:10 +00:00
Enis Soztutar b28150763d HBASE-6827. [WINDOWS] TestScannerTimeout fails expecting a timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407290 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:13:19 +00:00
Enis Soztutar 227dfa8bd4 HBASE-6823. [WINDOWS] TestSplitTransaction fails due to the Log handle not released by a call to DaughterOpener.start()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407289 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:11:10 +00:00
Enis Soztutar 85d0b8f3bc HBASE-6820. [WINDOWS] MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407287 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:09:20 +00:00
Enis Soztutar 3b07b3fdc3 HBASE-6822. [WINDOWS] MiniZookeeperCluster multiple daemons bind to the same port
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407286 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:07:37 +00:00
Enis Soztutar eded9b6b1f HBASE-6826. [WINDOWS] TestFromClientSide failures
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407285 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:05:53 +00:00
gchanan 82ebcfd458 HBASE-4913 Per-CF compaction Via the Shell (Mubarak and Gregory)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407227 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 19:22:58 +00:00
eclark dbddf05a0a HBASE-7121 Fix TestHFileOutputFormat after moving RS to metrics2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407216 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 19:09:33 +00:00
Michael Stack 0cf5cfec84 HBASE-7098 Fix minor typos and formatting issues in HFileArchiver/HFileLink
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406860 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 23:17:34 +00:00
Michael Stack e7f5eea91c HBASE-6969 Avoid unneceseary regular expression matching in ruby code for "list" command
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406805 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 21:07:05 +00:00
Michael Stack 4ae5cc07c1 HBASE-6894 Adding metadata to a table in the shell is both arcane and painful
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406800 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 21:00:32 +00:00
jxiang e4a99e9794 HBASE-7113 TestGzipFilter is flaky with jdk1.7
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406797 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 20:45:52 +00:00
jxiang 329796cac5 HBASE-6958 TestAssignmentManager sometimes fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406699 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:20:43 +00:00
eclark 3900978ffe HBASE-6410 Move RegionServer Metrics to metrics2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406396 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 23:22:01 +00:00
Michael Stack 60caa2cedf HBASE-6793 Make hbase-examples module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406339 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 21:22:27 +00:00
Michael Stack 9b3e63dcb7 HBASE-6991 Escape "\" in Bytes.toStringBinary() and its counterpart Bytes.toBytesBinary()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406297 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 20:07:46 +00:00
Zhihong Yu 571a8a3e62 HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405657 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 22:37:04 +00:00
Michael Stack 867ff9fc69 HBASE-7089 Allow filter to be specified for Get from HBase shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405640 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 21:09:02 +00:00
Zhihong Yu 73911b1740 HBASE-7086 Enhance ResourceChecker to log stack trace for potentially hanging threads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405443 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 00:20:27 +00:00
Enis Soztutar b503dfba3f HBASE-7063 Package name for compression should not contain hfile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405130 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:51:18 +00:00
Michael Stack 6f6f425a31 HBASE-6389 Modify the conditions to ensure that Master waits for sufficient number of Region Servers before starting region assignments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405111 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:20:52 +00:00
Michael Stack 624021fb4d HBASE-7070 Scanner may retry forever after HBASE-5974
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405107 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:15:32 +00:00
Michael Stack 2803eed35e HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process; REVERT -- TEST FAILS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404875 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 04:32:54 +00:00
jxiang 75682c0c5b HBASE-7083 SSH#fixupDaughter should force re-assign missing daughter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404867 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 04:11:56 +00:00
larsh d051501c07 HBASE-6925 Change socket write size from 8K to 64K for HBaseServer (Karthik)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404777 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 21:41:15 +00:00
jxiang ddb9e96654 HBASE-6060 Regions's in OPENING state from failed regionservers takes a long time to recover
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404759 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 20:50:22 +00:00
jxiang 5dfdc621f1 HBASE-7082 TestHFileCleaner#testHFileCleaning fails due to cleaner is reset
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404722 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 18:48:35 +00:00
larsh 8cde506fb9 HBASE-7077 ADDENDUM, add TestCategory
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404640 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 15:23:48 +00:00
gchanan e74cd24ff2 HBASE-6904 In the HBase shell, an error is thrown that states replication-related znodes already exist
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404389 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:21:48 +00:00
larsh 5b7f4bb535 HBASE-7077 Test for: CheckAndPut should properly read MVCC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404382 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:09:28 +00:00
larsh 09873f9d32 HBASE-7051 CheckAndPut should properly read MVCC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404377 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:02:09 +00:00
jxiang 4873d3a441 HBASE-7080 TestHFileOutputFormat.testColumnFamilyCompression failing due to UnsatisfiedLinkError
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404329 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 20:07:56 +00:00
Zhihong Yu 756840a814 HBASE-7066 Some HMaster coprocessor exceptions are being swallowed in try catch blocks (Francis Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404146 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 14:06:40 +00:00
Michael Stack fb983be9e3 HLog writer can do 1-2 sync operations after lease has been recovered for split process.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403977 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 04:48:37 +00:00
Zhihong Yu b31e78a424 HBASE-7055 Revert - part 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403898 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:11:19 +00:00
Zhihong Yu 1abf20084a HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk - revert for further discussion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403890 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:04:41 +00:00
Zhihong Yu 028a672e20 HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk (Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403852 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:14:01 +00:00
Zhihong Yu 9fda46c126 HBASE-7060 Region load balancing by table does not handle the case where a table's region count is lower than the number of the RS in the cluster (Ted Yu and Tianying)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403851 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:08:22 +00:00
Jean-Daniel Cryans 02fa99f9f0 HBASE-6700 [replication] empty znodes created during queue failovers aren't
deleted (Terry Zhang via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403581 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 23:44:56 +00:00
Michael Stack e7d4f965a1 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4 -- I FORGOT THIS BIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403539 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 21:33:15 +00:00
jxiang 27f9a5cd7b HBASE-5119 Set the TimeoutMonitor's timeout back down
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403500 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:52:45 +00:00
Michael Stack 28fffb91b7 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403098 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 21:49:19 +00:00
Zhihong Yu 056977d70b HBASE-6665 ROOT region should not be splitted even with META row as explicit split key (Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 16:33:27 +00:00
larsh f4923b98a6 HBASE-6846 BitComparator bug - ArrayIndexOutOfBoundsException (Lucian George Iordache)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402882 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 21:24:00 +00:00
Michael Stack cd572001f0 HBASE-7024 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402710 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 23:08:45 +00:00
Andrew Kyle Purtell 04381e1a6c HBASE-7033. Add hbase.lru.blockcache.acceptable.factor to configuration (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402314 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 20:12:54 +00:00
jxiang d70e3d8180 HBASE-6977 Multithread processing ZK assignment events
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402226 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 17:32:08 +00:00
Michael Stack c9073c4631 HBASE-5974 Scanner retry behavior with RPC timeout on next() seems incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402214 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:43:22 +00:00
Zhihong Yu bd7c0c96f9 HBASE-5257 Allow INCLUDE_AND_NEXT_COL in filters and use it in ColumnPaginationFilter (Varun)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402209 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:32:06 +00:00
Zhihong Yu dc14281b85 HBASE-7048 Regionsplitter requires the hadoop config path to be in hbase classpath (Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402197 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:05:01 +00:00
gchanan 2be66139d6 HBASE-7045 Add some comments to MVCC code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401910 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 23:01:10 +00:00
jxiang b1595ac86b HBASE-6896 sync bulk and regular assigment handling socket timeout exception
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401744 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 15:50:55 +00:00
Michael Stack 47ae2df693 HBASE-7037 ReplicationPeer logs at WARN level aborting server instead of at FATAL
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401563 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 06:09:06 +00:00
larsh 08491e4f59 HBASE-6843 loading lzo error when using coprocessor (Andy)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401551 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 04:47:28 +00:00
gchanan af295f5605 HBASE-7018 Fix and Improve TableDescriptor caching for bulk assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401525 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 01:06:44 +00:00
eclark 65a7c12942 HBASE-7027 Use the correct port of info server of region servers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401454 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:39:21 +00:00
eclark 2f06bfd297 HBASE-7032 Remove old IncrementColumnValue code.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401447 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:28:37 +00:00
Zhihong Yu 940b37dc24 HBASE-6942 Endpoint implementation for bulk delete rows (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401330 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 15:59:57 +00:00
Zhihong Yu 871618c19b HBASE-6972 HBase Shell deleteall should not require column to be defined (Ricky)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401115 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 22:56:54 +00:00
gchanan 2c4b5f74d7 HBASE-7019 Can't pass SplitAlgo in hbase shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401091 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 21:46:50 +00:00
Zhihong Yu 2cdb599c36 HBASE-7001 Fix the RCN Correctness Warning in MemStoreFlusher class (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:34:12 +00:00
gchanan 12315b8597 HBASE-6987 Port HBASE-6920 to trunk (?)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401015 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:12:43 +00:00
Zhihong Yu 1a32bfed45 HBASE-6728 revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401012 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:08:23 +00:00
Zhihong Yu 1048d15c6a HBASE-6728 prevent OOM possibility due to per connection responseQueue being unbounded
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401008 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:03:59 +00:00
eclark d115205c13 HBASE-6951 Allow the master info server to be started in a read only mode.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400956 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 17:09:58 +00:00
Zhihong Yu b27d0319c0 HBASE-6998 Uncaught exception in main() makes the HMaster/HRegionServer process suspend (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400940 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 16:27:16 +00:00
jxiang a5bd102cd8 HBASE-6611 Forcing region state offline cause double assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400358 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 03:57:49 +00:00
Zhihong Yu 312e9187ae HBASE-7005 Addendum updates thrift release that we depend on
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400288 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:12 +00:00
Michael Stack a8e4e5c286 HBASE-6949 Automatically delete empty directories in CleanerChore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400286 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:01 +00:00
Zhihong Yu e02139dca7 HBASE-7005 Upgrade Thrift lib to 0.9.0 (Jake Farrell)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400249 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 19:42:56 +00:00
Zhihong Yu 7e02b67d30 HBASE-6583 Enhance Hbase load test tool to automatically create column families if not present (Sergey Shelukhin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400196 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 17:58:27 +00:00
Zhihong Yu b6ca623286 HBASE-6459 improve speed of table creation (Zhou Wenjian)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400152 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 16:20:15 +00:00
larsh c951cfbd31 HBASE-6974 Metric for blocked updates (Michael Drzal)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399880 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 21:58:38 +00:00
Gary Helmling 952ec5521d HBASE-6786 addendum - fix mutation spelling in .proto and generated classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399755 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 18:01:05 +00:00
Gary Helmling 6f3cce5220 HBASE-6786 Convert MultiRowMutationProtocol to protocol buffer service (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399529 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 06:38:33 +00:00
Jean-Daniel Cryans d6d73eb286 HBASE-6758 [replication] The replication-executor should make sure the file
that it is replicating is closed before declaring success on that
            file (Devaraj Das via JD)


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399517 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:52:19 +00:00
Zhihong Yu f065232db0 HBASE-7002 Fix all 4 findbug performance warnings (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399514 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:34:32 +00:00
Zhihong Yu a7f9aa0c25 HBASE-6948 shell create table script cannot handle split key which is expressed in raw bytes (Tianying)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399429 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 20:58:35 +00:00
jxiang 9c88d9d9ea HBASE-6979 recovered.edits file should not break distributed log splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399352 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 17:21:25 +00:00
jxiang bb563c3603 HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398920 13f79535-47bb-0310-9956-ffa450edef68
2012-10-16 18:46:54 +00:00
Zhihong Yu d30fff7c92 HBASE-6785 Convert AggregateProtocol to protobuf defined coprocessor service (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398175 13f79535-47bb-0310-9956-ffa450edef68
2012-10-15 02:32:09 +00:00
Michael Stack 8285257518 HBASE-6978 Minor typo in ReplicationSource SocketTimeoutException error handling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1397441 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 05:17:03 +00:00
Michael Stack da4fd3e29b HBASE-6971 .META. directory does not contain .tableinfo serialization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396928 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 06:58:07 +00:00
Michael Stack 6d42266145 HBASE-3661 Handle empty qualifier better in shell for increments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396902 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 04:58:29 +00:00
Zhihong Yu c2045b11da HBASE-5837 hbase shell deleteall to .META. allows insertion of malformed rowkey (Ricky Saltzer)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396857 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 23:21:08 +00:00
jxiang 0c113c7ddb HBASE-6963 unable to run hbck on a secure cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396810 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 21:29:33 +00:00
Jean-Daniel Cryans 264db4cb7d HBASE-6733 TestReplication.queueFailover occasionally fails [Part-2] (Devaraj Das via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396463 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 04:07:58 +00:00
Michael Stack 32abc3835b HBASE-6316 Confirm can upgrade to 0.96 from 0.94 by just stopping and restarting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396428 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 00:07:59 +00:00
Michael Stack 4992d78820 HBASE-6953 Incorrect javadoc description of HFileOutputFormat regarding multiple column families
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396383 13f79535-47bb-0310-9956-ffa450edef68
2012-10-09 22:27:01 +00:00
Zhihong Yu 3fd2ea1de4 HBASE-6797 TestHFileCleaner#testHFileCleaning sometimes fails in trunk (Jesse)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394875 13f79535-47bb-0310-9956-ffa450edef68
2012-10-06 00:49:44 +00:00
Jean-Daniel Cryans e52314f054 HBASE-5582 "No HServerInfo found for" should be a WARNING message (Kevin Odell via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394768 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 19:56:01 +00:00
larsh 30c7e958ee HBASE-6900 RegionScanner.reseek() creates NPE when a flush or compaction happens before the reseek.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394377 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 06:28:52 +00:00
gchanan 6f1af4dba4 HBASE-6950 TestAcidGuarantees system test now flushes too aggressively
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394335 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 00:03:45 +00:00
Jean-Daniel Cryans e898f6de21 HBASE-6916 HBA logs at info level errors that won't show in the shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394274 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 21:18:04 +00:00
nkeywal 07e97d2b32 HBASE-6939 Add the possibility to set the ZK port in HBaseTestingUtility
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393940 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 07:36:31 +00:00
Michael Stack 610ea30534 HBASE-6928 TestStoreFile sometimes fails with 'Column family prefix used twice' -- ATTEMPTED FIX
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393923 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 05:46:51 +00:00
Michael Stack 7d2479983a HBASE-6439 Ignore .archive directory as a table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393916 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 05:01:27 +00:00
larsh ec4cb63a09 HBASE-6912 Filters are not properly applied in certain cases (revert HBASE-6562)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393853 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 00:38:45 +00:00
nkeywal 90e0910a48 HBASE-6738 Too aggressive task resubmission from the distributed log manager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393537 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 15:25:01 +00:00
Michael Stack e64430e970 HBASE-6928 TestStoreFile sometimes fails with 'Column family prefix used twice'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393284 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 04:10:21 +00:00
Michael Stack 7bed701850 HBASE-6927 WrongFS using HRegionInfo.getTableDesc() and different fs for hbase.root and fs.defaultFS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393234 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 23:13:58 +00:00
Michael Stack 596affcfb6 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393222 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 22:41:24 +00:00
Michael Stack 2b1ba295d9 HBASE-5937 Refactor HLog into an interface; REMOVE HBASE-6707 POLLUTION/OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393221 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 22:38:21 +00:00
Michael Stack 63743c2804 HBASE-6479 HFileReaderV1 caching the same parent META block could cause server abot when splitting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393194 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 21:29:21 +00:00
Michael Stack 6b82ddc911 HBASE-6926 Cleanup some of the javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393168 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 20:42:55 +00:00
eclark e419fee3b4 HBASE-6914 Scans/Gets/Mutations don't give a good error if the table is disabled.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393163 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 20:39:09 +00:00
Michael Stack ac368c1ae8 HBASE-5937 Refactor HLog into an interface
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393126 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 19:29:19 +00:00
Michael Stack e0538fe83b HBASE-6921 String and ConcurrentHashMap sizes change on jdk7; makes TestHeapSize fail; second attempt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393062 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 17:56:34 +00:00
ramkrishna 4c514ea23b HBASE-6317 Master clean start up and Partially enabled tables make region assignment inconsistent (RajeshBabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392802 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 09:19:48 +00:00
Michael Stack d6cca23ed3 HBASE-6918 Debugging to help figure what is different up on jenkins when TestHeapSize runs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392753 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 06:09:49 +00:00
Michael Stack 7adcc74aeb HBASE-6299 RS starts region open while fails ack to HMaster.sendRegionOpen() causes inconsistency in HMaster's region state and a series of successive problems
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392617 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 21:20:22 +00:00
jxiang c7b246edd2 HBASE-6881 All regionservers are marked offline even there is still one up
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392467 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:45:04 +00:00
Jonathan Hsieh e9947aad05 HBASE-6906 TestHBaseFsck#testQuarantine* tests are flakey due to TestNotEnabledException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392455 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:33:30 +00:00
jxiang 7b640037fb HBASE-6901 Store file compactSelection throws ArrayIndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392451 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:21:23 +00:00
Michael Stack c7781e9a37 HBASE-6476 Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391852 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 17:57:49 +00:00
ramkrishna 98f566edf2 HBASE-6853 IllegalArgument Exception is thrown when an empty region is spliitted(Priya)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391759 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 06:42:27 +00:00
Michael Stack c0b38e6c57 HBASE-6871 HFileBlockIndex Write Error in HFile V2 due to incorrect split into intermediate index blocks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391741 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 03:52:49 +00:00
Michael Stack 040f76eb2c HBASE-6476 Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391699 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 23:50:31 +00:00
Michael Stack db62a5eb0d HBASE-6601 TestImportExport on Hadoop 2 must copy YARN configuration vars
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391580 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 18:08:36 +00:00
Michael Stack 37ab60bcc5 HBASE-6610 HFileLink: Hardlink alternative for snapshot restore
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391326 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:27:44 +00:00
Michael Stack 1a992218e3 HBASE-6743 Move EnvironmentEdge classes to hbase-common
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391321 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:13:14 +00:00
Michael Stack 3337b47792 HBASE-5419 FileAlreadyExistsException has moved from mapred to fs package
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391306 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 05:35:54 +00:00
Michael Stack 18b40d61c3 HBASE-6688 folder referred by thrift demo app instructions is outdated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391283 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 02:21:55 +00:00
Michael Stack 58af0ecb42 HBASE-4802 Disable show table metrics in bulk loader
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391206 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 20:45:00 +00:00
Michael Stack dd10bfe8a7 HBASE-6875 Remove commons-httpclient, -component, and up versions on other jars (remove unused repository)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391136 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 17:44:35 +00:00
Michael Stack b5cf874819 HBASE-6876 Clean up WARNs and log messages around startup; REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390848 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:40:09 +00:00
Michael Stack c8375a55e9 HBASE-6876 Clean up WARNs and log messages around startup; REVERT OF OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390847 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:39:43 +00:00
Michael Stack 1acc426e7e HBASE-6876 Clean up WARNs and log messages around startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390846 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:38:35 +00:00
Michael Stack f386d46213 HBASE-6679 RegionServer aborts due to race between compaction and split
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390781 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 00:17:04 +00:00
Michael Stack e2d9560d65 HBASE-6885 Typo in the Javadoc for close method of HTableInterface class
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390673 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 19:01:14 +00:00
nkeywal ed84f8068e HBASE-6702 ResourceChecker refinement
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390433 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 12:23:43 +00:00
Michael Stack 09538d85dc HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface; REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390240 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:35:01 +00:00