Allan Yang created HBASE-16572:
----------------------------------
Summary: Sync method in RecoverableZooKeeper failed to pass
callback fucntion in
Key: HBASE-16572
URL: https://issues.apache.org/jira/browse/HBASE-16572
Project: HBase
Issue Type: Bug
Components: Zookeeper
Affects Versions: 1.1.4, 2.0.0
Reporter: Allan Yang
Priority: Minor
Fix For: 2.0.0
{code:java}
public void sync(String path, AsyncCallback.VoidCallback cb, Object ctx)
throws KeeperException {
checkZk().sync(path, null, null); //callback function cb is not passed in
}
{code}
It is obvious that the callback method is not passed in. Since sync operation
in Zookeeper is a 'async' operation, we need a callback method to notify the
caller that the 'sync' operation is finished.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)