You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Rakesh R (JIRA)" <ji...@apache.org> on 2013/09/20 16:59:56 UTC

[jira] [Updated] (ZOOKEEPER-1388) Client side 'PathValidation' is missing for the multi-transaction api.

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

Rakesh R updated ZOOKEEPER-1388:
--------------------------------

    Attachment: 0001-ZOOKEEPER-1388-trunk-version.patch
    
> Client side 'PathValidation' is missing for the multi-transaction api.
> ----------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1388
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1388
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.4.0
>            Reporter: Rakesh R
>            Priority: Trivial
>             Fix For: 3.5.0
>
>         Attachments: 0001-ZOOKEEPER-1388-trunk-version.patch
>
>
> It would be good to provide ZooKeeper client side path validation for the new multi transaction api.
> Presently the Op.create(path,..), Op.delete(path, ..), Op.setData(path, ..), 
> Op.check(path, ...) apis are not performing the client side path validation and the call will go to the server side and is throwing exception back to the client. 
> Fix involves method signature modification of Op apis by throwing 'KeeperException' (This will affect the backward compatibility). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira