You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/07/24 00:10:15 UTC

svn commit: r679211 - /hadoop/hbase/trunk/CHANGES.txt

Author: stack
Date: Wed Jul 23 15:10:15 2008
New Revision: 679211

URL: http://svn.apache.org/viewvc?rev=679211&view=rev
Log:
HBASE-766 FileNotFoundException trying to load HStoreFile 'data'

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=679211&r1=679210&r2=679211&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Wed Jul 23 15:10:15 2008
@@ -214,6 +214,7 @@
    HBASE-750   NPE caused by StoreFileScanner.updateReaders
    HBASE-769   TestMasterAdmin fails throwing RegionOfflineException when we're
                expecting IllegalStateException
+   HBASE-766   FileNotFoundException trying to load HStoreFile 'data'
    
   IMPROVEMENTS
    HBASE-559   MR example job to count table rows