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

Damien Diederen resolved ZOOKEEPER-4026.
----------------------------------------
    Fix Version/s: 3.7.2
                   3.9.0
                   3.8.2
       Resolution: Fixed

Issue resolved by pull request 1978
[https://github.com/apache/zookeeper/pull/1978]

> CREATE2 requests embeded in a MULTI request only get a regular CREATE response
> ------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-4026
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4026
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.5.8, 3.6.2
>         Environment: Tested with official docker hub images of the server and 
> a python Zookeeper client (Kazoo, http://github.com/python-zk/kazoo)
>            Reporter: Charles-Henri de Boysson
>            Assignee: Damien Diederen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.7.2, 3.9.0, 3.8.2
>
>         Attachments: MULTI_CREATE2_bug.txt
>
>          Time Spent: 6h
>  Remaining Estimate: 0h
>
> When making a MULTI request with a CREATE2 payload, the reply from the server 
> only contains a regular CREATE response (the path but without the stat data).
>  
> See attachment for a capture and decode of the request/reply.
>  
> How to reproduce:
>  * Connect to the ensemble
>  * Make a MULTI (OpCode 14) request with a CREATE2 operation (OpCode 15)
>  * Reply from server is success, znode is create, but the MULTI reply 
> contains a CREATE (OpCode 1)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to