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:
parent
996268c26e
commit
5a8e6ff615
|
@ -384,6 +384,7 @@ public class SplitLogManager extends ZooKeeperListener {
|
||||||
setDone(path, true);
|
setDone(path, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
data = this.watcher.getRecoverableZooKeeper().removeMetaData(data);
|
||||||
// LOG.debug("set watch on " + path + " got data " + new String(data));
|
// LOG.debug("set watch on " + path + " got data " + new String(data));
|
||||||
if (TaskState.TASK_UNASSIGNED.equals(data)) {
|
if (TaskState.TASK_UNASSIGNED.equals(data)) {
|
||||||
LOG.debug("task not yet acquired " + path + " ver = " + version);
|
LOG.debug("task not yet acquired " + path + " ver = " + version);
|
||||||
|
|
Loading…
Reference in New Issue