Commit Graph

5945 Commits

Author SHA1 Message Date
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
Michael Stack 42144e9ca1 HBASE-6884 Update documentation on unit tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 18:35:39 +00:00
eclark 21d10162f8 Added eclark as a committer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390627 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 18:05:02 +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 23e23bf176 More around how to set up pseudo-distributed... point at hdfs pseudo-distribute doc for setting it up first
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390241 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:47:53 +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
Enis Soztutar bbd17c35ca Added enis as a committer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390120 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 20:34:55 +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 152904f026 HBASE-6637 Missed new files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390035 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 18:19:08 +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
Michael Stack fa4016dc20 HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390028 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 17:59:40 +00:00
Michael Stack d1245f3491 HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390026 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 17:57:01 +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
Michael Stack e343aae374 Add troubleshooting on hbase dfsclient1 connection to h2, also edit of pseudo-distributed section... needs more work
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389527 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 19:36:44 +00:00
Michael Stack 66146c49d6 Minor edit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389163 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 23:15:54 +00:00
Michael Stack 623a9be04d More edits: Moved ZK to its own chapter, put the bloom filter stuff together in one place, made the distributed setup more focused
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389153 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 22:01:16 +00:00
Michael Stack 7d709c965a HBASE-6869 Update our hadoop-2 to 2.0.1-alpha
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389071 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 14:56:41 +00:00
Michael Stack 7bb1affa75 Edit of config section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389070 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 14:55:01 +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
Michael Stack c462f1a835 Added component owners role description and a section on our patch +1'ing policy
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388698 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 21:50:58 +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 f3db42c6a7 Note on how to make patches
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388627 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 19:10:34 +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 93d2fc5ce2 HBASE-6856 Document the LeaseException thrown in scanner next
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388604 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 18:31:22 +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 95661b40ed HBASE-6524 Hooks for hbase tracing; add documentation as an appendix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388337 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 06:23:03 +00:00
Michael Stack 7c9d6f3440 HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388318 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 04:06:17 +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
Michael Stack 7571293ed5 Edit of 0.96 section on hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388259 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 23:07:10 +00:00
Michael Stack 8c393a32a8 HBASE-6848 Make hbase-hadoop-compat findbugs clean
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388252 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 22:51:30 +00:00
Michael Stack ed98705af6 Add place holders for component owner and patch +1 policy -- will add in text after a day or two... waiting on more comments on proposed text. Committing place holders so can link from JIRA
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388243 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 22:01:04 +00:00
Michael Stack 5a08711eaf Add place holders for component owner and patch +1 policy -- will add in text after a day or two... waiting on more comments on proposed text. Committing place holders so can link from JIRA
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388229 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 21:45:36 +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 94774e37b2 HBASE-6178 LoadTest tool no longer packaged after the modularization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387860 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:05:44 +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 d46c899468 HBASE-5536 Make it clear that hbase 0.96 requires hadoop 1.0.0 at least; we will no longer work on older versions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387805 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 22:34:51 +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