[ https://issues.apache.org/jira/browse/ZOOKEEPER-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231918#comment-13231918 ]
Hudson commented on ZOOKEEPER-1344: ----------------------------------- Integrated in ZooKeeper-trunk #1494 (See [https://builds.apache.org/job/ZooKeeper-trunk/1494/]) ZOOKEEPER-1344. ZooKeeper client multi-update command is not considering the Chroot request (Rakesh R via phunt) (Revision 1301837) Result = SUCCESS phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301837 Files : * /zookeeper/trunk/CHANGES.txt * /zookeeper/trunk/src/java/main/org/apache/zookeeper/Op.java * /zookeeper/trunk/src/java/main/org/apache/zookeeper/Transaction.java * /zookeeper/trunk/src/java/main/org/apache/zookeeper/ZooKeeper.java * /zookeeper/trunk/src/java/test/org/apache/zookeeper/test/MultiTransactionTest.java > ZooKeeper client multi-update command is not considering the Chroot request > --------------------------------------------------------------------------- > > Key: ZOOKEEPER-1344 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1344 > Project: ZooKeeper > Issue Type: Bug > Components: java client > Affects Versions: 3.4.0 > Reporter: Rakesh R > Assignee: Rakesh R > Priority: Critical > Fix For: 3.4.4, 3.5.0 > > Attachments: ZOOKEEPER-1344-onlytestcase.patch, > ZOOKEEPER-1344.1.patch, ZOOKEEPER-1344.patch, > ZOOKEEPER-1344_branch_3.4.patch, ZOOKEEPER-1344_trunk.patch > > > For example: > I have created a ZooKeeper client with subtree as "10.18.52.144:2179/apps/X". > Now just generated OP command for the creation of zNode "/myId". When the > client creates the path "/myid", the ZooKeeper server is actually be creating > the path as "/myid" instead of creating as "/apps/X/myid" > Expected output: zNode has to be created as "/apps/X/myid" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira