Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.8, 3.6.2
-
Tested with official docker hub images of the server and a python Zookeeper client (Kazoo, http://github.com/python-zk/kazoo)
Description
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)
Attachments
Attachments
Issue Links
- is duplicated by
-
ZOOKEEPER-4667 DataTree.processTxn ignores `OpCode.create2` in `OpCode.multi`
- Resolved
- links to