[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249454#comment-17249454
 ] 

maoling commented on ZOOKEEPER-4026:
------------------------------------

[~ceache]

Could you please help us fix this issue?

The contributor guideline is 
[[here](https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute)

If you're not free, I can pick it up:)

> 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
>            Priority: Major
>         Attachments: MULTI_CREATE2_bug.txt
>
>
> 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.3.4#803005)

Reply via email to