[
https://issues.apache.org/jira/browse/ZOOKEEPER-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhihong Yu updated ZOOKEEPER-1407:
----------------------------------
Attachment: 1407-v4.txt
When adding ops.add(Op.getData()) call to MultiTransactionTest.java, I found a
lot of places where getData was handled in patch v3.
I am not sure about the following code in MultiResponse.serialize():
{code}
Stat stat = new Stat();
new GetDataResponse(gdr.getData(), stat).serialize(archive,
tag);
break;
{code}
> Support GetData and GetChildren in Multi
> ----------------------------------------
>
> Key: ZOOKEEPER-1407
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1407
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Zhihong Yu
> Fix For: 3.5.0
>
> Attachments: 1407-v2.txt, 1407-v3.txt, 1407-v4.txt, 1407.txt
>
>
> There is use case where GetData and GetChildren would participate in Multi.
> We should add support for this case.
--
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