Moved remove of historian to incompatible change section; had a tool that was dependent on it and it broke when upgraded (should be rare case though)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
128bca90d9
commit
57f5eafe25
|
@ -3,6 +3,7 @@ Release 0.21.0 - Unreleased
|
|||
INCOMPATIBLE CHANGES
|
||||
HBASE-1822 Remove the deprecated APIs
|
||||
HBASE-1848 Fixup shell for HBASE-1822
|
||||
HBASE-1854 Remove the Region Historian
|
||||
|
||||
BUG FIXES
|
||||
HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew
|
||||
|
@ -81,7 +82,6 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1574 Client and server APIs to do batch deletes
|
||||
HBASE-1833 hfile.main fixes
|
||||
HBASE-1684 Backup (Export/Import) contrib tool for 0.20
|
||||
HBASE-1854 Remove the Region Historian
|
||||
HBASE-1860 Change HTablePool#createHTable from private to protected
|
||||
HBASE-48 Bulk load tools
|
||||
HBASE-1855 HMaster web application doesn't show the region end key in the
|
||||
|
|
Loading…
Reference in New Issue