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:
Gary Helmling 2011-08-25 03:37:34 +00:00
parent 2356e400a2
commit ee55d1e744
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,6 @@ Release 0.91.0 - Unreleased
HBASE-4199 blockCache summary - backend (Doug Meil)
HBASE-4240 Allow Loadbalancer to be pluggable
HBASE-4244 Refactor bin/hbase help
HBASE-4222 Make HLog more resilient to write pipeline failures
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel
@ -479,6 +478,7 @@ Release 0.90.5 - Unreleased
IMPROVEMENT
HBASE-4205 Enhance HTable javadoc (Eric Charles)
HBASE-4222 Make HLog more resilient to write pipeline failures
Release 0.90.4 - August 10, 2011

View File

@ -474,7 +474,7 @@ public class TestLogRolling {
writeData(table, 5);
// force a log roll to read back and verify previously written logs
log.rollWriter();
log.rollWriter(true);
// read back the data written
Set<String> loggedRows = new HashSet<String>();