> 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 ?
>     
>
> 
> Raul Gutierrez Segales wrote:
>     Yes - I'll change the C client.

Thanks again Raul. Please raise JIRA for the same, that will remind us:-)


- Rakesh


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


On April 24, 2014, 6:07 p.m., Rakesh R wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20448/
> -----------------------------------------------------------
> 
> (Updated April 24, 2014, 6:07 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/ZooDefs.java 1589795 
>   ./src/java/main/org/apache/zookeeper/ZooKeeper.java 1589795 
>   ./src/java/main/org/apache/zookeeper/cli/RemoveWatchesCommand.java 1589795 
>   ./src/java/main/org/apache/zookeeper/server/DataTree.java 1589795 
>   ./src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java 
> 1589795 
>   ./src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java 
> 1589795 
>   ./src/java/main/org/apache/zookeeper/server/Request.java 1589795 
>   ./src/java/main/org/apache/zookeeper/server/WatchManager.java 1589795 
>   ./src/java/main/org/apache/zookeeper/server/ZKDatabase.java 1589795 
>   ./src/java/test/org/apache/zookeeper/RemoveWatchesTest.java 1589795 
>   ./src/zookeeper.jute 1589795 
> 
> Diff: https://reviews.apache.org/r/20448/diff/
> 
> 
> Testing
> -------
> 
> included tests
> 
> 
> Thanks,
> 
> Rakesh R
> 
>

Reply via email to