You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/12/15 12:42:00 UTC

[jira] [Updated] (ZOOKEEPER-4026) CREATE2 requests embeded in a MULTI request only get a regular CREATE response

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

ASF GitHub Bot updated ZOOKEEPER-4026:
--------------------------------------
    Labels: pull-request-available  (was: )

> 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
>         Attachments: MULTI_CREATE2_bug.txt
>
>          Time Spent: 10m
>  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.3.4#803005)