HBASE-4217 HRS.closeRegion should be able to close regions with only the encoded name
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1161662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
581af1b086
commit
7b85e43c45
|
@ -215,6 +215,8 @@ Release 0.91.0 - Unreleased
|
||||||
HBASE-4220 Lots of DNS queries from client
|
HBASE-4220 Lots of DNS queries from client
|
||||||
HBASE-4253 Intermittent test failure because of missing config parameter in new
|
HBASE-4253 Intermittent test failure because of missing config parameter in new
|
||||||
HTable(tablename) (Ramkrishna)
|
HTable(tablename) (Ramkrishna)
|
||||||
|
HBASE-4217 HRS.closeRegion should be able to close regions with only
|
||||||
|
the encoded name (ramkrishna.s.vasudevan)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||||
|
@ -478,8 +480,6 @@ Release 0.90.5 - Unreleased
|
||||||
Campbell)
|
Campbell)
|
||||||
HBASE-4095 Hlog may not be rolled in a long time if checkLowReplication's
|
HBASE-4095 Hlog may not be rolled in a long time if checkLowReplication's
|
||||||
request of LogRoll is blocked (Jieshan Bean)
|
request of LogRoll is blocked (Jieshan Bean)
|
||||||
HBASE-4217 HRS.closeRegion should be able to close regions with only
|
|
||||||
the encoded name (ramkrishna.s.vasudevan)
|
|
||||||
|
|
||||||
IMPROVEMENT
|
IMPROVEMENT
|
||||||
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
||||||
|
|
Loading…
Reference in New Issue