Multi op was designed to support transactional consistency. GetData() is not a transaction and as such didn't fit under the original design of Multi.
That being said, it wouldn't be hard to add support to Multi for GetData (and GetChildren). I intend to do that in the near future though there is currently no jira for this. Feel free to open one. On Tue, Mar 6, 2012 at 11:10 PM, Ted Yu <[email protected]> wrote: > Hi, > On first glance, Op doesn't seem to cover getData(). > > Is this intentional ? > > How do I read the data for multiple znodes in one transaction ? > > Thanks >
