[ 
https://issues.apache.org/jira/browse/HBASE-16572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-16572:
---------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks for the patch, Allan.

> Sync method in RecoverableZooKeeper failed to pass callback function in
> -----------------------------------------------------------------------
>
>                 Key: HBASE-16572
>                 URL: https://issues.apache.org/jira/browse/HBASE-16572
>             Project: HBase
>          Issue Type: Bug
>          Components: Zookeeper
>    Affects Versions: 2.0.0, 1.1.4
>            Reporter: Allan Yang
>            Assignee: Allan Yang
>            Priority: Minor
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBASE-16572.patch
>
>
> {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)

Reply via email to