HBASE-3905 HBaseAdmin.createTableAsync() should check for invalid split keys.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b1f7dbd54
commit
7bbeb3231b
|
@ -109,8 +109,6 @@ Release 0.91.0 - Unreleased
|
||||||
HBASE-3898 TestSplitTransactionOnCluster broke in TRUNK
|
HBASE-3898 TestSplitTransactionOnCluster broke in TRUNK
|
||||||
HBASE-3826 Minor compaction needs to check if still over
|
HBASE-3826 Minor compaction needs to check if still over
|
||||||
compactionThreshold after compacting (Nicolas Spiegelberg)
|
compactionThreshold after compacting (Nicolas Spiegelberg)
|
||||||
HBASE-3905 HBaseAdmin.createTableAsync() should check for invalid split
|
|
||||||
keys (Ted Yu)
|
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||||
|
@ -274,6 +272,8 @@ Release 0.90.4 - Unreleased
|
||||||
(Vaibhav Puranik)
|
(Vaibhav Puranik)
|
||||||
HBASE-3820 Splitlog() executed while the namenode was in safemode may
|
HBASE-3820 Splitlog() executed while the namenode was in safemode may
|
||||||
cause data-loss (Jieshan Bean)
|
cause data-loss (Jieshan Bean)
|
||||||
|
HBASE-3905 HBaseAdmin.createTableAsync() should check for invalid split
|
||||||
|
keys (Ted Yu)
|
||||||
|
|
||||||
IMPROVEMENT
|
IMPROVEMENT
|
||||||
HBASE-3882 hbase-config.sh needs to be updated so it can auto-detects the
|
HBASE-3882 hbase-config.sh needs to be updated so it can auto-detects the
|
||||||
|
|
Loading…
Reference in New Issue