Fix spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ce5b63952
commit
2149ccd6d8
|
@ -954,7 +954,7 @@ public class AssignmentManager extends ZooKeeperListener {
|
|||
this.regionPlans.put(encodedName, randomPlan);
|
||||
return randomPlan;
|
||||
}
|
||||
LOG.debug("Using pre-exisitng plan for region " +
|
||||
LOG.debug("Using pre-existing plan for region " +
|
||||
state.getRegion().getRegionNameAsString() + "; plan=" + existingPlan);
|
||||
return existingPlan;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue