Michael Stack
b00a7f271f
HBASE-1625 Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@792024 13f79535-47bb-0310-9956-ffa450edef68
2009-07-08 04:04:25 +00:00
Michael Stack
79e1eed60e
HBASE-1624 Don't sort Puts if only one in list in HCM#processBatchOfRows
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791999 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 23:25:39 +00:00
Michael Stack
d8607b4e16
HBASE-1618 Investigate further into the MemStoreFlusher StoreFile limit
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791977 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 21:01:18 +00:00
Michael Stack
83e462ffde
HBASE-1620 Need to use special StoreScanner constructor for major compactions (passed sf, no caching, etc)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791923 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 18:09:50 +00:00
Jean-Daniel Cryans
9cf697f4df
HBASE-1575 HMaster does not handle ZK session expiration
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791901 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 16:33:41 +00:00
Michael Stack
085f87eebb
HBASE-1616 Unit test of compacting referenced StoreFiles
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791694 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 03:47:44 +00:00
Michael Stack
619a7243d0
HBASE-1615 HBASE-1597 introduced a bug when compacting after a split
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791693 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 03:44:40 +00:00
Nitay Joffe
90366d50f8
HBASE-1606 Remove zoo.cfg, put config options into hbase-site.xml
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791037 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 23:33:28 +00:00
Michael Stack
0afd4cffa8
HBASE-1218 Implement in-memory column
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@791021 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 21:29:21 +00:00
Michael Stack
faacd72a21
HBASE-1607 Redo MemStore heap sizing to be accurate, testable, and more like new LruBlockCache
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790999 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 19:44:06 +00:00
Michael Stack
1f85226103
HBASE-1597 Prevent unnecessary caching of blocks during compactions
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790989 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 19:11:12 +00:00
Andrew Kyle Purtell
80b5452a0d
HBASE-1596 Remove WatcherWrapper and have all users of Zookeeper provide a Watcher
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790970 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 17:31:23 +00:00
Michael Stack
98e1225354
HBASE-1608 TestCachedBlockQueue failing on some jvms
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790764 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 00:01:23 +00:00
Michael Stack
ad8968141d
HBASE-1599 Fix TestFilterSet, broken up on hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790717 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 19:31:10 +00:00
Michael Stack
de1cc3ec7b
HBASE-1602 HRegionServer won't go down since we added in new LruBlockCache
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790424 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 23:57:40 +00:00
Michael Stack
5907afb48f
HBASE-1582 Translate ColumnValueFilter and RowFilterSet to the new Filter interface
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790044 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 05:34:10 +00:00
Michael Stack
31d27e353b
HBASE-1582 Translate ColumnValueFilter and RowFilterSet to the new Filter interface
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@790043 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 05:32:54 +00:00
Michael Stack
0f17f20cfd
HBASE-1595 hadoop-default.xml and zoo.cfg in hbase jar
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789995 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30 22:41:37 +00:00
Michael Stack
89429bc61e
HBASE-1594 Fix scan addcolumns after hbase-1385 commit (broken hudson build)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789954 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30 21:05:14 +00:00
Michael Stack
94165dbc02
HBASE-1385 Revamp TableInputFormat, needs updating to match hadoop 0.20.x AND remove bit where we can make < maps than regions
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789846 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30 17:42:53 +00:00
Michael Stack
a8821d10f7
HBASE-1582 Translate ColumnValueFilter and RowFilterSet to the new Filter interface
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789557 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30 04:44:33 +00:00
Michael Stack
3942b0bfff
HBASE-1589 Up zk maxClientCnxns from default of 10 to 20 or 30 or so
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789431 13f79535-47bb-0310-9956-ffa450edef68
2009-06-29 20:11:27 +00:00
Michael Stack
9be89e60cd
HBASE-1460 Concurrent LRU Block Cache
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788888 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 22:16:40 +00:00
Michael Stack
94d5c54087
HBASE-1437 broken links in hbase.org
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@788839 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 19:52:25 +00:00
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
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
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
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
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
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