Commit Graph

993 Commits

Author SHA1 Message Date
Andrew Kyle Purtell 31cd01f656 HBASE-1264 Wrong return values of comparators for ColumnValueFilter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771459 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04 21:50:02 +00:00
Jean-Daniel Cryans 8abe303d1f HBASE-1368 HBASE-1279 broke the build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771406 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04 19:11:51 +00:00
Jean-Daniel Cryans 3c35c00cf9 HBASE-1279 Fix the way hostnames and IPs are handled
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771387 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04 18:30:49 +00:00
Michael Stack f1bc7a2592 HBASE-1318 Thrift server doesnt know about atomicIncrement -- undoing this commit because it mistakenly included hbase-1336 patch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771087 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03 17:11:58 +00:00
Michael Stack 4bd6e90b1b HBASE-1318 Thrift server doesnt know about atomicIncrement
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771084 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03 16:59:34 +00:00
Michael Stack df6e6e4ba6 HBASE-1365 Typo in TableInputFormatBase.setInputColums
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771005 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 23:56:23 +00:00
Michael Stack 4ce9bb1e86 HBASE-1347 HTable.incrementColumnValue does not take negative 'amount'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@770991 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 22:39:32 +00:00
Michael Stack c8cdf88bf3 HBASE-1342 Add to filesystem info needed to rebuild .META.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@770844 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01 22:34:03 +00:00
Michael Stack 55d09dcc84 HBASE-1322 hbase-1234 broke TestAtomicIncrement; fix and reenable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@770397 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 19:00:52 +00:00
Michael Stack f241c6cc28 HBASE-1112 we will lose data if the table name happens to be the logs' dir name
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@770006 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 23:44:47 +00:00
Michael Stack b6ccf3081a HBASE-1271 Allow multiple tests to run on one machine
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769989 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 23:14:57 +00:00
Michael Stack e0ac9731ca HBASE-1348 Move 0.20.0 targeted TRUNK to 0.20.0 hadoop
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769981 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 22:51:27 +00:00
Michael Stack 22f8591fb0 HBASE-1358 Bug in reading from Memcache method (read only from snapshot)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769973 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 22:27:44 +00:00
Michael Stack 0ce8963a4d HBASE-1355 [performance] Cache family maxversions; we were calculating on each access
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769577 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 22:35:07 +00:00
Michael Stack 9edef7b6fa HBASE-1350 New method in HTable.java to return start and end keys for regions in a table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769286 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 08:27:26 +00:00
Michael Stack 40245ba36e HBASE-1320 hbase-1234 broke filter tests
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769257 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 06:05:53 +00:00
Michael Stack 4a05b0693a HBASE-1183 New MR splitting algorithm and other new features need a way to split a key range in N chunks
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769076 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27 18:05:34 +00:00
Michael Stack b5da244412 HBASE-1287 Partitioner class not used in TableMapReduceUtil.initTableReduceJob()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768431 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 22:43:03 +00:00
Michael Stack 292a753757 HBASE-1260 Bytes utility class changes: remove usage of ByteBuffer and provide additional ByteBuffer primitives
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768429 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 22:25:09 +00:00
Michael Stack 0b8953f29b HBASE-1340 Fix new javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768068 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 21:46:35 +00:00
Michael Stack 2beff0104d HBASE-1292 php thrift's getRow() would throw an exception if the row does not exist
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768043 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 20:34:44 +00:00
Michael Stack 32e69c9188 HBASE-1176 Javadocs in HBA should be clear about which functions are asynchronous and which are synchronous
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768039 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 20:26:13 +00:00
Andrew Kyle Purtell 4dc924c609 HBASE-1058 Prevent runaway compactions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767970 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 16:42:51 +00:00
Michael Stack 4a97e95864 HBASE-1301 HTable.getRow() returns null if the row does no exist
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767958 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 16:19:40 +00:00
Michael Stack bade3e74bd HBASE-1195 If HBase directory exists but version file is inexistent, still proceed with bootstrapping
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767953 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 16:08:59 +00:00
Michael Stack 6f966f2caa HBASE-1333 RowCounter updates
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767802 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 05:29:10 +00:00
Michael Stack 9a5f753e95 HBASE-1338 lost use of compaction.dir; we were compacting into live store subdirectory
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767704 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22 22:55:58 +00:00
Michael Stack 997ca2a89a HBASE-1235 Add table enabled status to shell and UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767624 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22 19:14:15 +00:00
Michael Stack a2fe91696b HBASE-1334 .META. region running into hfile errors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767332 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21 23:55:26 +00:00
Michael Stack c671863d64 HBASE-1332 regionserver carrying .META. starts sucking all cpu, drives load up - infinite loop?
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@767063 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21 08:14:04 +00:00
Jean-Daniel Cryans 4629b58bd7 HBASE-1331 Lower the default scanner caching value
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@766738 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20 16:04:36 +00:00
Michael Stack 07bf1b5c44 HBASE-1330 binary keys broken on trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@766600 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20 07:10:45 +00:00
Michael Stack 8aeb808e00 HBASE-1321 hbase-1234 broke TestCompaction; fix and reenable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@764563 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 19:01:28 +00:00
Michael Stack 44bbcbded7 HBASE-1324 hbase-1234 broke testget2 unit test (and broke the build)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@764545 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 18:02:01 +00:00
Michael Stack 8b0ee762e2 HBASE-1234 Change HBase StoreKey format
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@764289 13f79535-47bb-0310-9956-ffa450edef68
2009-04-12 10:39:55 +00:00
Jim Kellerman ce165db2a7 HBASE-1202 getRow does not always work when specifying number of versions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@764024 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10 19:57:50 +00:00
Andrew Kyle Purtell 90e8591cb4 HBASE-1309 HFile rejects key in Memcache with empty value
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@762889 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07 18:22:59 +00:00
Andrew Kyle Purtell 88a42b8ce6 HBASE-1310 Off by one error in Bytes.vintToBytes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@762163 13f79535-47bb-0310-9956-ffa450edef68
2009-04-05 21:30:09 +00:00
Michael Stack e2eacecb29 HBASE-1298 master.jsp & table.jsp do not URI Encode table or region names in links
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@761689 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 14:18:31 +00:00
Andrew Kyle Purtell 398b5f20ab HBASE-1205 RegionServers should find new master when a new master comes up
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@761498 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 01:24:45 +00:00
Michael Stack 90e58571e3 HBASE-1303 Secondary index configuration prevents HBase from starting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@761189 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02 07:28:25 +00:00
Andrew Kyle Purtell e1888e57f5 HBASE-1232 zookeeper client wont reconnect if there is a problem
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@759821 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30 01:15:07 +00:00
Michael Stack c150f02537 HBASE-1150 HMsg carries safemode flag; remove
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@759676 13f79535-47bb-0310-9956-ffa450edef68
2009-03-29 13:10:49 +00:00
Andrew Kyle Purtell a232c6e8f6 HBASE-1293 hfile doesn't recycle decompressors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@759410 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28 00:38:38 +00:00
Andrew Kyle Purtell dd3a140107 HBASE-1186 Memory-aware maps with LRU eviction for cell cache
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758496 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 01:47:24 +00:00
Andrew Kyle Purtell f73bd2ce23 HBASE-1290 table.jsp either 500s out or doesnt list the regions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758491 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 01:14:15 +00:00
Michael Stack 18f891cde5 HBASE-1289 Remove hbase.fully.distributed option and update docs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758471 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 00:02:33 +00:00
Michael Stack a84378ea29 HBASE-1285 Forcing compactions should be available via thrift
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758467 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 23:47:36 +00:00
Michael Stack acedfb9154 HBASE-1145 Ensure that there is only 1 Master with Zookeeper (part of HA Master)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758266 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 14:13:26 +00:00
Michael Stack 89c5b7c524 HBASE-1284 drop table drops all disabled tables
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758227 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 11:30:01 +00:00
Michael Stack 99d68d7d45 HBASE-803 Atomic increment operations -- part 2 -- fix crash
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 09:09:43 +00:00
Michael Stack 5a84e853cf HBASE-1283 thrift's package descrpition needs to update for start/stop procedure
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@757632 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 01:33:40 +00:00
Michael Stack c6173b6308 HBASE-1274 TestMergeTable is broken in Hudson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@757536 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23 20:36:52 +00:00
Michael Stack 948e551a16 HBASE-1273 ZooKeeper WARN spits out lots of useless messages
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@756793 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 22:42:25 +00:00
Michael Stack 67427e1d8c HBASE-1277, HBASE-1275 HStoreKey: Wrong comparator logic & TestTable.testCreateTable broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@756395 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 09:55:10 +00:00
Michael Stack 9704f6049c HBASE-1270 Fix TestInfoServers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@756274 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 23:52:38 +00:00
Michael Stack bfda6ae20e HBASE-1262 Eclipse warnings, including performance related things like synthetic accessors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755878 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 09:03:08 +00:00
Michael Stack d8bf82b984 HBASE-1268 ZooKeeper config parsing can break HBase startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755877 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 08:55:11 +00:00
Michael Stack 4f9c466426 HBASE-1267 binary keys broken in trunk (again). -- part 3
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755875 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 08:52:18 +00:00
Michael Stack 35e12fb811 HBASE-1267 binary keys broken in trunk (again)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755804 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 00:54:10 +00:00
Michael Stack c3a68eaf4c HBASE-1145 Ensure that there is only 1 Master with Zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755725 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 20:46:18 +00:00
Michael Stack 351e1ad689 HBASE-1244 ZooKeeperWrapper constants cleanup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755720 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 20:17:52 +00:00
Michael Stack 2aa378fba6 HBASE-1265 HLogEdit static constants should be final.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@755712 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 19:42:35 +00:00
Michael Stack ed32441b0c HBASE-1258,1259 ganglia metrics for 'requests' is confusing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@753602 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 05:59:48 +00:00
Jim Kellerman e8520cf5d3 HBASE-1157, HBASE-1156 If we do not take start code as a part of region server recovery, we could inadvertantly try to reassign regions assigned to a restarted server with a different start code; Improve lease handling
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@753483 13f79535-47bb-0310-9956-ffa450edef68
2009-03-14 01:38:45 +00:00
Michael Stack d67d131f10 HBASE-1251 HConnectionManager.getConnection(HBaseConfiguration) returns same HConnection for different HBaseConfigurations
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@753308 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 16:07:35 +00:00
Michael Stack 7461f767a6 HBASE-1252 Make atomic increment perform a binary increment
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@752284 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 22:22:06 +00:00
Michael Stack eac35b0f2c HBASE-803 Atomic increment operations
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@751874 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:15:27 +00:00
Jim Kellerman 2ae864d629 HBASE-1169 When a shutdown is requested, stop scanning META regions immediately
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@751172 13f79535-47bb-0310-9956-ffa450edef68
2009-03-07 02:21:44 +00:00
Michael Stack c45dc36738 HBASE-1243 oldlogfile.dat is screwed, so is it's region
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@751076 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 21:30:40 +00:00
Michael Stack f315730de5 HBASE-1247 checkAndSave doesn't Write Ahead Log
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@751050 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 19:50:22 +00:00
Jean-Daniel Cryans 0aafa3ef8f HBASE-1238 Under upload, region servers are unable
to compact when loaded with hundreds of regions
This is a hack, compactions may run prematurely. 


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@751023 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 18:26:00 +00:00
Michael Stack 094a2030f0 HBASE-1245 hfile meta block handling bugs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750784 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 06:47:04 +00:00
Michael Stack 1d2810b167 HBASE-1239 input buffer reading in the REST interface does not correctly clear the character buffer each iteration
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750782 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 06:40:25 +00:00
Michael Stack f4da3b9340 HBASE-1240 Would be nice if RowResult could be comparable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750778 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 06:29:21 +00:00
Michael Stack 353c716a54 HBASE-1231 Today, going from a RowResult to a BatchUpdate reqiures some data processing even though they are pretty much the same thing.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750777 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 06:13:17 +00:00
Jean-Daniel Cryans 7dd31ec417 HBASE-1241 HBase additions to ZooKeeper part 1 (Nitay Joffe via JD)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750751 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 02:20:55 +00:00
Jean-Daniel Cryans 19491b5a20 HBASE-1185 wrong request/sec in the gui reporting wrong
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@750463 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05 14:09:29 +00:00
Michael Stack 1e3b2548b2 HBASE-1233 Transactional fixes: Overly conservative scan read-set, potential CME
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@749716 13f79535-47bb-0310-9956-ffa450edef68
2009-03-03 19:51:58 +00:00
Michael Stack 08693f66a8 HBASE-1217 Changed HColumnDescriptor so it now has blocksize, and compression
is not lzo, gz or none (rather than block, key or none).  Made changes to
shell so you can do this configuration therein.  Bloomfilter still not
hooked up.

HBASE-859 HStoreKey needs a reworking... binary keys work again.

HBASE-1211 NPE in retries exhausted exception


M src/test/org/apache/hadoop/hbase/TestHStoreKey.java
    Added tests comparing binary keys, plain, meta and root keys.
    Enabled the commented-out testHStoreKeyBorderCases.
M  src/test/org/apache/hadoop/hbase/HBaseTestCase.java
    Removed PUNCTUATION pollution of keys.
M src/test/org/apache/hadoop/hbase/regionserver/TestBloomFilters.java
    Use different compression type.
M src/test/org/apache/hadoop/hbase/regionserver/TestTimestamp.java
    Use new HCD constructor.
M src/test/org/apache/hadoop/hbase/regionserver/TestScanner.java
    Was using ROOT table but a plain hstorekey comparator; that won't
    work (have to be careful about which comparator is used on which
    table from here on out).
M src/test/org/apache/hadoop/hbase/regionserver/TestStoreFile.java
    getWriter now takes whether or not bloom filter, etc.
M  src/test/org/apache/hadoop/hbase/regionserver/TestCompaction.java
    Removed PUNCTUATION pollution.
M src/test/org/apache/hadoop/hbase/filter/TestStopRowFilter.java
M src/test/org/apache/hadoop/hbase/client/TestBatchUpdate.java
    Whitespace.
M src/test/org/apache/hadoop/hbase/io/hfile/TestHFile.java
    Pass compressor and whether bloomfilter.
M src/test/org/apache/hadoop/hbase/PerformanceEvaluation.java
    Added new seek+scan test.
M src/java/org/apache/hadoop/hbase/HColumnDescriptor.java
    Added in BLOCKSIZE, changed COMPRESSION arguments.
    Removed DEFAULT_MAPFILE_INDEX_INTERVAL.
    Upped the version from 6 to 7.
M src/java/org/apache/hadoop/hbase/HStoreKey.java
    New object and raw byte comparators, one for each context of
    plain, meta, and root.  Use same code.  Other utility such
    as static creates that take a ByteBuffer or a byte array of
    a serialized HStoreKey.  Old compareTo methods are deprecated
    since they can return wrong answer if binary keys.
    New getBytes without creating Streams.
    Removed the old BeforeThisStoreKey trick.
    Custom vint math methods that work with ByteBuffers and byte []
    instead of streams.
M src/java/org/apache/hadoop/hbase/thrift/ThriftUtilities.java
    Fixup for new compression.
M src/java/org/apache/hadoop/hbase/regionserver/Memcache.java
    Pass in comparator to use.
M src/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
M src/java/org/apache/hadoop/hbase/regionserver/StoreFileScanner.java
    Use right comparator comparing rows
M src/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
M src/java/org/apache/hadoop/hbase/regionserver/HAbstractScanner.java
    Formatting.
M src/java/org/apache/hadoop/hbase/regionserver/HRegion.java
    Formatting.
    Might be issues here with key compares but no store in the
    context... leave it for now.
M src/java/org/apache/hadoop/hbase/regionserver/Store.java
    Use new comparators and hcd changes.
M src/java/org/apache/hadoop/hbase/regionserver/StoreFile.java
    Added override of HFile.Reader so could format the toString
    (so HFile doesn't have to know about HStoreKeys though thats
    what we put in there always -- let it just be about
    byte []).
M src/java/org/apache/hadoop/hbase/rest/parser/JsonRestParser.java
M src/java/org/apache/hadoop/hbase/rest/parser/XMLRestParser.java
M src/java/org/apache/hadoop/hbase/HTableDescriptor.java
    Fix up for new HCD.
M src/java/org/apache/hadoop/hbase/HRegionInfo.java
M src/java/org/apache/hadoop/hbase/master/MetaRegion.java
    Use Bytes.compareTo.
M src/java/org/apache/hadoop/hbase/io/HalfHFileReader.java
    (isTop): Added.
M src/java/org/apache/hadoop/hbase/io/RowResult.java
    Formatting.
M src/java/org/apache/hadoop/hbase/io/hfile/Compression.java
    Make getCompressionAlgorithmByName public.
M src/java/org/apache/hadoop/hbase/io/hfile/HFile.java
    Add in writer constructor that takes compression and bloom filter.
    Fix some of the comparator use.
M src/java/org/apache/hadoop/hbase/io/HbaseMapWritable.java
    Remove commented out code
M src/java/org/apache/hadoop/hbase/io/Cell.java
    Formatting.
M src/java/org/apache/hadoop/hbase/io/HBaseMapFile.java
    Use new comparator names.
A src/java/org/apache/hadoop/hbase/util/TestBytes.java
    Small bytes test.
M src/java/org/apache/hadoop/hbase/util/Bytes.java
    Some overrides to help when source is ByteBuffer.
    Added in some vint math utility.
M src/java/org/apache/hadoop/hbase/client/HTable.java
    Formatting.
M src/java/org/apache/hadoop/hbase/client/MetaScanner.java
    Use Bytes.compareTO.
M src/java/org/apache/hadoop/hbase/client/HConnectionManager.java
    Use right comparator.
M src/java/org/apache/hadoop/hbase/client/UnmodifyableHColumnDescriptor.java
    Make it match HCD.
M src/java/org/apache/hadoop/hbase/client/RetriesExhaustedException.java
    Fix NPE
M src/java/org/apache/hadoop/hbase/client/ScannerCallable.java
    Formatting.
M bin/HBase.rb
    Support for new HCD.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@749546 13f79535-47bb-0310-9956-ffa450edef68
2009-03-03 06:48:33 +00:00
Jim Kellerman 8206da62c0 HBASE-1230 Document installation of HBase on Windows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@749424 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 19:52:21 +00:00
Michael Stack 2ec433e990 HBASE-1188 Memory size of Java Objects - Make cacheable objects implement HeapSize
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@748259 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 18:21:49 +00:00
Michael Stack e52b1ac411 HBASE-1189 Changing the map type used internally for HbaseMapWritable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@748256 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 18:17:46 +00:00
Michael Stack 5a9bdffadb HBASE-1221 When using ant -projecthelp to build HBase not all the important options show up.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@748241 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 17:58:31 +00:00
Michael Stack 89bf878a87 HBASE-1210 Allow truncation of output for scan and get commands in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@748238 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 17:55:27 +00:00
Michael Stack 636307ebc5 HASE-1209 Make port displayed the same as is used in URL for RegionServer table in UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@748229 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26 17:49:20 +00:00
Michael Stack be84747ad3 HBASE-61 Create an HBase-specific MapFile implementation
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@747666 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25 05:34:29 +00:00
Andrew Kyle Purtell 3ca8865ad6 HBASE-1198 OOME in IPC server does not trigger abort behavior
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@743660 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 08:56:49 +00:00
Andrew Kyle Purtell 0e83a2224c HBASE-1190 TableInputFormatBase with row filters scan too far
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@742146 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 19:32:54 +00:00
Jean-Daniel Cryans 3156618b75 Corrected the "via" stuff in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@742139 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 18:46:48 +00:00
Jean-Daniel Cryans 31823ff1a3 HBASE-1191 ZooKeeper ensureParentExists calls fail
on absolute path (via Nitay Joffe)
HBASE-1187  After disabling/enabling a table, the regions seems to
               be assigned to only 1-2 region servers


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@742137 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 18:37:00 +00:00
Andrew Kyle Purtell b741d8940c HBASE-1180 Add missing import statements to SampleUploader and remove unnecessary @Overrides
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@741669 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 18:45:03 +00:00
Andrew Kyle Purtell 554932bf63 HBASE-1184 HColumnDescriptor is too resrictive with family names
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@741317 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 22:24:59 +00:00
Andrew Kyle Purtell 08805166e8 HBASE-1175 HBA administrative tools do not work when specifying region name
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@741018 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 05:52:26 +00:00
Jean-Daniel Cryans 46d3e17942 HBASE-1181 src/saveVersion.sh bails on non-standard Bourne shells (e.g. dash)
(K M via Jean-Daniel Cryans)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@740425 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:33:49 +00:00
Andrew Kyle Purtell 80eae9d2af HBASE-1178 Add shutdown command to shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@740265 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 10:22:06 +00:00
Jean-Daniel Cryans a143336404 HBASE-1146 Replace the HRS leases with Zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739612 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31 21:05:35 +00:00
Jim Kellerman 0ce43735d1 HBASE-1164 Remove HBase private copy of SequenceFile (revert changes)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739578 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31 17:47:16 +00:00
Andrew Kyle Purtell 4d56aebba2 HBASE-1167 JSP doesn't work in a git checkout
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739573 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31 16:17:19 +00:00
Michael Stack a579f449e0 HBASE-1166 saveVersion.sh doesn't work with git
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739508 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31 05:33:55 +00:00
Jim Kellerman 9aa57a7512 HBASE-1164 Remove HBase private copy of SequenceFile
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739392 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 19:54:14 +00:00
Michael Stack f591f1dba6 HBASE-1144 Store the ROOT region location in Zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739112 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 01:20:05 +00:00
Jean-Daniel Cryans 86e3267abb HBASE-845 HCM.isTableEnabled doesn't really tell if it is, or not
HBASE-903   [shell] Can't set table descriptor attributes when I alter a table



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@738927 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 16:51:26 +00:00
Jean-Daniel Cryans 476da38f1f HBASE-1147 Modify the scripts to use Zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@738184 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 18:20:09 +00:00
Michael Stack 14734e4e81 HBASE-5121 Fix shell usage for format.width
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@737312 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24 07:11:32 +00:00
Jim Kellerman 6c78d4e6a6 HBASE-1148 Always flush HLog on root or meta region updates
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@737241 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23 23:09:37 +00:00
Michael Stack b634e6a3cb HBASE-876 There are a large number of Java warnings in HBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736569 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22 05:44:21 +00:00
Michael Stack 7fa5fe946b HBASE-1064 HBase REST xml/json improvements
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736503 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22 00:21:16 +00:00
Michael Stack e3665e1967 HBASE-1142 Cleanup thrift server; remove Text and profuse DEBUG messaging
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736495 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21 23:51:15 +00:00
Jim Kellerman 8b53dd0396 HBASE-1121 Cluster confused about where -ROOT- is. This patch fixes "re-finding" the root region.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736371 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21 18:42:31 +00:00
Jim Kellerman 1dd27a5c82 HBASE-1138 Test that readers opened after a sync can see all data up to the sync (temporary until HADOOP-4379 is resolved)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736144 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 22:33:08 +00:00
Jean-Daniel Cryans a4971ab1a4 HBASE-1031 Add the Zookeeper jar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736115 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 21:30:42 +00:00
Michael Stack e5bc60568c HBASE-896 Update jruby from 1.1.2 to 1.1.6
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@736112 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 21:26:59 +00:00
Michael Stack 7fccb0258e HBASE-1134 HashFunction inadvertently destroys some randomness
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735947 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 06:37:29 +00:00
Michael Stack 781b10724f HBASE-876 There are a large number of Java warnings in HBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735946 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 06:32:36 +00:00
Michael Stack 4b49a9c162 HBASE-876 There are a large number of Java warnings in HBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735945 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 06:18:19 +00:00
Jim Kellerman 1f8c2aeeaa HBASE-1129 Master won't go down; stuck joined on rootScanner
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735911 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 02:06:17 +00:00
Michael Stack 997259ca50 HBASE-1139 Update Clover in build.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735887 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 00:23:54 +00:00
Michael Stack ce2995c49d HBASE-1136 HashFunction inadvertently destroys some randomness; REVERTING
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 23:56:57 +00:00
Michael Stack 879fe35bbb HBASE-1140 'ant clean test' fails
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735869 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 23:04:54 +00:00
Michael Stack db5cfb802f HBASE-1130 PrefixRowFilter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735868 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 23:00:19 +00:00
Michael Stack 2a3f6a5c97 HBASE-1089 Add count of regions on filesystem to master UI; add percentage online as difference between whats open and whats on filesystem
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735837 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 21:43:48 +00:00
Michael Stack 557f050021 HBASE-1136 HashFunction inadvertently destroys some randomness
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735826 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 21:22:09 +00:00
Michael Stack 03adaea261 HBASE-1136 HashFunction inadvertently destroys some randomness
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735825 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 21:21:30 +00:00
Michael Stack 9e33297f7e HBASE-1137 Add not on xceivers count to overview documentation
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735783 13f79535-47bb-0310-9956-ffa450edef68
2009-01-19 19:46:50 +00:00
Michael Stack 029b37eade HBASE-1132 Can't append to HLog, can't roll log, infinite cycle (another spin on HBASE-930)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735555 13f79535-47bb-0310-9956-ffa450edef68
2009-01-18 22:04:24 +00:00
Jean-Daniel Cryans 5cc3e796fd HBASE-1134 OOME in HMaster when HBaseRPC is older than 0.19
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735381 13f79535-47bb-0310-9956-ffa450edef68
2009-01-18 03:18:11 +00:00
Michael Stack 1381d23645 HBASE-1127 OOME running randomRead PE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735089 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 19:07:42 +00:00
Michael Stack d4638f70b2 HBASE-1124 Balancer kicks in way too early
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@734482 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 18:56:39 +00:00
Jim Kellerman 77a128ade0 HBASE-1125 IllegalStateException: Cannot set a region to be closed if it was not already marked as pending close
We now allow transition from either pendingOpen or pendingClose to closed.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@734226 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 20:04:59 +00:00
Michael Stack a59ddf299e HBASE-1121 Cluster confused about where -ROOT- is; commit better logging
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@734047 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 05:58:51 +00:00
Michael Stack 33789132f1 Minor edit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@733864 13f79535-47bb-0310-9956-ffa450edef68
2009-01-12 18:52:22 +00:00
Andrew Kyle Purtell 5833008cb7 HBASE-1119 ArrayOutOfBoundsException in HStore.compact
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@733393 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 22:44:32 +00:00
Michael Stack 16a60cf285 HBASE-1116 generated web.xml and svn don't play nice together
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@733214 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 01:10:30 +00:00
Michael Stack fc2157ae44 HBASE-1114 Weird NPEs compacting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@733213 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 00:59:30 +00:00
Jim Kellerman 7acb2ad440 HBASE-1104, HBASE-1098, HBASE-1096: Doubly-assigned regions redux, IllegalStateException: Cannot set a region to be closed it it was not already marked as closing, Does not recover if HRS carrying -ROOT- goes down
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732908 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 01:48:25 +00:00
Michael Stack 079c580042 HBASE-1099 Regions assigned while master is splitting logs of recently crashed server; regionserver tries to execute incomplete log
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732491 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07 21:03:20 +00:00
Michael Stack 18815c8879 HBASE-1090 Atomic Check And Save in HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@732094 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:21:17 +00:00
Andrew Kyle Purtell 700b2a782d HBASE-1101 NPE in HConnectionManager.processBatchOfRows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731817 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 03:22:40 +00:00
Michael Stack 5f8b9e3317 HBASE-1082 Administrative functions for table/region maintenance
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731802 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 01:13:48 +00:00
Michael Stack 84b7463032 HBASE-1083 Will keep scheduling major compactions if last time one ran, we didn't.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731748 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 22:32:37 +00:00
Andrew Kyle Purtell 18f3f2269b HBASE-1107 NPE in HStoreScanner.updateReaders
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731730 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 21:28:08 +00:00
Michael Stack fe345b23bc HBASE-1106 Expose getClosestRowBefore in HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731178 13f79535-47bb-0310-9956-ffa450edef68
2009-01-04 05:07:11 +00:00
Michael Stack 491991061e HBASE-1105 Remove duplicated code in HCM, add javadoc to RegionState, etc.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730494 13f79535-47bb-0310-9956-ffa450edef68
2009-01-01 00:36:27 +00:00
Andrew Kyle Purtell 0bbcc18c60 HBASE-1102 boolean HTabble.exists()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730361 13f79535-47bb-0310-9956-ffa450edef68
2008-12-31 09:53:11 +00:00
Michael Stack e4db939ffd HBASE-1097 SequenceFile.Reader keeps around buffer whose size is that of largest item read -> results in lots of dead heap
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730211 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 18:35:34 +00:00
Michael Stack 5c0d3a5ec8 HBASE-1093 NPE in HStore#compact
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730068 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 07:59:26 +00:00
Michael Stack 9f9198e21e HBASE-1092 shell tools -> close_region does not work for regions that did not deploy properly on startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730056 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 07:02:24 +00:00
Michael Stack 10ee76be96 HBASE-1100 HBASE-1062 broke TestForceSplit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730048 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 05:59:14 +00:00
Michael Stack f117ea4607 HBASE-1087 DFS failures did not shutdown regionserver
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730043 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 05:27:49 +00:00