Commit Graph

1376 Commits

Author SHA1 Message Date
Michael Stack 888aeb06cf HBASE-1587 Update ganglia config and doc to account for ganglia 3.1 and hadoop-4675
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788837 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 19:49:08 +00:00
Michael Stack a65c38840f HBASE-1580 Store scanner does not consult filter.filterRow at end of scan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788581 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 05:26:18 +00:00
Andrew Kyle Purtell c92c02b5fc HBASE-1560 TIF can't seem to find one region
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788552 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 23:59:12 +00:00
Michael Stack 9754249af2 HBASE-1566 using Scan(startRow,stopRow) will cause you to iterate the entire table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788551 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 23:56:40 +00:00
Michael Stack 969b989c63 HBASE-1450 Scripts passed to hbase shell do not have shell context set up for them
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788550 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 23:53:04 +00:00
Michael Stack 1eb46d4be7 HBASE-1581 Run major compaction on .META. when table is dropped or truncated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788545 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 23:14:29 +00:00
Michael Stack 49599944be HBASE-1569 rare race condition can take down a regionserver
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788543 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 23:10:11 +00:00
Michael Stack 79f31a2f0f HBASE-1563 incrementColumnValue does not write to WAL
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788529 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 22:12:24 +00:00
Michael Stack 6ab29a6c47 HBASE-1577 Move memcache to ConcurrentSkipListMap from ConcurrentSkipListSet; second attempt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788515 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 21:22:14 +00:00
Michael Stack 7fb19786ee HBASE-1585 More binary key/value log output cleanup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788479 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 19:29:48 +00:00
Michael Stack 1115f46d1e HBASE-1584 Put add methods should return this for ease of use (Be consistant with Get)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788475 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 19:26:01 +00:00
Michael Stack 8732e8d44f HBASE-1562 How to handle the setting of 32 bit versus 64 bit machines
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788164 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 20:03:26 +00:00
Michael Stack 7886526f30 HBASE-1578 Change the name of the in-memory updates from 'memcache' to 'memtable' or....
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788160 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 19:56:51 +00:00
Michael Stack 0f0a133abf HBASE-1577 Move memcache to ConcurrentSkipListMap from ConcurrentSkipListSet
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788103 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 18:19:31 +00:00
Michael Stack cc920fe6bb HBASE-1576 TIF needs to be able to set scanner caching size for smaller row tables & performance
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787917 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 06:02:39 +00:00
Michael Stack 44d6294ed7 HBASE-1567 cant serialize new filters
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787910 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 05:34:26 +00:00
Michael Stack e121a78192 HBASE-1572 Zookeeper log4j property set to ERROR on default, same output when cluster working and not working
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787861 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 22:42:01 +00:00
Michael Stack 9730fcbdb7 HBASE-1564 in UI make host addresses all look the same -- not IP sometimes and host at others
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787790 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 19:04:01 +00:00
Michael Stack fe66233cfa HBASE-1568 Client doesnt consult old row filter interface in filterSaysStop() - could result in NPE or excessive scanning
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787742 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23 16:19:36 +00:00
Michael Stack fdf64a3988 HBASE-1508 Shell 'close_region' reveals a Master<>HRS problem, regions are not reassigned
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787444 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 23:39:03 +00:00
Michael Stack 7037a0f740 HBASE-1532 UI Visibility into ZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787443 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 23:32:11 +00:00
Michael Stack 3599514ff6 HBASE-1558 deletes use 'HConstants.LATEST_TIMESTAMP' but no one translates that into 'now' -- undo mistaken commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787342 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 18:25:04 +00:00
Michael Stack 88de4001bb HBASE-1558 deletes use 'HConstants.LATEST_TIMESTAMP' but no one translates that into 'now'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787336 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 18:08:33 +00:00
Michael Stack 2bf31afa70 HBASE-1561 HTable Mismatch between javadoc and what it actually does
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@787318 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 17:22:52 +00:00
Nitay Joffe f8046be708 HBASE-1515 Address part of config option hbase.regionserver unnecessary
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786913 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20 22:03:46 +00:00
Andrew Kyle Purtell 8fb6662aea HBASE-1553 ClassSize missing in trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786695 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 22:42:11 +00:00
Andrew Kyle Purtell 6c10644a10 HBASE-1547 atomicIncrement doesnt increase hregion.memcacheSize
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786693 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 22:15:40 +00:00
Michael Stack 9c5c2d32db HBASE-1545 atomicIncrements creating new values with Long.MAX_VALUE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786684 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 22:02:12 +00:00
Michael Stack 650b114f06 HBASE-1387 Before release verify all object sizes using Ryans' instrumented JVM trick
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786683 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 22:00:54 +00:00
Nitay Joffe 22e101074b HBASE-1534 Got ZooKeeper event, state: Disconnected on HRS and then NPE on reinit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786676 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:46:25 +00:00
Nitay Joffe 4719eb4c3a HBASE-1550 CHANGES.txt update
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786674 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:40:57 +00:00
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
Nitay Joffe 558284d6d2 HBASE-1550 hbase-daemon.sh stop should provide more information when stop command fails
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786669 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 21:25:45 +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 cfc84a624f Edit of 'Getting Started' to try and improve zookeeper section
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@786376 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 05:38:51 +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 83b3772eb3 HBASE-1488 After 1304 goes in, fix and reenable test of thrift, mr indexer, and merge tool -- part 1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785913 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 05:35:00 +00:00
Michael Stack eb6ce6abe0 HBASE-1535 Add client ability to perform mutations without the WAL
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785856 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 23:33:21 +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 298bc17f86 Move past alpha version
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@785475 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 05:24:02 +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