Author: tedyu
Date: Sun Sep 25 07:38:05 2011
New Revision: 1175315
URL: http://svn.apache.org/viewvc?rev=1175315&view=rev
Log:
HBASE-4014 is marked as Improvement
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=1175315&r1=1175314&r2=1175315&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Sun Sep 25 07:38:05 2011
@@ -300,8 +300,6 @@ Release 0.92.0 - Unreleased
HBASE-4468 Wrong resource name in an error massage: webapps instead of
hbase-webapps (nkeywal)
HBASE-4472 MiniHBaseCluster.shutdown() doesn't work if no active master
- HBASE-4014 Coprocessors: Flag the presence of coprocessors in logged
exceptions
- (Eugene Koontz)
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
@@ -528,6 +526,8 @@ Release 0.92.0 - Unreleased
HBASE-4424 Provide coprocessors access to createTable() via
MasterServices
HBASE-4280 [replication] ReplicationSink can deadlock itself via handlers
+ HBASE-4014 Coprocessors: Flag the presence of coprocessors in logged
exceptions
+ (Eugene Koontz)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel