Author: stack
Date: Tue Nov 3 19:39:49 2009
New Revision: 832525
URL: http://svn.apache.org/viewvc?rev=832525&view=rev
Log:
HBASE-1954 Transactional scans do not see newest put
Modified:
hadoop/hbase/trunk/CHANGES.txt
Modified: hadoop/hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=832525&r1=832524&r2=832525&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Nov 3 19:39:49 2009
@@ -88,6 +88,7 @@
(Andrew McCall via Clint Morgan and Stack)
HBASE-1953 Overhaul of overview.html (html fixes, typos, consistency) -
no content changes (Lars Francke via Stack)
+ HBASE-1954 Transactional scans do not see newest put (Clint Morgan via
Stack)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable