HBASE-11261 Addendum to remove an unneeded debug message

This commit is contained in:
Devaraj Das 2014-07-17 08:54:22 -07:00
parent 72ddb74700
commit 9f96d91b2e
1 changed files with 0 additions and 1 deletions

View File

@ -1499,7 +1499,6 @@ public class AssignmentManager extends ZooKeeperListener {
deleteNodeInStates(encodedName, "closed", null,
EventType.RS_ZK_REGION_CLOSED, EventType.M_ZK_REGION_OFFLINE);
}
LOG.debug("Removing region from replicasToClose " + regionInfo);
replicasToClose.remove(regionInfo);
regionOffline(regionInfo);
}