HBASE-6285 HBase master should log INFO message when it attempts to assign a region

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-07-02 14:24:24 +00:00
parent 40dc5d71f8
commit 2ec4c4b939
1 changed files with 1 additions and 1 deletions

View File

@ -1748,7 +1748,7 @@ public class AssignmentManager extends ZooKeeperListener {
return; // Should get reassigned later when RIT times out.
}
try {
LOG.debug("Assigning region " + state.getRegion().getRegionNameAsString() +
LOG.info("Assigning region " + state.getRegion().getRegionNameAsString() +
" to " + plan.getDestination().toString());
// Transition RegionState to PENDING_OPEN
state.update(RegionState.State.PENDING_OPEN, System.currentTimeMillis(),