HBASE-3669 Region in PENDING_OPEN keeps being bounced between RS and master -- added some debugging

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1085066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-03-24 18:35:36 +00:00
parent 0b4f7255fb
commit 237bc82af2
1 changed files with 2 additions and 1 deletions

View File

@ -694,7 +694,8 @@ public class ZKAssign {
LOG.warn(zkw.prefix("Attempt to transition the " +
"unassigned node for " + encoded +
" from " + beginState + " to " + endState + " failed, " +
"the node existed but was in the state " + existingData.getEventType()));
"the node existed but was in the state " + existingData.getEventType() +
" set by the server " + existingData.getServerName()));
return -1;
}