When saying specific data tree I mean like "inventory data model", "topology 
data model", "netvirt data model", etc.
Am I mistakenly using the term "data tree" instead of "sub tree"? 
Do all of them have a joint root? (YangInstanceIdentifier.EMPTY)?

Will issuing DOMDataReadTransaction.read(YangInstanceIdentifier.EMPTY) provide 
me a snapshot of all?
Sounds like it can't work in a Clustered Data Store, because the reads are not 
from the local replica.

-----Original Message-----
From: controller-dev-boun...@lists.opendaylight.org 
[mailto:controller-dev-boun...@lists.opendaylight.org] On Behalf Of Robert Varga
Sent: Monday, September 19, 2016 11:26 AM
To: Sela, Guy <guy.s...@hpe.com>; Tom Pantelis <tompante...@gmail.com>
Cc: controller-dev <controller-dev@lists.opendaylight.org>
Subject: Re: [controller-dev] [documentation] Questions about ODL clustering

On 09/18/2016 02:28 PM, Sela, Guy wrote:
> What I mean is to be able to create a snapshot of the entire state and not 
> only a specific data tree.

Do you by 'specific data tree' mean 'specific subtree'?

We do not guarantee consistency across shards, but you can read all shards by 
issuing a DOMDataReadTransaction.read(YangInstanceIdentifier.EMPTY).

Bye,
Robert

_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to