You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/07/02 11:00:06 UTC

svn commit: r1356124 - /hbase/branches/0.94/CHANGES.txt

Author: larsgeorge
Date: Mon Jul  2 09:00:05 2012
New Revision: 1356124

URL: http://svn.apache.org/viewvc?rev=1356124&view=rev
Log:
HBASE-6265 Calling getTimestamp() on a KV in cp.prePut() causes KV not to be flushed (added CHANGES.txt edit)

Modified:
    hbase/branches/0.94/CHANGES.txt

Modified: hbase/branches/0.94/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/CHANGES.txt?rev=1356124&r1=1356123&r2=1356124&view=diff
==============================================================================
--- hbase/branches/0.94/CHANGES.txt (original)
+++ hbase/branches/0.94/CHANGES.txt Mon Jul  2 09:00:05 2012
@@ -227,6 +227,7 @@ Bug
     [HBASE-5893] - Allow spaces in coprocessor conf (aka trim() className)
     [HBASE-5897] - prePut coprocessor hook causing substantial CPU usage
     [HBASE-5908] - TestHLogSplit.testTralingGarbageCorruptionFileSkipErrorsPasses should not use append to corrupt the HLog
+    [HBASE-6265] - Calling getTimestamp() on a KV in cp.prePut() causes KV not to be flushed
 
 Improvement