HBASE-5237 Addendum for HBASE-5160 and HBASE-4397 (Ram)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1234377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkrishna 2012-01-21 17:47:08 +00:00
parent 7436e93ee9
commit fc8d2fe645
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Release 0.93.0 - Unreleased
Release 0.92.1 - Unreleased
BUG FIXES
HBASE-5176 AssignmentManager#getRegion: logging nit adds a redundant '+' (Karthik K)
HBASE-5237 Addendum for HBASE-5160 and HBASE-4397 (Ram)
TESTS
HBASE-5223 TestMetaReaderEditor is missing call to CatalogTracker.stop()

View File

@ -1441,6 +1441,7 @@ public class AssignmentManager extends ZooKeeperListener {
RegionPlan plan = getRegionPlan(state, forceNewPlan);
if (plan == null) {
LOG.debug("Unable to determine a plan to assign " + state);
this.timeoutMonitor.setAllRegionServersOffline(true);
return; // Should get reassigned later when RIT times out.
}
try {