> On April 21, 2014, 9:37 p.m., michim wrote:
> > The patch looks good overall. Does this change affect the C client?
> 
> Rakesh R wrote:
>     Thanks Michi for the review. I'll update the patch.
>     
>     Reg the C client - yes these apis to be included in C client as well. Hi 
> Raul, I hope we have reached to an agreement. Like previously, it would be 
> great if you can kicks in and do the C client changes ?
>     
>

Yes - I'll change the C client. 


- Raul


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20448/#review40954
-----------------------------------------------------------


On April 17, 2014, 12:45 p.m., Rakesh R wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20448/
> -----------------------------------------------------------
> 
> (Updated April 17, 2014, 12:45 p.m.)
> 
> 
> Review request for zookeeper, michim and Raul Gutierrez Segales.
> 
> 
> Bugs: ZOOKEEPER-1910
>     https://issues.apache.org/jira/browse/ZOOKEEPER-1910
> 
> 
> Repository: zookeeper
> 
> 
> Description
> -------
> 
> RemoveWatches wrongly removes the watcher if multiple watches exists on a 
> path. As per the comments, we have splitted the removeWatches api into:
> - removeWatches(path, watcher, watcherType, local);
> - removeAllWatches(path, watcherType, local);
> 
> 
> Diffs
> -----
> 
>   ./src/java/main/org/apache/zookeeper/ZooKeeper.java 1588229 
>   ./src/java/main/org/apache/zookeeper/cli/RemoveWatchesCommand.java 1588229 
>   ./src/java/main/org/apache/zookeeper/server/DataTree.java 1588229 
>   ./src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java 
> 1588229 
>   ./src/java/main/org/apache/zookeeper/server/WatchManager.java 1588229 
>   ./src/java/main/org/apache/zookeeper/server/ZKDatabase.java 1588229 
>   ./src/java/test/org/apache/zookeeper/RemoveWatchesTest.java 1588229 
>   ./src/zookeeper.jute 1588229 
> 
> Diff: https://reviews.apache.org/r/20448/diff/
> 
> 
> Testing
> -------
> 
> included tests
> 
> 
> Thanks,
> 
> Rakesh R
> 
>

Reply via email to