HBASE-921 Commit comment was put under incompatible changes rather than Bug fixes.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@704445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Kellerman 2008-10-14 10:38:34 +00:00
parent 0e1e284dc2
commit 031c18faff
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,6 @@ Release 0.19.0 - Unreleased
Jim Kellerman)
HBASE-852 Cannot scan all families in a row with a LIMIT, STARTROW, etc.
(Izaak Rubin via Stack)
HBASE-921 region close and open processed out of order; makes for
disagreement between master and regionserver on region state
BUG FIXES
HBASE-891 HRS.validateValuesLength throws IOE, gets caught in the retries
@ -23,6 +21,8 @@ Release 0.19.0 - Unreleased
HBASE-913 Classes using log4j directly
HBASE-914 MSG_REPORT_CLOSE has a byte array for a message
HBASE-918 Region balancing during startup makes cluster unstable
HBASE-921 region close and open processed out of order; makes for
disagreement between master and regionserver on region state
IMPROVEMENTS
HBASE-901 Add a limit to key length, check key and value length on client side