Commit Graph

2974 Commits

Author SHA1 Message Date
Michael Stack 07ec5bff7b HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033283 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:51:06 +00:00
Ryan Rawson 0cb9652dd1 HBASE-3199 large response handling: some fixups and cleanups
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033274 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:40:26 +00:00
Jonathan Gray 2640b277cc HBASE-3207 If we get IOException when closing a region, we should still remove it from online regions and complete the close in ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033259 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:05:25 +00:00
Michael Stack 934f1e7a41 HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033252 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:53:02 +00:00
Michael Stack 50d58edca0 HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033251 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:52:35 +00:00
Michael Stack e4e9eb4f9e HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033241 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:32:15 +00:00
Michael Stack 5f2512facd HBASE-3112 Enable and disable of table needs a bit of loving in new master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033237 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:28:09 +00:00
Michael Stack 022a7372d0 HBASE-3194 HBase should run on both secure and vanilla versions of Hadoop 0.20 -- forgot to add classes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033089 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 16:56:22 +00:00
Michael Stack 43f81f1943 HBASE-3194 HBase should run on both secure and vanilla versions of Hadoop 0.20
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032848 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 05:42:48 +00:00
Ryan Rawson 4dce2b26bf HBASE-3141 Master RPC server needs to be started before an RS can check in
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032812 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 02:02:27 +00:00
Jean-Daniel Cryans 520676aaf1 HBASE-3208 HLog.findMemstoresWithEditsOlderThan needs to look for edits
that are equal to too


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032790 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 23:59:39 +00:00
Jean-Daniel Cryans a68b2c6645 HBASE-3205 TableRecordReaderImpl.restart NPEs when first next is restarted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032761 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 22:10:38 +00:00
Jonathan Gray 160395c9f7 HBASE-3083: Major compaction check should use new timestamp meta information in HFiles (rather than dfs timestamp) along with TTL to allow major even if single file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032649 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 17:49:58 +00:00
Jonathan Gray 4a4df61776 HBASE-3048 unify code for major/minor compactions (Amit via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032626 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 16:19:04 +00:00
Jonathan Gray ea5395d62b HBASE-2896 Retain assignment information between cluster shutdown/startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032166 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 22:11:19 +00:00
Andrew Kyle Purtell ce7567c23b HBASE-3195 [rest] Fix TestTransform breakage on Hudson; take 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031959 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 04:50:16 +00:00
Michael Stack 6fd4989c82 Fix broke build; SplitTransaction can be passed null server and services in test context
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031954 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 04:11:16 +00:00
Andrew Kyle Purtell 7975f85146 HBASE-3195 [rest] Fix TestTransform breakage on Hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031928 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 02:05:03 +00:00
Jean-Daniel Cryans 374723813f HBASE-3204 Reenable deferred log flush
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031879 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 23:37:34 +00:00
Michael Stack 5f2c693b59 HBASE-3203 We can get an order to open a region while shutting down and it'll hold up regionserver shutdown
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031872 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:59:49 +00:00
Jean-Daniel Cryans d4b41f0940 Missed something that could make the test fail sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031868 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:44:58 +00:00
Jean-Daniel Cryans 7b1950ac75 HBASE-3198 Log rolling archives files prematurely
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031861 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:28:59 +00:00
Michael Stack ed119ae20d HBASE-3200 Make is so can disable DEBUG logging on HConnectionImplemenation without losing -- more along same vein
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031859 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:23:41 +00:00
Michael Stack 2937265741 HBASE-3202 Closing a region, if we get a ConnectException, handle it rather than abort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031846 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:11:05 +00:00
Michael Stack dbb9b3bbdf Added more to the tools appendix -- added mention of hbase hbck
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031834 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:54:11 +00:00
Michael Stack 051442253d Added more to the tools appendix -- added mention of hbase hbck
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031828 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:46:53 +00:00
Michael Stack 70091702c5 HBASE-3201 Add accounting of empty regioninfo_qualifier rows in meta to hbasefsck.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031801 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:23:32 +00:00
Michael Stack 44eab92141 HBASE-3200 Make is so can disable DEBUG logging on HConnectionImplemenation without losing important messages
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031767 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 20:12:00 +00:00
Michael Stack b09838d4f4 HBASE-2819 hbck should have the ability to repair basic problems
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031694 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 18:20:43 +00:00
Andrew Kyle Purtell 92e0f47b8b HBASE-2564 [rest] Tests use deprecated foundation; fix an intermittent problem with TestStatusResource discovered on local Hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031470 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 08:29:34 +00:00
Michael Stack 97939d1051 Fix complaint by m2eclipse -- provide plugin version for xml-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031443 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 05:58:59 +00:00
Michael Stack 83c2687f1b More work on the quick start section; added setting hbase.rootdir (copying some tsuna doc) before starting hbase and added a where to go next
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031431 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 04:46:03 +00:00
Michael Stack e5f4703ca4 HBASE-2935 ... missing file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031423 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 03:53:11 +00:00
Andrew Kyle Purtell 9b91fe2113 HBASE-2564 [rest] Tests use deprecated foundation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031418 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 03:38:58 +00:00
Michael Stack 0440bb0463 HBASE-2935 Refactor 'Corrupt Data' Tests in TestHLogSplit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031351 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:39:31 +00:00
Michael Stack da1aa8b76a HBASE-3189 Stagger Major Compactions -- addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:33:14 +00:00
Jean-Daniel Cryans 03b45ecae9 HBASE-3095 Client needs to reconnect if it expires its zk session
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031176 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:37:26 +00:00
Michael Stack 0ea21f78bc HBASE-2328 Make important configurations more obvious to new users; first part
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030839 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 05:53:32 +00:00
Michael Stack e3249c8431 HBASE-3195 Fix the new TestTransform breakage up on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030826 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 03:48:59 +00:00
Michael Stack 10b67e001a Remove changes prematurely committed -- fixes that were for hbck tool and that broek the HBaseAdmin tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030780 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 00:33:55 +00:00
Michael Stack 19d629a0be Temporary change in rpc version -- reverted temporarily because hudson complains about version mismatch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030762 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 23:51:41 +00:00
Jean-Daniel Cryans 55af050abe HBASE-2471 Splitting logs, we'll make an output file though the
region no longer exists


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030760 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 23:42:18 +00:00
Michael Stack c14333596f HBASE-2828 HTable unnecessarily coupled with HMaster -- Added comment that we do not want dependency on Master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030746 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:47:37 +00:00
Michael Stack f0e0f6c8a7 HBASE-2828 HTable unnecessarily coupled with HMaster -- Added comment that we do not want dependency on Master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030745 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:45:59 +00:00
Michael Stack dc5301c058 Added notes on shell -- in particular the -d flag I just used to help me figure out fail in shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030726 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:11:52 +00:00
Michael Stack 6cd4370f94 Added notes on shell -- in particular the -d flag I just used to help me figure out fail in shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030724 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:03:53 +00:00
Michael Stack 5f6a76d68f HBASE-2828 HTable unnecessarily coupled with HMaster; missing piece
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030694 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 21:21:47 +00:00
Michael Stack a8e10147ac HBASE-3191 FilterList with MUST_PASS_ONE and SCVF isn't working
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 21:16:38 +00:00
Michael Stack 0e4bbd2f3b Minor book edit; added to required configurations section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030294 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 23:58:44 +00:00
Michael Stack 34db492b46 HBASE-3151 NPE when trying to read regioninfo from .META.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030293 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 23:48:34 +00:00