HBASE-3065 adding a missing removeMetaData in SplitLogWorker.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af2059f439
commit
c75e396fb6
|
@ -537,6 +537,7 @@ public class SplitLogWorker extends ZooKeeperListener implements Runnable {
|
||||||
getDataSetWatchFailure(path);
|
getDataSetWatchFailure(path);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
data = watcher.getRecoverableZooKeeper().removeMetaData(data);
|
||||||
getDataSetWatchSuccess(path, data);
|
getDataSetWatchSuccess(path, data);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue