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/10/26 06:30:14 UTC

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

Author: stack
Date: Mon Oct 26 05:30:14 2009
New Revision: 829706

URL: http://svn.apache.org/viewvc?rev=829706&view=rev
Log:
HBASE-1934 NullPointerException in ClientScanner

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=829706&r1=829705&r2=829706&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.20/CHANGES.txt Mon Oct 26 05:30:14 2009
@@ -20,6 +20,7 @@
    HBASE-1925  IllegalAccessError: Has not been initialized (getMaxSequenceId)
    HBASE-1929  If hbase-default.xml is not in CP, zk session timeout is 10 secs!
    HBASE-1927  Scanners not closed properly in certain circumstances
+   HBASE-1934  NullPointerException in ClientScanner (Daniel Ploeg via Stack)
 
   IMPROVEMENTS
    HBASE-1899  Use scanner caching in shell count