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
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
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
Michael Stack
c767ca49d1
HBASE-3189 Stagger Major Compactions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030255 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 22:06:47 +00:00
Michael Stack
c48a1061a7
HBASE-1932 Encourage use of 'lzo' compression... add the wiki page to getting started
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029952 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:57:25 +00:00
Jonathan Gray
1351769c16
HBASE-3180: Review periodic master logging, especially ServerManager once a minute
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029949 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:16:56 +00:00
Andrew Kyle Purtell
b77e6f4319
HBASE-3120 [rest] Content transcoding; catch TNFE in scanTransformAttrs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029948 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:11:04 +00:00
Jonathan Gray
b9e98b72a3
HBASE-3185 User-triggered compactions are triggering splits
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029939 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 02:07:20 +00:00
Jonathan Gray
8387a5b18f
HBASE-3181 Review, document, and fix up Regions-in-Transition timeout logic
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029938 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 02:04:09 +00:00
Jean-Daniel Cryans
18a78fef4d
HBASE-3179 Enable ReplicationLogsCleaner only if replication is,
...
and fix its test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029904 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 00:21:30 +00:00
Andrew Kyle Purtell
a2de4f359a
HBASE-3120 [rest] Content transcoding
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029899 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 00:00:32 +00:00
Michael Stack
81d0a68a2c
Minor edit of quick start
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029895 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 23:47:23 +00:00
Jonathan Gray
a74fa20066
HBASE-3154 HBase RPC should support timeout (Hairong via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029776 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 18:01:57 +00:00
Jonathan Gray
2fbceee800
HBASE-3183 fixup of TestHeapSize
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029566 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 06:48:33 +00:00
Michael Stack
b85509106d
Edit of the quick start and moving around some sections, appendices
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029241 13f79535-47bb-0310-9956-ffa450edef68
2010-10-31 05:00:29 +00:00
Jonathan Gray
ff7b723c57
HBASE-3176 Remove compile warnings in HRegionServer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029178 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 20:11:39 +00:00
Michael Stack
72fc484a8f
HBASE-2006 Documentation of hbase-site.xml parameters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029175 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 19:59:41 +00:00
Jonathan Gray
590ada408a
HBASE-2253 Show Block cache hit ratio for requests where cacheBlocks=true
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029123 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:20:45 +00:00
Jonathan Gray
b6604764b5
HBASE-3164 Handle case where we open META, ROOT has been closed but znode location not deleted yet, and try to update META location in ROOT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029120 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:04:06 +00:00
Jonathan Gray
f14f3b216c
HBASE-3163 If we timeout PENDING_CLOSE and send another closeRegion RPC, need to handle NSRE from RS (comes as a RemoteException)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029119 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:02:18 +00:00
Jonathan Gray
5abb3867c0
HBASE-3162 Add TimeRange support into Increment to optimize for counters that are partitioned on time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029118 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:58:44 +00:00
Jonathan Gray
8f3c1a5bc4
HBSAE-3174 Add ability for Get operations to enable/disable use of block caching
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029115 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:51:30 +00:00
Jonathan Gray
93588c8cfc
HBASE-3175 Commit of HBASE-3160 broke TestPriorityCompactionQueue up on hudson (nicolas via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029105 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:01:07 +00:00
Michael Stack
c9da74ebc7
HBASE-2406 Define semantics of cell timestamps/versions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028949 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 23:53:09 +00:00
Jonathan Gray
8379057874
HBASE-3172 Reverse order of AssignmentManager and MetaNodeTracker in ZooKeeperWatcher
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028911 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 21:32:11 +00:00
Michael Stack
022f70b722
HBASE-3169 NPE when master joins running cluster if a RIT references a RS no longer present
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028872 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 18:34:32 +00:00
Michael Stack
73727e534a
HBASE-3160 Use more intelligent priorities for PriorityCompactionQueue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028624 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 06:20:52 +00:00
Michael Stack
7b4eb5b505
HBASE-3160 Use more intelligent priorities for PriorityCompactionQueue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028622 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 06:08:44 +00:00
Michael Stack
0944bd9fb0
HBASE-3102 Enhance HBase rMetrics for Long-running Stats
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028615 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 04:48:10 +00:00
Jean-Daniel Cryans
d2cdee5141
HBASE-3013 Tool to verify data in two clusters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028558 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 00:09:56 +00:00
Michael Stack
6ed7225290
HBASE-3167 HBase Export: Add ability to export specific Column Family; Turn Block Cache off during export; improve usage doc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028546 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 23:40:47 +00:00
Michael Stack
ddbc879f93
Added javadoc on how Scan caching value interacts with HTable setting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028527 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 22:52:44 +00:00
Jonathan Gray
3523b66eec
HBASE-3159 Double play of OpenedRegionHandler for a single region and assorted fixes around this + TestRollingRestart added
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028497 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 21:31:58 +00:00
Jean-Daniel Cryans
3c1c948f45
HBASE-3012 TOF doesn't take zk client port for remote clusters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1028132 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 23:17:30 +00:00
Michael Stack
d95e8f964d
HBASE-3155 HFile.appendMetaBlock() uses wrong comparator
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027959 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 13:44:30 +00:00
Michael Stack
f9fda11ec0
HBASE-3158 Bloom File Writes Broken if keySize is large
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027810 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 04:15:26 +00:00
Jonathan Gray
97f7976755
HBASE-2946 Increment multiple columns in a row at once
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027681 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 18:50:13 +00:00
Michael Stack
3846a9c7e4
HBASE-3147 Regions stuck in transition after rolling restart, perpetual timeout handling but nothing happens
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027661 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 17:27:55 +00:00
Michael Stack
b22ba3afd3
HBASE-3147 Regions stuck in transition after rolling restart, perpetual timeout handling but nothing happens
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027646 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 16:52:31 +00:00
Ryan Rawson
a702d2253c
HBASE-2753 Remove sorted() methods from Result now that Gets are Scans
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1027293 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 22:56:47 +00:00
Jonathan Gray
d92252312c
HBASE-3082 For ICV gets, first look in MemStore before reading StoreFiles (Prakash via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026910 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 22:36:27 +00:00
Jonathan Gray
a574082d85
HBASE-3136 Stale reads from ZK can break the atomic CAS operations we have in ZKAssign
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026909 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 22:31:46 +00:00
Michael Stack
1d6743ae7f
HBASE-3139 Server shutdown processor stuck because meta not online
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026567 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 06:32:02 +00:00
Ryan Rawson
5deb69715c
HBASE-2514 RegionServer should refuse to be assigned a region that use LZO when LZO isn't available
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026538 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 00:39:14 +00:00
Michael Stack
bd29da76b8
HBASE-2998 rolling-restart.sh shouldn't rely on zoo.cfg; some improvements to the rr script -- reverse mistaken commit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026531 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 23:46:48 +00:00
Michael Stack
402b33140d
HBASE-2998 rolling-restart.sh shouldn't rely on zoo.cfg; some improvements to the rr script
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026530 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 23:45:42 +00:00
Jean-Daniel Cryans
01aa76e5b0
HBASE-2984 [shell] Altering a family shouldn't reset to default unchanged
...
attributes
HBASE-3143 Adding the tests' hbase-site.xml to the jar breaks some clients
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026526 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 23:28:07 +00:00
Todd Lipcon
a0d2e6dcb9
HBASE-3145. importtsv fails when the line contains no data (Kazuki Ohta via Todd Lipcon)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026483 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 20:24:59 +00:00
Michael Stack
f36d48b045
HBASE-2998 rolling-restart.sh shouldn't rely on zoo.cfg
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026470 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 19:54:21 +00:00
Michael Stack
4b3fc6b14b
HBASE-3140 Rest schema modification throw null pointer exception
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026154 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 21:57:14 +00:00
Michael Stack
3a7d12ce2c
HBASE-2658 REST (stargate) TableRegionModel Regions need to be updated to work w/ new region naming convention from HBASE-2531
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1026131 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 20:35:57 +00:00
Jonathan Gray
5200b27780
HBASE-3132 Print TimestampRange and BloomFilters in HFile pretty print
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1025798 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 00:28:22 +00:00
Jonathan Gray
90420894be
HBASE-3133 Only log compaction requests when a request is actually added to the queue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1025647 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 17:25:11 +00:00
Michael Stack
6d2aaf8833
HBASE-3128 On assign, if ConnectException, reassign another server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024524 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 05:12:19 +00:00
Jean-Daniel Cryans
a7d61ec5b5
HBASE-2201 JRuby shell for replication
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024470 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 00:21:08 +00:00
Jonathan Gray
368e9c4d19
Add log line to backup masters saying they are such (jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024451 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 22:52:00 +00:00
Jean-Daniel Cryans
315d5da29b
HBASE-2156 finally fixing the test
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024425 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 21:48:35 +00:00
Michael Stack
95c46c0e74
HBASE-3031 CopyTable MR job named 'Copy Table' in Driver
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024333 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 17:36:54 +00:00
Michael Stack
b825581bc4
HBASE-3076 Allow to disable automatic shipping of dependency jars for mapreduce jobs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024317 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 16:44:06 +00:00
Todd Lipcon
d4d7ceef68
HBASE-3115. HBaseClient wastes 1 TCP packet per RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024125 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 06:03:25 +00:00
Michael Stack
98dc0f7b8a
Some doc on how splitting works from the doc attached to hbase-1744
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024110 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 04:57:24 +00:00
Michael Stack
1b5666c84b
HBASE-2669 (and hbase-3127) HCM.shutdownHook causes data loss with hbase.client.write.buffer != 0 -- fixed up TestHTablePool.. it was passing a Configuration of 'null'? for all tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024104 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 04:05:23 +00:00
Ryan Rawson
1eede65ae1
HBASE-2985 HRegionServer.multi() no longer calls HRegion.put(List) when possible
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024074 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 01:01:52 +00:00
Michael Stack
113d533ad7
HBASE-2669 HCM.shutdownHook causes data loss with hbase.client.write.buffer != 0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024067 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 23:58:21 +00:00
Andrew Kyle Purtell
2fe608efd3
HBASE-3121 [rest] Do not perform cache control when returning results
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024055 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 22:56:36 +00:00
Jonathan Gray
5f7c8ca1b2
HBASE-2700 Test of: Handle master failover for regions in transition
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023953 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 19:08:50 +00:00
Todd Lipcon
2a6edb9848
HBASE-3101. bin assembly doesn't include -tests or -source jars
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023937 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 18:30:00 +00:00
Michael Stack
1850bf1cd2
HBASE-3097 Merge in hbase-1200 doc on bloomfilters into hbase book
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023382 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 22:00:55 +00:00
Michael Stack
53b0c0097a
HBASE-3097 Merge in hbase-1200 doc on bloomfilters into hbase book
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023380 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 21:55:34 +00:00
Michael Stack
f586cbeb57
HBASE-2968 No standard family filter provided
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023192 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:53:32 +00:00
Michael Stack
cd9a0cb473
HBASE-2968 No standard family filter provided
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023190 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:53:13 +00:00
Michael Stack
aab46757ec
HBASE-3081 Log Splitting & Replay: Distinguish between Network IOE and Parsing IOE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023186 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:35:27 +00:00
Michael Stack
63ba21eca5
HBASE-2933 Skip EOF Errors during Log Recovery
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023183 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:27:57 +00:00
Michael Stack
0f27ee880c
HBASE-3114 Test up on hudson are leaking zookeeper ensemble
...
Trying this patch to see if it cures hudson of leakage
M src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
Add a passedZkCluster flag. If we didn't start the zk cluster,
don't shut it down on way out.
M src/test/java/org/apache/hadoop/hbase/TestHBaseTestingUtility.java
Add a test that starts up three clusters in a vm all sharing single
zk, each to its own chroot location. Add to tables in each and
very the add by doing same as the old TestMultiClusters used)
M src/test/java/org/apache/hadoop/hbase/replication/TestReplication.java
Reenable shutdown of started clusters. Hopefully this clears
the leaking of zk ensembles up on hudson.
M src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
Testing, it looks like legitimately the callback for session connected
can be invoked before construction of zookeeperwatcher finishes. In
particular the zookeeper data member can be null. Hang around for a
second of so before throwing an exception (Make the exception
indicate the particular zkw by adding to the error message stack
trace made at zkw construction -- helps with debugging this stuff)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023181 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:14:15 +00:00
Michael Stack
dcbcd4f2d4
HBASE-3113 Don't reassign regions if cluster is being shutdown
...
M src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
Bit of javadoc.
M src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
If bad server, pass in name of bad server when remaking assignment
plan -- i missed this important part on commit of part 2 of 3113.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023179 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 05:07:50 +00:00
Michael Stack
509beae1e2
HBASE-3113 Don't reassign regions if cluster is being shutdown; part 2 -- fix wrongly named exception and let out IOEs when opening regions on RS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023115 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 21:22:38 +00:00
Michael Stack
349b7a74c8
HBASE-3104 Disable TestMultiClusters; it doesn't really test anything and HBaseTestingUtility needs more work for this to pass anyways -- just remove this class altogether
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023109 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 20:52:20 +00:00
Michael Stack
e20615b917
HBASE-3113 Don't reassign regions if cluster is being shutdown; part 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023107 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 20:46:13 +00:00
Michael Stack
ef94177cd9
Remove debugging IOE throw
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023102 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 20:36:23 +00:00
Michael Stack
954efa6e76
HBASE-3111 TestTableMapReduce broken up on hudson
...
M src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
Changed mentions of 'quorum' to 'ensemble'.
M src/main/java/org/apache/hadoop/hbase/mapreduce/IdentityTableReducer.java
M src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
Minor formatting.
M src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
Removed unused imports and minor formatting.
M src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
Documented what the quorumAddress parameter is for.
Removed an unnecessary looking HBaseConfiguration.addHbaseResources(conf);
(and adjusted documentation of job to say no hbase config set by the
reduce setup method).
M src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
Made this class implment Configurable. Moved creation of table from
RecordWrite constructor based off passed TaskAttemptContext instead
into the new setConf method. Added table and conf data members.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022825 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 05:33:11 +00:00
Jean-Daniel Cryans
a5a00687ef
HBASE-3041 [replication] ReplicationSink shouldn't kill the whole RS when
...
it fails to replicate
HBASE-3044 [replication] ReplicationSource won't cleanup logs if there's
nothing to replicate
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022770 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 23:52:49 +00:00
Michael Stack
bcaa2dea49
HBASE-3113 Don't reassign regions if cluster is being shutdown
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022760 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 23:10:09 +00:00
Michael Stack
da3cc25adb
Commenting out the disable/enable/disable swerve in this test for now until we address hbase-3112
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022645 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 18:47:57 +00:00
Michael Stack
cd2bfd5b6a
HBASE-3111 TestTableMapReduce broken up on hudson; Attempted fix
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022381 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 05:58:54 +00:00
Michael Stack
3d75d323e5
HBASE-3110 TestReplicationSink failing in TRUNK up on Hudson; trying to see if this fixes this test
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022372 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 04:11:55 +00:00
Michael Stack
b15d5425b9
Needed to change the zk port elsewhere too to make default 21818 rather than 21810; and still further places
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022300 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 21:36:51 +00:00
Michael Stack
1973b02b94
Needed to change the zk port elsewhere too to make default 21818 rather than 21810
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022276 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 20:06:29 +00:00
Michael Stack
7c8411d06a
Upping pom memory and changing zk default port to help debug; on first, no harm in letting heap grow and on second, there seems to be errant zk cluster running on hudson ... trying to see if tests generate it when run clean
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022263 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 19:45:43 +00:00
Michael Stack
0fcd520eb3
HBASE-3100 add timeout to TestMergeTable and try another config to prevent splits
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022189 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 17:04:53 +00:00
Michael Stack
25ae7a7b20
HBASE-3100 stop splitting in TestMergeTable, and add debug
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1022003 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 05:39:11 +00:00
Michael Stack
8dc8fea2f3
HBASE-3105 Scan.toString fails to escape binary start/stop rows
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021912 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 20:18:12 +00:00
Michael Stack
c189e8e967
Get more detail on undeclared exception thrown...
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021911 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 20:15:50 +00:00
Michael Stack
9c67949638
HBASE-3104 Disable TestMultiClusters; it doesn't really test anything and HBaseTestingUtility needs more work for this to pass anyways
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021860 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 17:55:11 +00:00
Michael Stack
e695ef3cd0
More fixup for hbase merge tool -- test for master being offline
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021791 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 15:06:15 +00:00
Michael Stack
d405dbeca6
Add shutdown of clusters -- not shutting down was causing subsequent TestMergeTool to fail because there was running zk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021789 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 15:01:48 +00:00
Michael Stack
fc32ccdb2b
Better message on assertion failure (looking at logs, this test should have passed)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021774 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12 13:47:57 +00:00
Jean-Daniel Cryans
5ccf27683b
HBASE-3060 [replication] Reenable replication on trunk with unit tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021447 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 18:00:48 +00:00
Michael Stack
999cb8af7c
If waiting on a balance, after each unsuccessful attempt, call balancer in case it hasn't been run (Fail on hudson of build #1532 looks to be a postponed balance and then wait on a balance that would never come
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021385 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 15:30:58 +00:00
Michael Stack
50430b219c
Remove mistaken import
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021307 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 11:18:46 +00:00
Michael Stack
fb3e4766d2
Logging to see if can figure why the TestTableInputFormatScan failures up on hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021237 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 03:38:26 +00:00
Michael Stack
c80154014b
Temporarily changing rpc version back to 25... TestTableMapReduce is failing because client is 26 but master is version 25?
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1021236 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 03:37:35 +00:00
Michael Stack
d3f3ccee7a
Fix NPE in TestCatalogTracker up on hudson; removed toString on HConnection
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006344 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 19:36:31 +00:00
Michael Stack
9d3bb109db
HBASE-3098 TestMetaReaderEditor is broken in TRUNK; hangs; Add cleanup of old tests dir to HBaseClusterTestCase -- we are reading old zk data on occasion
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006253 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 06:48:48 +00:00
Michael Stack
924f28e5c3
HBASE-3098 TestMetaReaderEditor is broken in TRUNK; hangs; part2 of the patch
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006252 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 06:04:59 +00:00
Michael Stack
52bbd22187
HBASE-3100 TestMergeTable failing in TRUNK
...
M src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
Some fixup to support stepped start up of mini cluster; allow
starting dfs cluster, then later put an hbase mini cluster on top.
(startMiniHBaseCluster, createRootDir): Added.
D src/test/java/org/apache/hadoop/hbase/AbstractMergeTestBase.java
Removed messy subclass of HBaseClusterTestCase used building
up some specific loaded regions. Replaced with utility added
to HBaseTestingUtility and by methods added to specific test.
D src/test/java/org/apache/hadoop/hbase/util/TestMergeMeta.java
Deleted test that did nothing -- test merging of .META. -- but
the superclass was making user regions, not multiple instances
of .META. -- which we don't support anyways currently.
M src/test/java/org/apache/hadoop/hbase/util/TestMergeTable.java
Rewritten to use HBaseTestingUtility. Also added assertions that
it actually did successful merge (Were none previous).
M src/main/java/org/apache/hadoop/hbase/catalog/CatalogTracker.java
Added a new constructor. Are the others redundant given I just
added implementation of Abortable to HConnection interface (the
implmementation of HConnection used implement it -- I've just
moved it up into the Interface itself).
M src/main/java/org/apache/hadoop/hbase/util/HMerge.java
Bit of minor cleanup refactoring.
M src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java
The HConnection Interface now implements Abortable.
M src/main/java/org/apache/hadoop/hbase/client/HConnection.java
Extend Abortable (The implementation was implementing Abortable
anyways).
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006219 13f79535-47bb-0310-9956-ffa450edef68
2010-10-09 19:23:36 +00:00
Michael Stack
71d6b124dd
HBASE-3062 ZooKeeper KeeperException is a recoverable exception; we should retry a while on server startup at least.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006202 13f79535-47bb-0310-9956-ffa450edef68
2010-10-09 17:55:33 +00:00
Michael Stack
b7f3cfbf05
HBASE-3098 TestMetaReaderEditor is broken in TRUNK; hangs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006107 13f79535-47bb-0310-9956-ffa450edef68
2010-10-09 03:46:52 +00:00
Michael Stack
9b166c9e33
HBASE-3089 REST tests are broken locally and up in hudson; some minor changes that should have been included on last commit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1006065 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08 22:50:40 +00:00
Michael Stack
d46e5634a3
HBASE-3094 Fixes for miscellaneous broken tests
...
M src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
Added passing a Configuration to createTable.
M src/test/java/org/apache/hadoop/hbase/HBaseClusterTestCase.java
Make a new configuration each time we create a cluster else this
old testing utility fails when we do restart in middle of a test
suite using this old stuff.
M src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
Fixed imports.
M src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java
Added catch for other than IOE... shutdown if anything thrown.
M src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
This test was for sure horked. Fixed it so we were testing
the javadoc description of how its supposed to work.
M src/test/java/org/apache/hadoop/hbase/master/TestDeadServer.java
Another test that just wasn't working -- couldn't have worked on
commit.
M src/test/java/org/apache/hadoop/hbase/master/TestLoadBalancer.java
Must have resolvable host (How did this test ever work)?
M src/test/java/org/apache/hadoop/hbase/client/TestGetRowVersions.java
Fixup to make this test pass. New Configuration after cluster restart.
M src/test/java/org/apache/hadoop/hbase/client/TestScannerTimeout.java
Fixup to make this test pass. The low scanner timeout was stopping
this test from even starting up.
M src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
Use new method from HTU.
M src/main/java/org/apache/hadoop/hbase/regionserver/SplitTransaction.java
If passed server is null, we are in test mode.
M src/main/java/org/apache/hadoop/hbase/catalog/CatalogTracker.java
Catch other dropped connection exception types when trying to prove
we have a good root/meta address.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1005990 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08 19:45:11 +00:00
Michael Stack
449fd9aa94
HBASE-3092 Replace deprecated 'new HBaseConfiguration(...)' calls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1005936 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08 18:03:03 +00:00
Michael Stack
50b3582e33
HBASE-3074 Zookeeper test failing on hudson; forgot this change
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1005715 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08 06:06:17 +00:00