Commit Graph

1006 Commits

Author SHA1 Message Date
Michael Stack e62faa3535 HBASE-1549 in zoo.cfg, use localhost instead of 127.0.0.1?
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786673 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:39:40 +00:00
Michael Stack dfbcd9ea6b HBASE-1531 Change new Get to use new filter API
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786672 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:37:20 +00:00
Andrew Kyle Purtell e1bbd8cbc5 HBASE-1552 provide version running on cluster via getClusterStatus
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786666 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:09:22 +00:00
Michael Stack 3b01f1a469 HBASE-1488 After 1304 goes in, fix and reenable test of thrift, mr indexer, and merge tool
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786620 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 18:46:38 +00:00
Michael Stack 26559442b7 HBASE-1540 Client delete unit test, define behavior
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786374 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 05:24:30 +00:00
Michael Stack d59345ff81 HBASE-1544 Cleanup HTable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786362 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 03:58:53 +00:00
Michael Stack eb68e5c053 HBASE-1543 Unnecessary toString during scanning costs us some CPU
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786338 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 00:02:07 +00:00
Ryan Rawson 4cd468ff51 HBASE-1541, 1488 (thrift server only)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786259 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 20:47:03 +00:00
Michael Stack c8918e2caa HBASE-1535 Add client ability to perform mutations without the WAL
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785854 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 23:32:20 +00:00
Michael Stack d7005e1d4d HBASE-1529 prevent aborts due to missing zoo.cfg
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785850 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 23:02:18 +00:00
Michael Stack 4a65f06f71 HBASE-1538 Up zookeeper timeout from 10 seconds to 30 seconds to cut down on hbase-user traffic
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785843 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 22:24:52 +00:00
Ryan Rawson 94aa7d7247 HBASE-1536
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785835 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 22:16:21 +00:00
Michael Stack dd87f8d973 HBASE-867 If millions of columns in a column family, hbase scanner won't come up
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785830 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 22:01:31 +00:00
Michael Stack 959e0c964b HBASE-1329 Visibility into ZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785472 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 03:48:53 +00:00
Michael Stack cb114693ea HBASE-1206 Scanner spins when there are concurrent inserts to column family
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785275 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 16:14:10 +00:00
Michael Stack 363d81c247 HBASE-1447 Take last version of the hbase-1249 design doc. and make documentation out of it
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785081 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 05:08:06 +00:00
Michael Stack 78af4ede60 HBASE-1528 Ensure scanners work across memcache snapshot
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785069 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 04:27:44 +00:00
Andrew Kyle Purtell 24708bb23f HBASE-1529 familyMap not invalidated when Result is (re)read as a Writable
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785066 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 04:11:44 +00:00
Michael Stack 20544ecc25 HBASE-1480 compaction file not cleaned up after a crash/OOME server
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785011 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 22:29:30 +00:00
Michael Stack aed9c07cd8 HBASE-1503 hbase-1304 dropped updating list of store files on flush
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785009 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 22:23:04 +00:00
Andrew Kyle Purtell e8d66ea285 HBASE-1526 mapreduce fixup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785008 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 22:20:55 +00:00
Michael Stack 76d4ac4d07 HBASE-1514, 1304 notes in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784983 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 21:14:34 +00:00
Ryan Rawson 65a2c85f2a HBASE-1525
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784960 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 20:16:40 +00:00
Ryan Rawson 32a380b12a HBASE-1523 - NPE in BaseScanner
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784670 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 06:44:08 +00:00
Ryan Rawson 3f02e3be7a HBASE-1522
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784657 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 05:43:44 +00:00
Ryan Rawson 0f67b602c7 HBASE-1500, 1513, 1516, 1520
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784649 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 04:22:22 +00:00
Michael Stack 8f41f8593f HBASE-1518 Delete Trackers using compareRow, should just use raw binary comparator
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784503 13f79535-47bb-0310-9956-ffa450edef68
2009-06-14 03:17:19 +00:00
Michael Stack d1a678ca83 HBASE-1509 Add explanation to shell help command on how to use binary keys
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@783993 13f79535-47bb-0310-9956-ffa450edef68
2009-06-12 06:04:58 +00:00
Michael Stack d841ab681d HBASE-1507 iCMS as default JVM
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@783990 13f79535-47bb-0310-9956-ffa450edef68
2009-06-12 05:59:54 +00:00
Michael Stack d6ec5ed8a2 HBASE-1504 Remove left-over debug from 1304 commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782877 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09 04:53:45 +00:00
Michael Stack e9a1cb0793 HBASE-1453 Add HADOOP-4681 to our bundled hadoop, add to 'gettting started' recommendation that hbase users backport
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782789 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 21:26:04 +00:00
Michael Stack 6ec18020ee HBASE-1499 Fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782787 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 21:18:40 +00:00
Nitay Joffe 82675aae86 HBASE-1489 Basic git ignores for people who use git and eclipse
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782508 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 02:34:08 +00:00
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