Commit Graph

634 Commits

Author SHA1 Message Date
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 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
Michael Stack 3e30f1ecbf HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface; REVERT -- OVERCOMMIT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390239 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:34:18 +00:00
Michael Stack 9a69eb3fc9 HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390238 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:31:28 +00:00
larsh 74aee30b0c HBASE-6637 Argghh... Missed deleted files too
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390040 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 18:25:02 +00:00
larsh b6a36ec9ab HBASE-6637 Move DaemonThreadFactory into Threads and Threads to hbase-common (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390034 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 18:17:32 +00:00
larsh 92a1bd148e HBASE-6868 Skip checksum is broke; are we double-checksumming by default?
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390013 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 17:38:14 +00:00
larsh 54bfb5833a HBASE-6784 TestCoprocessorScanPolicy is sometimes flaky when run locally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389617 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 22:03:45 +00:00
jxiang d930324448 HBASE-6381 AssignmentManager should use the same logic for clean startup and failover
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389561 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 20:33:19 +00:00
Gary Helmling 419a8b8f44 HBASE-6851 Fix race condition in TableAuthManager.updateGlobalCache()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388894 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22 20:35:28 +00:00
Michael Stack e30829d8c1 HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper; REVERT.... BROKE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388725 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 23:23:25 +00:00
Michael Stack 529807b0e5 HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388699 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 21:52:02 +00:00
Jean-Daniel Cryans c7f43f57b4 HBASE-6860 [replication] HBASE-6550 is too aggressive, DDOSes .META.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388694 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 21:42:10 +00:00
Michael Stack 1e3b48ec53 HBASE-6714 TestMultiSlaveReplication#testMultiSlaveReplication may fail
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388620 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 19:00:35 +00:00
Michael Stack 2cd3c54de4 HBASE-6488 HBase wont run on IPv6 on OSes that use zone-indexes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388586 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 17:52:10 +00:00
nkeywal c49ee963e6 HBASE-6783 Make read short circuit the default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388374 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 08:40:23 +00:00
Michael Stack 061fda6ae1 HBASE-6849 Make StochasticLoadBalancer the default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388267 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 23:22:20 +00:00
Jean-Daniel Cryans f05e7d917a HBASE-6847 HBASE-6649 broke replication (Devaraj Das via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388161 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:59:37 +00:00
ramkrishna 55b87a3c96 HBASE-6698 Refactor checkAndPut and checkAndDelete to use doMiniBatchMutation
(Priya)

Submitted by:PrIya
Reviewed by:Ram, Stack, Ted, Lars	


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388141 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 17:59:30 +00:00
Michael Stack 70639863eb HBASE-6677 Random ZooKeeper port in test can overrun max port
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388125 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 17:37:01 +00:00
Michael Stack eddc746457 HBASE-6730 Enable rolling averages in StochasticLoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387865 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 06:05:01 +00:00
Michael Stack 6e3d76183c HBASE-6839 Operations may be executed without rowLock
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387863 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:46:42 +00:00
Michael Stack 3f81037369 HBASE-6842 the jar used in coprocessor is not deleted in local which will exhaust the space of /tmp
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387861 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:40:34 +00:00
Michael Stack 1afea63673 HBASE-6501 Integrate with unit-testing tools of hadoop's metrics2 framework
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387820 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 23:44:59 +00:00
Michael Stack 5887969990 HBASE-6528 Raise the wait time for TestSplitLogWorker#testAcquireTaskAtStartup to reduce the failure probability
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387792 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 22:02:17 +00:00
gchanan f482cff0c9 HBASE-6591 checkAndPut executed/not metrics
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387746 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 20:40:22 +00:00
gchanan 527bf4947b HBASE-6835 HBaseAdmin.flush claims to be asynchronous but appears to be synchronous
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387745 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 20:31:36 +00:00
Zhihong Yu 17a2e1663a HBASE-6838 Regionserver may generate identical scanner name (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387695 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 17:52:06 +00:00
Michael Stack 3067e60c39 HBASE-6779 Fix issues analysis.apache.org raises about StochasticLoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387372 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 21:46:04 +00:00
Michael Stack 4bd1ffbd1e HBASE-6592 [shell] Add means of custom formatting output by column
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387369 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 21:41:20 +00:00
Michael Stack 65a2962cdc HBASE-6809 Deprecate Old metrics classes.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387359 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 20:58:26 +00:00
Michael Stack 053fc8e7ba HBASE-6409 Create histogram class for metrics 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387358 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 20:54:06 +00:00
Michael Stack 2627730b7d HBASE-6412 Move external servers to metrics2 (thrift,thrift2,rest)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387323 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 19:10:03 +00:00
Zhihong Yu 7c0db34275 HBASE-6438 Addendum checks regionAlreadyInTransitionException when generating region plan (Chunhui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387164 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 13:53:05 +00:00
Gary Helmling fbfbad4e4d HBASE-5448 Support dynamic coprocessor endpoints with protobuf based RPC
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387001 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 06:32:57 +00:00
gchanan 60449458da HBASE-6794 FilterBase should provide a default implementation of toByteArray
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386842 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 21:12:07 +00:00
Michael Stack e5c0804a27 HBASE-6634 REST API ScannerModel's protobuf converter code duplicates the setBatch call
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386816 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 20:30:43 +00:00
Michael Stack 86d574eb22 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; REVERT AGAIN
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386748 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 17:47:18 +00:00
Michael Stack 6df0482491 HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385388 13f79535-47bb-0310-9956-ffa450edef68
2012-09-16 22:31:21 +00:00
Zhihong Yu 929c09a9ba HBASE-6438 RegionAlreadyInTransitionException needs to give more info to avoid assignment inconsistencies (Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385210 13f79535-47bb-0310-9956-ffa450edef68
2012-09-16 02:53:25 +00:00
Michael Stack f125ca952c HBASE-6241 HBaseCluster interface for interacting with the cluster from system tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385024 13f79535-47bb-0310-9956-ffa450edef68
2012-09-15 07:01:15 +00:00
gchanan 802f264f4e HBASE-6759 Forward port ZKReadOnly change from HBASE-6710
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384987 13f79535-47bb-0310-9956-ffa450edef68
2012-09-15 00:33:45 +00:00
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 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 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
Zhihong Yu b358b89351 HBASE-6431 Some FilterList Constructors break addFilter (Alex Newman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366198 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:53:17 +00:00
Zhihong Yu a5bd687531 HBASE-6455 org.apache.hadoop.hbase.PerformanceEvaluation sets the map reduce output path as a child of input path (Aditya)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366034 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 15:12:23 +00:00
Michael Stack c5af2aeb18 HBASE-6447 Common TestZooKeeper failures on jenkins: testMasterSessionExpired and testCreateSilentIsReallySilent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1365502 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 09:30:11 +00:00
larsh 4d99488e58 HBASE-5659 Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364895 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 05:19:30 +00:00
Zhihong Yu 53ac5a3f8f HBASE-6327 HLog can be null when create table (ShiXing)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364629 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 13:39:04 +00:00
Jonathan Hsieh 2144415141 HBASE-4470 ServerNotRunningException coming out of assignRootAndMeta kills the Master (Gregory Chanan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364532 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 07:18:32 +00:00
larsh 889e1136d4 HBASE-5659 TestAtomicOperation.testMultiRowMutationMultiThreads is still failing occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364501 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 05:24:26 +00:00
Zhihong Yu c48ac29ca9 HBASE-6441 MasterFS doesn't set scheme for internal FileSystem (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364498 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 05:11:59 +00:00
larsh 12470ff307 HBASE-5547 Addendum (Jesse and Ted)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364493 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 04:44:39 +00:00
jxiang 675f83cb8c HBASE-6440 SplitLogManager - log the exception when failed to finish split log file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364435 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 21:39:08 +00:00
larsh c687f84c10 HBASE-6406 Disable TestZooKeeper#testClientSessionExpired
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364204 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:23:36 +00:00
larsh ab96788641 HBASE-5547 Don't delete HFiles when in "backup mode" (Jesse Yates)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364203 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:11:36 +00:00
Michael Stack 4b07b3985d HBASE-4255 Expose CatalogJanitor controls
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364127 13f79535-47bb-0310-9956-ffa450edef68
2012-07-21 17:07:03 +00:00