Amend HBASE-4222 Fix release version, now for 0.90.5, and fix for intermittent test failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1161374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2356e400a2
commit
ee55d1e744
|
@ -401,7 +401,6 @@ Release 0.91.0 - Unreleased
|
||||||
HBASE-4199 blockCache summary - backend (Doug Meil)
|
HBASE-4199 blockCache summary - backend (Doug Meil)
|
||||||
HBASE-4240 Allow Loadbalancer to be pluggable
|
HBASE-4240 Allow Loadbalancer to be pluggable
|
||||||
HBASE-4244 Refactor bin/hbase help
|
HBASE-4244 Refactor bin/hbase help
|
||||||
HBASE-4222 Make HLog more resilient to write pipeline failures
|
|
||||||
|
|
||||||
TASKS
|
TASKS
|
||||||
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
||||||
|
@ -479,6 +478,7 @@ Release 0.90.5 - Unreleased
|
||||||
|
|
||||||
IMPROVEMENT
|
IMPROVEMENT
|
||||||
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
||||||
|
HBASE-4222 Make HLog more resilient to write pipeline failures
|
||||||
|
|
||||||
Release 0.90.4 - August 10, 2011
|
Release 0.90.4 - August 10, 2011
|
||||||
|
|
||||||
|
|
|
@ -474,7 +474,7 @@ public class TestLogRolling {
|
||||||
writeData(table, 5);
|
writeData(table, 5);
|
||||||
|
|
||||||
// force a log roll to read back and verify previously written logs
|
// force a log roll to read back and verify previously written logs
|
||||||
log.rollWriter();
|
log.rollWriter(true);
|
||||||
|
|
||||||
// read back the data written
|
// read back the data written
|
||||||
Set<String> loggedRows = new HashSet<String>();
|
Set<String> loggedRows = new HashSet<String>();
|
||||||
|
|
Loading…
Reference in New Issue