HBASE-3065 Addendum that removes metadata in getDataSetWatchSuccess() (Ramkrishna)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-07-29 13:28:27 +00:00
parent 996268c26e
commit 5a8e6ff615
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ public class SplitLogManager extends ZooKeeperListener {
setDone(path, true);
return;
}
data = this.watcher.getRecoverableZooKeeper().removeMetaData(data);
// LOG.debug("set watch on " + path + " got data " + new String(data));
if (TaskState.TASK_UNASSIGNED.equals(data)) {
LOG.debug("task not yet acquired " + path + " ver = " + version);