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 2011/12/08 23:20:17 UTC

svn commit: r1212169 - /hbase/branches/0.92/CHANGES.txt

Author: stack
Date: Thu Dec  8 22:20:17 2011
New Revision: 1212169

URL: http://svn.apache.org/viewvc?rev=1212169&view=rev
Log:
HBASE-4980 Null pointer exception in HBaseClient receiveResponse

Modified:
    hbase/branches/0.92/CHANGES.txt

Modified: hbase/branches/0.92/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1212169&r1=1212168&r2=1212169&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Thu Dec  8 22:20:17 2011
@@ -465,6 +465,8 @@ Release 0.92.0 - Unreleased
                (Mikhail Bautin)
    HBASE-4982  graceful_stop.sh does not pass on the --config its passed to its
                internal invocations of other hbase scripts
+   HBASE-4980  Null pointer exception in HBaseClient receiveResponse
+               (Shrijeet Paliwal)
 
   TESTS
    HBASE-4492  TestRollingRestart fails intermittently