Author: stack
Date: Sat Sep 17 18:27:46 2011
New Revision: 1172040
URL: http://svn.apache.org/viewvc?rev=1172040&view=rev
Log:
HBASE-4247 Add isAborted method to the Abortable interface
Modified:
hbase/trunk/CHANGES.txt
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1172040&r1=1172039&r2=1172040&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Sat Sep 17 18:27:46 2011
@@ -20,6 +20,8 @@ Release 0.91.0 - Unreleased
HBASE-4299 Update to Avro 1.5.3 and use Avro Maven plugin to generate
Avro classes. (Alejandro Abdelnur)
HBASE-4369 Deprecate HConnection#getZookeeperWatcher in prep for HBASE-1762
+ HBASE-4247 Add isAborted method to the Abortable interface
+ (Akash Ashok)
BUG FIXES
HBASE-3280 YouAreDeadException being swallowed in HRS getMaster
@@ -508,8 +510,6 @@ Release 0.91.0 - Unreleased
(David Revell)
HBASE-4424 Provide coprocessors access to createTable() via
MasterServices
- HBASE-4247 Add isAborted method to the Abortable interface
- (Akash Ashok)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel