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 2009/09/02 18:38:50 UTC

svn commit: r810598 - /hadoop/hbase/branches/0.20/CHANGES.txt

Author: stack
Date: Wed Sep  2 16:38:50 2009
New Revision: 810598

URL: http://svn.apache.org/viewvc?rev=810598&view=rev
Log:
HBASE-1810 ConcurrentModificationException in region assignment

Modified:
    hadoop/hbase/branches/0.20/CHANGES.txt

Modified: hadoop/hbase/branches/0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/CHANGES.txt?rev=810598&r1=810597&r2=810598&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.20/CHANGES.txt Wed Sep  2 16:38:50 2009
@@ -336,6 +336,8 @@
    HBASE-1780  HTable.flushCommits clears write buffer in finally clause
    HBASE-1784  Missing rows after medium intensity insert
    HBASE-1809  NPE thrown in BoundedRangeFileInputStream
+   HBASE-1810  ConcurrentModificationException in region assignment
+               (Mathias Herberts via Stack)
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage