Commit Graph

453 Commits

Author SHA1 Message Date
gchanan 0dab826f19 HBASE-6260 ADDENDUM (fix test failure plus comment fixups)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384954 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 22:36:03 +00:00
Michael Stack 2a718cf3b8 HBASE-6780 On the master status page the Number of Requests per second is incorrect for RegionServer's
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 04:47:28 +00:00
gchanan c9d3cb1c3b HBASE-6260 balancer state should be stored in ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384593 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 23:00:46 +00:00
larsh 786a5213c9 HBASE-6769 HRS.multi eats NoSuchColumnFamilyException (Elliott Clark)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384377 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 15:44:21 +00:00
gchanan 476a274729 HBASE-6658 Rename WritableByteArrayComparable to something not mentioning Writable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384191 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 02:41:05 +00:00
Michael Stack 6d2e7cccf4 HBASE-6766 Remove the Thread Dump link on Info pages
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384136 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 21:28:59 +00:00
Michael Stack b49ffdcda4 HBASE-6648 [0.92 UNIT TESTS] TestMasterObserver.testRegionTransitionOperations fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383797 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 06:24:41 +00:00
Michael Stack 078cbdea49 HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383788 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 05:47:32 +00:00
larsh 97906bccdc HBASE-6757 Very inefficient behaviour of scan using FilterList
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383748 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 04:04:05 +00:00
nkeywal 293803dcc9 HBASE-6746 Impacts of HBASE-6435 vs. HDFS 2.0 trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382723 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 09:47:02 +00:00
Jonathan Hsieh 7fdcc4c87c HBASE-5631 ADDENDUM (extra comments)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382627 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 03:05:05 +00:00
Jonathan Hsieh 43bfefc370 HBASE-5631 hbck should handle case where .tableinfo file is missing (Jie Huang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382529 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 16:21:15 +00:00
Zhihong Yu f2140d640a HBASE-6734 Code duplication in LoadIncrementalHFiles (Richard Ding)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382353 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:17:28 +00:00
Zhihong Yu 564fc2e7c3 Port HBASE-6590 to trunk : Asssign sequence number to bulk loaded files (Amitanand)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382351 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:13:21 +00:00
Zhihong Yu 2c270de896 HBASE-6713 Stopping META/ROOT RS may take 50mins when some region is splitting (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382164 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 20:36:01 +00:00
Michael Stack 24fa6e4fbe HBASE-6432 HRegionServer doesn't properly set clusterId in conf
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381905 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 06:47:34 +00:00
Michael Stack 773650bb0c HBASE-6706 Remove TotalOrderPartitioner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381881 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 05:28:31 +00:00
Michael Stack 45f309beff HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381877 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 05:22:56 +00:00
Michael Stack d44be427d5 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381852 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 03:43:11 +00:00
Zhihong Yu c310653a19 HBASE-6659 Port HBASE-6508 Filter out edits at log split time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381684 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 17:22:01 +00:00
jxiang 82d9956a7a HBASE-6715 TestFromClientSide.testCacheOnWriteEvictOnClose is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381671 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 16:38:37 +00:00
Michael Stack 24131743a8 HBASE-6495 HBaseAdmin shouldn't expect HConnection to be an HConnectionImplementation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381467 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 05:01:01 +00:00
Michael Stack ebae97fc60 HBASE-6649 [0.92 UNIT TESTS] TestReplication.queueFailover occasionally fails [Part-1]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381287 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 18:46:38 +00:00
Michael Stack 9ae8410f77 HBASE-3870 Purge copyrights from src headers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380965 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 03:37:02 +00:00
larsh ef562b7760 HBASE-6711 Avoid local results copy in StoreScanner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380868 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 20:34:53 +00:00
Jonathan Hsieh d97362910c HBASE-6691 HFile quarantine fails with missing files in hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380790 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 18:26:28 +00:00
Jonathan Hsieh 9783392fab HBASE-6516 hbck cannot detect any IOException while ".tableinfo" file is missing (Jie Huang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380761 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 17:52:58 +00:00
nkeywal 55fb6632b9 HBASE-6697 regionserver.TestPriorityRpc uses a fixed port (60020)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379715 13f79535-47bb-0310-9956-ffa450edef68
2012-09-01 08:11:36 +00:00
Michael Stack 46349a89d9 HBASE-6667 TestCatalogJanitor occasionally fails; PATCH THAT ADDS DEBUG AROUND FAILING TEST
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379682 13f79535-47bb-0310-9956-ffa450edef68
2012-09-01 00:36:06 +00:00
Jonathan Hsieh 8393cf10d6 HBASE-5076 HBase shell hangs when creating some 'illegal' tables (liang xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379638 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 22:17:42 +00:00
Zhihong Yu c65184314b HBASE-6682 Bad characters in logs for server names: SplitLogManager: task following PBUF (Aleksandr)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379607 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 20:58:56 +00:00
Jonathan Hsieh 2dbdc1ec15 HBASE-6693 Typo in Javadoc of AggregationClient.rowCount()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379605 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 20:49:14 +00:00
Jean-Daniel Cryans c4f7a53747 HBASE-6321 ReplicationSource dies reading the peer's id
HBASE-6647  [performance regression] appendNoSync/HBASE-4528 doesn't
            take deferred log flush into account


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379289 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 04:59:02 +00:00
Michael Stack 844f27c8f8 HBASE-6234 Move simple KeyValue tests to hbase-common module
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379287 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 04:53:32 +00:00
larsh 4559e53e64 HBASE-6165 Replication can overrun .META. scans on cluster re-start (Himanshu Vashishtha)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379235 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 00:05:36 +00:00
larsh 849e17fc1a HBASE-6550 Refactoring ReplicationSink to make it more responsive of cluster health (Himanshu Vashishtha)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379227 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:37:23 +00:00
Michael Stack 652851af72 HBASE-6257 Avoid unnecessary flush & compact on Meta in admin.rb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379220 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:21:35 +00:00
Michael Stack 1da663d1e3 HBASE-6684 .META. timeout value is incorrect; REAPPLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379217 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:16:10 +00:00
Michael Stack 8b3a90236b HBASE-6684 .META. timeout value is incorrect; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379216 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:15:47 +00:00
Michael Stack a9e69cce21 HBASE-6684 .META. timeout value is incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379215 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:13:36 +00:00
Michael Stack f293c94c01 HBASE-6689 HRegion.increment comment nits
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379152 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 21:13:07 +00:00
larsh cf76929db6 HBASE-6291 Don't retry increments on an invalid cell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379058 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 18:49:58 +00:00
nkeywal 0930a60681 HBASE-6683 Wrong warning in logs WARN org.apache.hadoop.ipc.HBaseServer: Methods length : 5 (Devaraj Das)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378845 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 08:15:59 +00:00
Michael Stack 8eb8b3a40a HBASE-6524 Hooks for hbase tracing; REAPPLICATION
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378809 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:52:22 +00:00
Michael Stack a2788de625 HBASE-6524 Hooks for hbase tracing; REAPPLICATION
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378807 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:51:38 +00:00
Michael Stack e88e87d7fe HBASE-5042 TestReadWriteConsistencyControl should be renamed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378804 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:27:29 +00:00
Michael Stack 8e7185b507 HBASE-662 [shell] Cannot describe '.META.' or '-ROOT-' tables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378800 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:08:14 +00:00
Jonathan Hsieh c8f2cbc38d HBASE-6686 HFile Quarantine fails with missing dirs in hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378762 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 22:57:10 +00:00
Zhihong Yu 2aae43110f HBASE-6659 Port HBASE-6508 Filter out edits at log split time, revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378752 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 21:58:51 +00:00
Michael Stack 6d7e438c41 HBASE-5965 Move replication znodes to pb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378714 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 20:48:02 +00:00
Zhihong Yu 2fd27a77c5 HBASE-6564 HDFS space is not reclaimed when a column family is deleted (J Mohamed)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378648 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 17:04:31 +00:00
Zhihong Yu c41a4f1310 HBASE-6659 Port HBASE-6508 Filter out edits at log split time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378631 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 16:23:32 +00:00
nkeywal 9bd419f52d HBASE-6655 thrift.TestThriftServerCmdLine takes too much time: 733.972 sec
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378559 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 13:55:19 +00:00
Michael Stack c09b2f5f5d HBASE-6052 Convert .META. and -ROOT- content to pb; ADDENDUM REMOVE UNUSED hbase-4388-root.dir.tgz
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378256 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 18:30:04 +00:00
Zhihong Yu fdd28ab069 HBASE-6671 Kerberos authenticated super user should be able to retrieve proxied delegation tokens (Francis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378142 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 14:05:45 +00:00
Michael Stack c9b028862a HBASE-6052 Convert .META. and -ROOT- content to pb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377965 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 03:40:47 +00:00
Jonathan Hsieh f63e6a41a5 HBASE-6586 Quarantine Corrupted HFiles with hbck
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377941 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 01:55:21 +00:00
Michael Stack 93e03d7d09 HBASE-4050 Combine Master Metrics into a single class
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377896 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 22:39:23 +00:00
jxiang 275f0453c5 HBASE-6643 Accept encoded region name in compacting/spliting region from shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377862 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 21:05:38 +00:00
Michael Stack 37f39c40c3 HBASE-6477 Use PB filter definitions in RPC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377788 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 18:47:49 +00:00
Zhihong Yu d992c7742e HBASE-6622 TestUpgradeFromHFileV1ToEncoding#testUpgrade fails in trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377508 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 20:11:21 +00:00
Michael Stack 638529d93b HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377483 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 18:59:25 +00:00
Michael Stack 70f7608afa HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377366 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 00:29:33 +00:00
Michael Stack 3519920373 HBASE-6372 Add scanner batching to Export job
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377212 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 04:51:41 +00:00
larsh 933a38f9e9 HBASE-6514 unknown metrics type: org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram (Elliot Clark)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377210 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 04:41:12 +00:00
larsh 9d107882d3 HBASE-6496 Addendum - add test category
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377178 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 01:42:36 +00:00
larsh 7a62339a4d HBASE-6496 Example ZK based scan policy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377156 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 00:01:46 +00:00
Michael Stack b4be2041d4 HBASE-6477 Use PB filter definitions in RPC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377154 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 23:51:51 +00:00
Michael Stack ea41f302f1 HBASE-5449 Support for wire-compatible security functionality; ADD MISSING FILES
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377145 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 23:20:52 +00:00
Michael Stack ee91c8b03c HBASE-5449 Support for wire-compatible security functionality; REVERT OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377142 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 22:46:05 +00:00
Michael Stack 86592b6103 HBASE-5449 Support for wire-compatible security functionality
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377141 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 22:43:19 +00:00
Michael Stack 8375bfcba9 HBASE-6641 more message with DoNotRetryIOException in client
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377121 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 21:37:31 +00:00
Michael Stack 2e0e23eb98 HBASE-6623 [replication] replication metrics value AgeOfLastShippedOp is not set correctly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377038 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:44:53 +00:00
ramkrishna 07218cb039 HBASE-6633 Adding new hooks to the split flow - For roll backs and one final hook after split is completed either successfully or failed
Submitted by:Ram
Reviewed by:Stack	


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377033 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:43:33 +00:00
Michael Stack 567723f028 HBASE-6616 test failure in TestDelayedRpc#testTooManyDelayedRpcs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377027 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:39:30 +00:00
ramkrishna 5f5f22e30d HBASE-6437 Avoid admin.balance during master initialize
Submitted by:rajesh
Reviewed by:	Ted


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377025 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:35:52 +00:00
nkeywal 2b7f8503b4 HBASE-6654 io.encoding.TestChangingEncoding could be faster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376952 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 15:02:46 +00:00
Zhihong Yu 2c59e2bba4 HBASE-6584 TestAssignmentManager#testDisablingTableRegionsAssignmentDuringCleanClusterStartup fails due to port 60000 already in use (Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376918 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 14:03:35 +00:00
larsh aedfe03b91 HBASE-6577 REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376803 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 01:19:30 +00:00
Michael Stack 1e945238f3 HBASE-6606 Test for reconnecting with HBaseAdmin using unmanaged HConnection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376711 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 21:44:51 +00:00
jxiang b02f807aa3 HBASE-6644 HBaseAdmin.createTable should wait more till table is enabled.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376680 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 20:26:26 +00:00
Zhihong Yu f96e1641cf HBASE-2155 Add the option to bind to a specific IP address to the Nonblocking Thrift servers (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376490 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:52:06 +00:00
Zhihong Yu bbe297121d HBASE-5329 addRowLock() may allocate duplicate lock id, causing the client to be blocked (Ian Varley)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376489 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:48:39 +00:00
Zhihong Yu 8c811a6994 HBASE-3271 Allow .META. table to be exported (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376487 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:43:26 +00:00
Zhihong Yu 82609fa7b1 HBASE-6524 revert due to new test failures against hadoop 2.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376365 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 05:07:00 +00:00
Michael Stack 080b8fce76 HBASE-6632 [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375897 13f79535-47bb-0310-9956-ffa450edef68
2012-08-22 05:05:14 +00:00
Michael Stack 91466eb44e HBASE-6631 TestHMasterRPCException in 0.92 failed twice on socket timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375849 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 23:19:55 +00:00
Michael Stack 4e765cb5b4 HBASE-6524 Hooks for hbase tracing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375812 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 21:45:00 +00:00
jxiang 280c6124b5 HBASE-6607 NullPointerException when accessing master web ui while master is initializing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375673 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 17:25:27 +00:00
larsh 94f8d617dd HBASE-6621 Reduce calls to Bytes.toInt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375663 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 17:05:17 +00:00
nkeywal c87c7237c7 HBASE-6364 Powering down the server host holding the .META. table causes HBase Client to take excessively long to recover and connect to reassigned .META. table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375473 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 11:12:10 +00:00
nkeywal 933c80f7f3 HBASE-6435 Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes - addendum TestBlockReorder.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375454 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 09:53:18 +00:00
nkeywal f1b53f6631 HBASE-6435 Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375451 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 09:47:05 +00:00
larsh cfbad5ddcc HBASE-6603 RegionMetricsStorage.incrNumericMetric is called too often (M. Chen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375312 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 23:24:16 +00:00
Jonathan Hsieh 634cd51bae HBASE-5714 Add write permissions check before any hbck run that modifies hdfs (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375227 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 21:30:38 +00:00
Michael Stack aa0bab5a06 HBASE-6503 HBase Shell Documentation For DROP Is Outdated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375205 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:28:14 +00:00
Michael Stack 49a769b45c HBASE-6378 the javadoc of setEnabledTable maybe not describe accurately
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375200 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:22:44 +00:00
Michael Stack caefd5c28f HBASE-6582 Code generation does run under m2eclipse
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375198 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:16:40 +00:00
Michael Stack 76cd7aa23b HBASE-6414 Remove the WritableRpcEngine & associated Invocation classes; REMOVE EMPTY FILES
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375051 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 15:18:17 +00:00
Michael Stack 3550392d4e HBASE-6414 Remove the WritableRpcEngine & associated Invocation classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374860 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 21:47:21 +00:00
Zhihong Yu 81f5222ab9 HBASE-6608 Fix for HBASE-6160, META entries from daughters can be deleted before parent entries, shouldn't compare HRegionInfo's (Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374676 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 23:34:17 +00:00
Michael Stack 28e176de82 HBASE-6553 Remove Avro Gateway
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374486 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 00:40:43 +00:00
Michael Stack b7f7c4ac09 HBASE-6553 Remove Avro Gateway
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374484 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 00:31:55 +00:00
Michael Stack 1908123fbe HBASE-6055 Fix hfile/log cleaning delegate method naming
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374478 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 23:30:19 +00:00
jxiang e4635cedad HBASE-6487 assign region doesn't check if the region is already assigned -- REVERTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374452 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 21:54:14 +00:00
jxiang a7e18a9bfd HBASE-6487 assign region doesn't check if the region is already assigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374423 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 20:28:32 +00:00
Michael Stack 283155ef05 HBASE-6602 Region Server Dynamic Metrics can cause high cpu usage.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374397 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 19:02:13 +00:00
Michael Stack 093c6fa19c HBASE-6599 Rename Store (the implementations) as HStore, and HStore (the Interface) as Store
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374354 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 16:46:07 +00:00
jxiang a7b5e34cf2 HBASE-6593 TestAdmin times out sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374061 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:05:38 +00:00
Michael Stack 6af9a020b2 HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374012 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:46:07 +00:00
Andrew Kyle Purtell 700be88f29 HBASE-6245. Upon page refresh new UI should return to the previously selected tab (Jie Huang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373983 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:05:34 +00:00
Andrew Kyle Purtell 2af7c0697b HBASE-6594. Move tasks section above regions section in RegionServer UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373980 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 18:58:59 +00:00
Andrew Kyle Purtell 6447d1b800 HBASE-6565. Coprocessor exec result Map is not thread safe (Yuan Kang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373972 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 18:32:37 +00:00
larsh 001c445d75 HBASE-6561 Gets/Puts with many columns send the RegionServer into an 'endless' loop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373943 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 17:40:59 +00:00
jxiang 14d07f96e1 HBASE-6471 Performance regression caused by HBASE-4054
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373917 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 16:53:43 +00:00
Zhihong Yu 4d512d9019 HBASE-6587 Region would be assigned twice in the case of all RS offline (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373829 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 13:39:53 +00:00
larsh c3d1bb07f8 HBASE-6562 Fake KVs are sometimes passed to filters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373650 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 22:02:57 +00:00
Andrew Kyle Purtell 7c7b7c9c1e HBASE-6263. Use default mode for Thrift gateway if not specified
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373591 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 19:22:21 +00:00
larsh 0875b6873c HBASE-6579 Unnecessary KV order check in StoreScanner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373537 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 17:37:49 +00:00
larsh e5b1ae1916 HBASE-6577 RegionScannerImpl.nextRow() should seek to next row
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373531 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 17:23:44 +00:00
Andrew Kyle Purtell 677ff7e0db HBASE-6478. TestClassLoading.testClassLoadingFromLibDirInJar occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373520 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 16:33:40 +00:00
jxiang 9f2987482c HBASE-5728 Methods Missing in HTableInterface
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373481 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 15:44:46 +00:00
Zhihong Yu 3156455462 HBASE-6569 Extract HStore interface from Store (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373153 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 22:34:18 +00:00
Zhihong Yu 214c751fb9 HBASE-6576 HBaseAdmin.createTable should wait until the table is enabled (Gregory Chanan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373074 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 20:46:17 +00:00
Zhihong Yu f69a7e8e74 HBASE-6568 Extract daemon thread factory from HTable into its own class (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372963 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 16:42:04 +00:00
Andrew Kyle Purtell e64fe02581 HBASE-6308. Coprocessors should be loaded in a custom ClassLoader (James Baldassari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372558 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 19:31:00 +00:00
Michael Stack 48b37d99bf HBASE-6529 With HFile v2, the region server will always perform an extra copy of source files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372313 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 08:34:07 +00:00
Jonathan Hsieh 2706742224 HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371520 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 22:40:52 +00:00
Jonathan Hsieh c106d67381 HBASE-6510 Fix HConnection typo in TestFromClientSide (Gregory Chanan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371511 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 22:06:32 +00:00
Jonathan Hsieh 21d473f356 HBASE-6552 TestAcidGuarantees system test should flush more aggressively (Gregory Chanan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371501 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 21:52:19 +00:00
larsh a77305afda HBASE-6522 Expose locks and leases to Coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371024 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 00:56:59 +00:00
Zhihong Yu 5876b5b662 HBASE-6509 Implement fast-forwarding FuzzyRowFilter to allow filtering rows e.g. by "???alex?b" (Alex Baranau)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370788 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 14:37:34 +00:00
Zhihong Yu ba966f8ada HBASE-6520 MSLab May cause the Bytes.toLong not work correctly for increment (ShiXing)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370717 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 09:33:11 +00:00
jxiang 5671b5ca86 HBASE-6444 Expose the ability to set custom HTTP Request Headers for the REST client used by RemoteHTable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370635 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 02:32:24 +00:00
Michael Stack f807add65b HBASE-5189 Add metrics to keep track of region-splits in RS
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370583 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 22:56:05 +00:00
Zhihong Yu 14a2e4c347 HBASE-6454 Write PB definitions for filters, addendum adds FilterProtos.java (Gregory)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370111 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 03:51:14 +00:00
larsh 103b7b3eee HBASE-6505 Allow shared RegionObserver state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369516 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05 02:37:35 +00:00
jxiang ffe24f3c97 HBASE-6507 [hbck] TestHBaseFsck ran into TableNotEnabledException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369363 13f79535-47bb-0310-9956-ffa450edef68
2012-08-04 16:40:38 +00:00
Zhihong Yu 87a250924c HBASE-6481 SkipFilter javadoc is incorrect (Shrijeet)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369027 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 15:23:56 +00:00
Zhihong Yu 00447e866d HBASE-6502 Typo in loaded coprocessors on master status page (Konstantin)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368697 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 20:47:31 +00:00
Jonathan Hsieh 7c16621e1b HBASE-6460 hbck "-repairHoles" usage inconsistent with "-fixHdfsOrphans" (Jie Huang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368690 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 20:24:23 +00:00
Zhihong Yu 018b5ec84d HBASE-6468 RowCounter may return incorrect result if column name is specified in command line (Shrijeet)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368625 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 18:03:26 +00:00
Zhihong Yu efe471f74b HBASE-6411 Move Master Metrics to metrics 2 (Alex Baranau)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368598 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 16:58:35 +00:00
Zhihong Yu 6f542792e3 HBASE-6429 Filter with filterRow() returning true is incompatible with scan with limit (Jie Huang)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368472 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 13:45:26 +00:00
Zhihong Yu 752bf565bc HBASE-6399 MetricsContext should be different between RegionServerMetrics and RegionServerDynamicMetrics (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368354 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 05:28:55 +00:00
Zhihong Yu 61dd48b303 HBASE-6454 Write PB definitions for filters (Gregory Chanan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367904 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 10:06:32 +00:00
larsh 3fd458ad88 HBASE-6427 Pluggable compaction and scan policies via coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367361 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 23:14:21 +00:00
Michael Stack cee7c32732 HBASE-5705 Introduce Protocol Buffer RPC engine
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367009 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 07:07:17 +00:00
Zhihong Yu c8b6b7ad22 HBASE-5547 Don't delete HFiles when in "backup mode", addendum fixes check for fs.delete()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366510 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 19:20:00 +00:00
jxiang 57afee6a6b HBASE-6272 In-memory region state is inconsistent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366438 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 16:34:32 +00:00