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:
Jean-Daniel Cryans 2011-08-02 22:35:53 +00:00
parent af2059f439
commit c75e396fb6
2 changed files with 6 additions and 5 deletions

View File

@ -537,6 +537,7 @@ public class SplitLogWorker extends ZooKeeperListener implements Runnable {
getDataSetWatchFailure(path);
return;
}
data = watcher.getRecoverableZooKeeper().removeMetaData(data);
getDataSetWatchSuccess(path, data);
return;
}