HBASE-4247 Add isAborted method to the Abortable interface

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1172040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-09-17 18:27:46 +00:00
parent f70dd57e1e
commit 3b0b606aa8
1 changed files with 2 additions and 2 deletions

View File

@ -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