[
https://issues.apache.org/jira/browse/HBASE-16572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15471861#comment-15471861
]
Hudson commented on HBASE-16572:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1559 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1559/])
HBASE-16572 Sync method in RecoverableZooKeeper failed to pass callback (tedyu:
rev e9cfbfd107ab1e368b48b9c44b71e02a81a6ca19)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
> 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)