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:
parent
f70dd57e1e
commit
3b0b606aa8
|
@ -20,6 +20,8 @@ Release 0.91.0 - Unreleased
|
||||||
HBASE-4299 Update to Avro 1.5.3 and use Avro Maven plugin to generate
|
HBASE-4299 Update to Avro 1.5.3 and use Avro Maven plugin to generate
|
||||||
Avro classes. (Alejandro Abdelnur)
|
Avro classes. (Alejandro Abdelnur)
|
||||||
HBASE-4369 Deprecate HConnection#getZookeeperWatcher in prep for HBASE-1762
|
HBASE-4369 Deprecate HConnection#getZookeeperWatcher in prep for HBASE-1762
|
||||||
|
HBASE-4247 Add isAborted method to the Abortable interface
|
||||||
|
(Akash Ashok)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
HBASE-3280 YouAreDeadException being swallowed in HRS getMaster
|
HBASE-3280 YouAreDeadException being swallowed in HRS getMaster
|
||||||
|
@ -508,8 +510,6 @@ Release 0.91.0 - Unreleased
|
||||||
(David Revell)
|
(David Revell)
|
||||||
HBASE-4424 Provide coprocessors access to createTable() via
|
HBASE-4424 Provide coprocessors access to createTable() via
|
||||||
MasterServices
|
MasterServices
|
||||||
HBASE-4247 Add isAborted method to the Abortable interface
|
|
||||||
(Akash Ashok)
|
|
||||||
|
|
||||||
TASKS
|
TASKS
|
||||||
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
||||||
|
|
Loading…
Reference in New Issue