HBASE-4862 Splitting hlog and opening region concurrently may cause data loss
(Chunhui Shen) Move JIRA to 0.90 section git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1159115a4
commit
4368ce9401
|
@ -447,8 +447,6 @@ Release 0.92.0 - Unreleased
|
||||||
HBASE-4739 Master dying while going to close a region can leave it in transition
|
HBASE-4739 Master dying while going to close a region can leave it in transition
|
||||||
forever (Gao Jinchao)
|
forever (Gao Jinchao)
|
||||||
HBASE-4855 SplitLogManager hangs on cluster restart due to batch.installed doubly counted
|
HBASE-4855 SplitLogManager hangs on cluster restart due to batch.installed doubly counted
|
||||||
HBASE-4862 Splitting hlog and opening region concurrently may cause data loss
|
|
||||||
(Chunhui Shen)
|
|
||||||
|
|
||||||
TESTS
|
TESTS
|
||||||
HBASE-4450 test for number of blocks read: to serve as baseline for expected
|
HBASE-4450 test for number of blocks read: to serve as baseline for expected
|
||||||
|
@ -873,6 +871,8 @@ Release 0.90.5 - Unreleased
|
||||||
cause data loss (bluedavy via Lars H)
|
cause data loss (bluedavy via Lars H)
|
||||||
HBASE-4800 Result.compareResults is incorrect (James Taylor and Lars H)
|
HBASE-4800 Result.compareResults is incorrect (James Taylor and Lars H)
|
||||||
HBASE-4848 TestScanner failing because hostname can't be null
|
HBASE-4848 TestScanner failing because hostname can't be null
|
||||||
|
HBASE-4862 Splitting hlog and opening region concurrently may cause data loss
|
||||||
|
(Chunhui Shen)
|
||||||
|
|
||||||
IMPROVEMENT
|
IMPROVEMENT
|
||||||
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
||||||
|
|
Loading…
Reference in New Issue