2007-05-18 17:19:08 -04:00
|
|
|
HBase Change Log
|
|
|
|
|
|
|
|
|
|
|
|
Trunk (unreleased changes)
|
|
|
|
|
|
|
|
1. HADOOP-1384. HBase omnibus patch. (jimk, Vuk Ercegovac, and Michael Stack)
|
2007-05-21 16:35:19 -04:00
|
|
|
2. HADOOP-1402. Fix javadoc warnings in hbase contrib. (Michael Stack)
|
2007-05-21 18:23:03 -04:00
|
|
|
3. HADOOP-1404. HBase command-line shutdown failing (Michael Stack)
|
2007-05-22 01:30:07 -04:00
|
|
|
4. HADOOP-1397. Replace custom hbase locking with
|
|
|
|
java.util.concurrent.locks.ReentrantLock (Michael Stack)
|
2007-05-22 09:51:10 -04:00
|
|
|
5. HADOOP-1403. HBase reliability - make master and region server more fault
|
|
|
|
tolerant.
|
2007-05-22 16:24:22 -04:00
|
|
|
6. HADOOP-1418. HBase miscellaneous: unit test for HClient, client to do
|
|
|
|
'Performance Evaluation', etc.
|
2007-05-23 11:14:00 -04:00
|
|
|
7. HADOOP-1420, HADOOP-1423. Findbugs changes, remove reference to removed
|
|
|
|
class HLocking.
|
2007-05-23 17:30:25 -04:00
|
|
|
8. HADOOP-1424. TestHBaseCluster fails with IllegalMonitorStateException. Fix
|
|
|
|
regression introduced by HADOOP-1397.
|
2007-05-24 13:12:00 -04:00
|
|
|
9. HADOOP-1426. Make hbase scripts executable + add test classes to CLASSPATH.
|
2007-05-24 18:37:26 -04:00
|
|
|
10. HADOOP-1430. HBase shutdown leaves regionservers up.
|
2007-05-29 13:23:15 -04:00
|
|
|
11. HADOOP-1392. Part1: includes create/delete table; enable/disable table;
|
|
|
|
add/remove column.
|
2007-06-03 01:09:21 -04:00
|
|
|
12. HADOOP-1392. Part2: includes table compaction by merging adjacent regions
|
|
|
|
that have shrunk in size.
|
2007-06-04 13:14:10 -04:00
|
|
|
13. HADOOP-1445 Support updates across region splits and compactions
|
2007-06-05 11:11:57 -04:00
|
|
|
14. HADOOP-1460 On shutdown IOException with complaint 'Cannot cancel lease
|
|
|
|
that is not held'
|
2007-06-11 12:46:27 -04:00
|
|
|
15. HADOOP-1421 Failover detection, split log files.
|
|
|
|
For the files modified, also clean up javadoc, class, field and method
|
|
|
|
visibility (HADOOP-1466)
|
2007-06-11 16:52:29 -04:00
|
|
|
16. HADOOP-1479 Fix NPE in HStore#get if store file only has keys < passed key.
|
2007-06-11 19:41:48 -04:00
|
|
|
17. HADOOP-1476 Distributed version of 'Performance Evaluation' script
|
2007-06-12 17:08:27 -04:00
|
|
|
18. HADOOP-1469 Asychronous table creation
|
2007-06-14 03:40:49 -04:00
|
|
|
19. HADOOP-1415 Integrate BSD licensed bloom filter implementation.
|
2007-06-14 18:08:56 -04:00
|
|
|
20. HADOOP-1465 Add cluster stop/start scripts for hbase
|
2007-06-14 20:39:34 -04:00
|
|
|
21. HADOOP-1415 Provide configurable per-column bloom filters - part 2.
|
2007-06-18 18:59:14 -04:00
|
|
|
22. HADOOP-1498. Replace boxed types with primitives in many places.
|
2007-06-25 18:54:56 -04:00
|
|
|
23. HADOOP-1509. Made methods/inner classes in HRegionServer and HClient protected
|
|
|
|
instead of private for easier extension. Also made HRegion and HRegionInfo public too.
|
|
|
|
Added an hbase-default.xml property for specifying what HRegionInterface extension to use
|
2007-07-05 15:50:04 -04:00
|
|
|
for proxy server connection. (James Kennedy via Jim Kellerman)
|
2007-06-27 00:50:10 -04:00
|
|
|
24. HADOOP-1534. [hbase] Memcache scanner fails if start key not present
|
2007-06-27 18:37:07 -04:00
|
|
|
25. HADOOP-1537. Catch exceptions in testCleanRegionServerExit so we can see
|
|
|
|
what is failing.
|
2007-06-28 18:29:07 -04:00
|
|
|
26. HADOOP-1543 [hbase] Add HClient.tableExists
|
2007-07-05 15:50:04 -04:00
|
|
|
27. HADOOP-1519 [hbase] map/reduce interface for HBase. (Vuk Ercegovac and
|
|
|
|
Jim Kellerman)
|
2007-07-01 20:47:13 -04:00
|
|
|
28. HADOOP-1523 Hung region server waiting on write locks
|
2007-07-04 00:48:18 -04:00
|
|
|
29. HADOOP-1560 NPE in MiniHBaseCluster on Windows
|
2007-07-05 15:50:04 -04:00
|
|
|
30. HADOOP-1531 Add RowFilter to HRegion.HScanner
|
|
|
|
Adds a row filtering interface and two implemenentations: A page scanner,
|
|
|
|
and a regex row/column-data matcher. (James Kennedy via Stack)
|
2007-07-05 16:12:37 -04:00
|
|
|
31. HADOOP-1566 Key-making utility
|
2007-07-07 02:09:25 -04:00
|
|
|
32. HADOOP-1415 Provide configurable per-column bloom filters.
|
|
|
|
HADOOP-1466 Clean up visibility and javadoc issues in HBase.
|
2007-07-09 23:06:32 -04:00
|
|
|
33. HADOOP-1538 Provide capability for client specified time stamps in HBase
|
|
|
|
HADOOP-1466 Clean up visibility and javadoc issues in HBase.
|
2007-07-11 10:23:00 -04:00
|
|
|
34. HADOOP-1589 Exception handling in HBase is broken over client server connections
|
2007-07-11 17:54:15 -04:00
|
|
|
35. HADOOP-1375 a simple parser for hbase (Edward Yoon via Stack)
|
2007-07-12 18:08:25 -04:00
|
|
|
36. HADOOP-1600 Update license in HBase code
|
2007-07-12 19:22:20 -04:00
|
|
|
37. HADOOP-1589 Exception handling in HBase is broken over client server
|
2007-07-14 16:08:01 -04:00
|
|
|
38. HADOOP-1574 Concurrent creates of a table named 'X' all succeed
|
2007-07-14 18:25:32 -04:00
|
|
|
39. HADOOP-1581 Un-openable tablename bug
|
2007-07-14 19:53:39 -04:00
|
|
|
40. HADOOP-1607 [shell] Clear screen command (Edward Yoon via Stack)
|
2007-07-14 20:26:15 -04:00
|
|
|
41. HADOOP-1614 [hbase] HClient does not protect itself from simultaneous updates
|
2007-07-16 18:19:59 -04:00
|
|
|
42. HADOOP-1468 Add HBase batch update to reduce RPC overhead
|
2007-07-17 20:38:58 -04:00
|
|
|
43. HADOOP-1616 Sporadic TestTable failures
|
2007-07-17 22:26:03 -04:00
|
|
|
44. HADOOP-1615 Replacing thread notification-based queue with
|
|
|
|
java.util.concurrent.BlockingQueue in HMaster, HRegionServer
|
2007-07-21 01:06:13 -04:00
|
|
|
45. HADOOP-1606 Updated implementation of RowFilterSet, RowFilterInterface
|
|
|
|
(Izaak Rubin via Stack)
|
2007-07-23 17:33:47 -04:00
|
|
|
46. HADOOP-1579 Add new WhileMatchRowFilter and StopRowFilter filters
|
|
|
|
(Izaak Rubin via Stack)
|
2007-07-23 19:33:05 -04:00
|
|
|
47. HADOOP-1637 Fix to HScanner to Support Filters, Add Filter Tests to
|
|
|
|
TestScanner2 (Izaak Rubin via Stack)
|
2007-07-26 10:15:17 -04:00
|
|
|
48. HADOOP-1516 HClient fails to readjust when ROOT or META redeployed on new
|
|
|
|
region server
|
2007-07-26 17:30:55 -04:00
|
|
|
49. HADOOP-1646 RegionServer OOME's under sustained, substantial loading by
|
|
|
|
10 concurrent clients
|
2007-07-26 17:58:22 -04:00
|
|
|
50. HADOOP-1468 Add HBase batch update to reduce RPC overhead (restrict batches
|
|
|
|
to a single row at a time)
|
2007-08-01 16:10:11 -04:00
|
|
|
51. HADOOP-1528 HClient for multiple tables (phase 1)
|
2007-08-02 04:15:26 -04:00
|
|
|
52. HADOOP-1528 HClient for multiple tables (phase 2) all HBase client side code
|
|
|
|
(except TestHClient and HBaseShell) have been converted to use the new client
|
|
|
|
side objects (HTable/HBaseAdmin/HConnection) instead of HClient.
|
2007-08-02 20:02:19 -04:00
|
|
|
53. HADOOP-1528 HClient for multiple tables - expose close table function
|
2007-08-03 18:39:43 -04:00
|
|
|
54. HADOOP-1466 Clean up warnings, visibility and javadoc issues in HBase.
|