Commit Graph

1023 Commits

Author SHA1 Message Date
Nitay Joffe f68c18d8c2 HBASE-1490 Update ZooKeeper library
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782507 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 02:31:54 +00:00
Nitay Joffe d6b1ba5b29 HBASE-1491 ZooKeeper errors: "Client has seen zxid 0xe our last zxid is 0xd"
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782505 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 02:23:59 +00:00
Michael Stack d253507e39 HBASE-1486 BLOCKCACHE always on even when disabled
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782501 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 01:48:06 +00:00
Andrew Kyle Purtell af1175e44e HBASE-1493 New TableMapReduceUtil methods should be static
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782309 13f79535-47bb-0310-9956-ffa450edef68
2009-06-06 20:15:18 +00:00
Michael Stack c72bd42fb4 HBASE-1484 commit log split writes files with newest edits first (since hbase-1430); should be other way round
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781905 13f79535-47bb-0310-9956-ffa450edef68
2009-06-05 03:54:23 +00:00
Andrew Kyle Purtell 4346eec59d fix CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781873 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04 23:46:45 +00:00
Michael Stack c9d309e5c3 HBASE-1483 HLog split loses track of edits
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781865 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04 22:49:53 +00:00
Jean-Daniel Cryans d6f7ccf4bf HBASE-1143 region count erratic in master UI
(kill server hosting root or meta and see how count goes awry).... 
            make sure you have a bunch of reions in there


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781527 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 20:01:12 +00:00
Jean-Daniel Cryans 42af3c756c HBASE-1462 hclient still seems to depend on master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781468 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 16:46:28 +00:00
Michael Stack d3f7947323 HBASE-1478 Remove hbase master options from shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781263 13f79535-47bb-0310-9956-ffa450edef68
2009-06-03 05:11:48 +00:00
Jean-Daniel Cryans 60f4df2133 HBASE-1448 Add a node in ZK to tell all masters to shutdown
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781134 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02 19:32:24 +00:00
Jean-Daniel Cryans 2c0c4cd64c HBASE-1474 Add zk attributes to list of attributes
in master and regionserver UIs


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781124 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02 19:00:47 +00:00
Jean-Daniel Cryans 4c05305695 HBASE-1357 If one sets the hbase.master to 0.0.0.0 non local regionservers
can't find the master
HBASE-1445  Add the ability to start a master from any machine



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@781099 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02 17:52:32 +00:00
Michael Stack e99a716ffe HBASE-1471 During cluster shutdown, deleting zookeeper regionserver nodes causes exceptions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780872 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01 23:05:35 +00:00
Michael Stack 2b47c15286 HBASE-1192 LRU-style map for the block cache
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780527 13f79535-47bb-0310-9956-ffa450edef68
2009-05-31 23:39:39 +00:00
Michael Stack dca4256907 HBASE-1464 Add hbase.regionserver.logroll.period to hbase-default
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780469 13f79535-47bb-0310-9956-ffa450edef68
2009-05-31 16:45:02 +00:00
Michael Stack e49a037aeb HBASE-1457 Taking down ROOT/META regionserver can result in cluster becoming in-operational
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780436 13f79535-47bb-0310-9956-ffa450edef68
2009-05-31 14:32:56 +00:00
Michael Stack 9068037058 HBASE-1455 Update DemoClient.py for thrift 1.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780334 13f79535-47bb-0310-9956-ffa450edef68
2009-05-30 21:44:46 +00:00
Michael Stack 981d990af9 HBASE-1458 64 commit logs as upper bound is too many -- make it half
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780322 13f79535-47bb-0310-9956-ffa450edef68
2009-05-30 21:02:26 +00:00
Andrew Kyle Purtell 5e1b305116 HBASE-1454 HBaseAdmin.getClusterStatus
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@779443 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 05:48:52 +00:00
Jean-Daniel Cryans 0f0e4579a9 HBASE-1302 When a new master comes up, regionservers should continue with
their region assignments from the last master



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@778819 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26 18:01:56 +00:00
Michael Stack 8018305551 HBASE-1395 InfoServers no longer put up a UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@777227 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 19:23:22 +00:00
Michael Stack 8feca37650 HBASE-1272 Unreadable log messages -- ... to the only server localhost_1237525439599_56094 <- You'd have to be perverse to recognize that as a hostname, startcode, and port
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@777190 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 17:29:18 +00:00
Michael Stack b4315595b9 HBASE-1436 Killing regionserver can make corrupted hfile
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@777168 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 16:35:43 +00:00
Michael Stack b6813c6e58 HBASE-1257 base64 encoded values are not contained in quotes during the HBase REST JSON serialization
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@777161 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 15:55:25 +00:00
Andrew Kyle Purtell 1895a6f0c2 HBASE-1415 Stuck on memcache flush
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776903 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 00:53:21 +00:00
Michael Stack 2c502c24fc HBASE-1010 IOE on regionserver shutdown because hadn't opened an HLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776897 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 23:32:46 +00:00
Michael Stack afe5e4077e HBASE-1162 CME in Master in RegionManager.applyActions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776871 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 21:46:53 +00:00
Michael Stack f37b552cbc HBASE-1017 Region balancing does not bring newly added node within acceptable range
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776823 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 19:58:38 +00:00
Michael Stack a16ee0714c HBASE-1441 NPE in ProcessRegionStatusChange#getMetaRegion
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776535 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 04:00:16 +00:00
Michael Stack b812635201 HBASE-1430 Read the logs in batches during log splitting to avoid OOME
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776501 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 23:43:53 +00:00
Michael Stack d6afa6748a HBASE-1440 master won't go down because joined on a rootscanner that is waiting for ever
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776452 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 20:41:31 +00:00
Michael Stack 16373cb711 HBASE-1420 add abliity to add and remove (table) indexes on existing tables
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776395 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 17:53:14 +00:00
Michael Stack 3e180d7ad0 HBASE-1438 HBASE-1421 broke the build (#602 up on hudson)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776388 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 17:19:12 +00:00
Michael Stack 5af19c7d31 HBASE-1435 HRegionServer is using wrong info bind address from hbase-site.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776185 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 04:56:46 +00:00
Andrew Kyle Purtell 66c6ee2e99 HBASE-1434 Duplicate property in hbase-default.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776118 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 22:26:19 +00:00
Michael Stack c40632b210 HBASE-1421 Processing a regionserver message -- OPEN, CLOSE, SPLIT, etc. -- and if we're carrying more than one message in payload, if exception, all messages that follow are dropped on floor
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776050 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 18:42:13 +00:00
Michael Stack b4dedf9cbf HBASE-1401 close HLog (and open new one) if there hasnt been edits in N minutes/hours
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776017 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 17:36:33 +00:00
Andrew Kyle Purtell d25c8da619 HBASE-1401 close HLog (and open new one) if there hasnt been edits in N minutes/hours; back out changes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775824 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 06:10:06 +00:00
Michael Stack b33dfbeaea HBASE-1401 close HLog (and open new one) if there hasnt been edits in N minutes/hours
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775765 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17 21:50:05 +00:00
Andrew Kyle Purtell 6eb8f1e58f HBASE-1431 NPE in HTable.checkAndSave when row doesn't exist
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775739 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17 19:18:00 +00:00
Andrew Kyle Purtell 755ea927b4 HBASE-1432 LuceneDocumentWrapper is not public
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775730 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17 18:22:40 +00:00
Andrew Kyle Purtell 5465455602 HBASE-1429 Allow passing of a configuration object to HTablePool
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775511 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 19:22:49 +00:00
Michael Stack cff0b8bb04 HBASE-1394 Uploads sometimes fall to 0 requests/second (Binding up on HLog#append?)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775418 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16 06:10:44 +00:00
Jean-Daniel Cryans ac347387ab HBASE-1008 [performance] The replay of logs on server crash takes way too long
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@775132 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15 13:45:11 +00:00
Michael Stack 02a969d3e1 HBASE-1425 ColumnValueFilter and WhileMatchFilter fixes on trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774964 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 23:43:09 +00:00
Michael Stack 5de2553738 HBASE-1424 have shell print regioninfo and location on first load if DEBUG enabled
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774878 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14 18:45:34 +00:00
Michael Stack e738b7f4a2 HBASE-1411 Remove HLogEdit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774595 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 23:27:07 +00:00
Michael Stack f88ad07fe9 HBASE-1417 Cleanup disorientating RPC message
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774436 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 17:08:10 +00:00
Andrew Kyle Purtell e81f7f3484 HBASE-1413 Fall back to filesystem block size default if HLog blocksize is not specified
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774242 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 07:06:01 +00:00
Michael Stack 734bc8d117 HBASE-1380 Make KeyValue implement HeapSize and HBASE-1379 Make KeyValue implement Writable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774223 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 06:12:02 +00:00
Michael Stack 81c06b9299 HBASE-1412 Change values for delete column and column family in KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774212 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 05:36:24 +00:00
Andrew Kyle Purtell 8f472ec416 HBASE-1414 Add server status logging chore to ServerManager
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774152 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 00:27:51 +00:00
Michael Stack bf9a5aeb19 HBASE-1323 hbase-1234 broke TestThriftServer; fix and reenable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774145 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 00:08:12 +00:00
Andrew Kyle Purtell 62b33ba910 HBASE-1391 NPE in TableInputFormatBase.restart if zoo.cfg is wrong or missing on tasktrackers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773825 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 08:54:05 +00:00
Michael Stack 58e206e9c8 HBASE-1345 Remove distributed mode from MiniZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773757 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 01:48:20 +00:00
Michael Stack 0d8fdd9378 HBASE-1407 Changing internal structure of ImmutableBytesWritable contructor.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773756 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 01:45:12 +00:00
Michael Stack 135daf0c41 HBASE-1311 ZooKeeperWrapper: Failed to set watcher on ZNode /hbase/master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773677 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11 20:21:59 +00:00
Michael Stack 3867c4c9e4 HBASE-1405 Threads.shutdown has unnecessary branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773665 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11 19:48:42 +00:00
Michael Stack 4bb48156bc HBASE-1404 minor edit of regionserver logging messages
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773627 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11 17:32:24 +00:00
Andrew Kyle Purtell 72c0393ea7 HBASE-1399 Can't delete tables since 1398
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773241 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 15:39:52 +00:00
Michael Stack 6fdd1525b7 HBASE-1398 TableOperation doesnt format keys for meta scan properly
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773169 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 06:12:33 +00:00
Michael Stack 2e242480b7 HBASE-1393 Narrow synchronization in HLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773167 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 05:49:46 +00:00
Michael Stack 806ee8c9de HBASE-1397 Better distribution in the PerformanceEvaluation MapReduce when rows run to the Billions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773166 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 05:38:47 +00:00
Michael Stack b8854372bc HBASE-1396 Remove unused sequencefile and mapfile config. from hbase-default.xml -- fixed number in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773153 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 02:07:14 +00:00
Michael Stack 90dffef122 HBASE-1392 change how we build/configure lzocodec
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@773033 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08 15:40:11 +00:00
Michael Stack f7add789cd HBASE-???? Remove unused sequencefile and mapfile config. from hbase-default.xml -- will fill in issue number when JIRA db comes back
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772719 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07 17:34:00 +00:00
Michael Stack bc6ad67d67 HBASE-1386 NPE in housekeeping
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772703 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07 16:47:39 +00:00
Michael Stack 6940db02c9 HBASE-1286 Thrift should support next(nbRow) like functionality
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772698 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07 16:29:40 +00:00
Michael Stack 59c6ce905d HBASE-1383 hbase shell needs to warn on deleting multi-region table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772499 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07 04:48:44 +00:00
Michael Stack 99de3f7364 HBASE-1344 WARN IllegalStateException: Cannot set a region as open if it has not been pending
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772493 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07 03:46:37 +00:00
Michael Stack 6566301e47 HBASE-1370 re-enable LZO using hadoop-gpl-compression library
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772432 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 21:26:09 +00:00
Michael Stack 2597f74d10 HBASE-1381 Remove onelab and bloom filters files from hbase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772429 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 21:16:56 +00:00
Jean-Daniel Cryans e78e38dce8 HBASE-1377 RS address is null in master web UI
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772390 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 18:18:38 +00:00
Michael Stack 734890772f HBASE-1336 Splitting up the compare of family+column into 2 different compares
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772021 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06 00:37:05 +00:00
Andrew Kyle Purtell 92e5efdcb6 HBASE-1374 NPE out of ZooKeeperWrapper.loadZooKeeperConfig
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771996 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 22:35:16 +00:00
Andrew Kyle Purtell 6d5cbbdc25 HBASE-1341 HTable pooler
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771633 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 09:13:05 +00:00
Andrew Kyle Purtell ca0e255aff HBASE-1367 Get rid of Thrift exception 'NotFound'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771604 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 07:26:49 +00:00
Michael Stack fc856b6a24 HBASE-1361 Disable bloom filters
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771558 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 04:36:57 +00:00
Michael Stack 08de99e307 HBASE-889 The current Thrift API does not allow a new scanner to be created without supplying a column list unlike the other APIs.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@771545 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05 03:57:26 +00:00
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