It means preCommit/commit occurred out-of-order, eg
preCommit txn 1
preCommit txn 2
commit txn 2
commit txn 1
It's an internal problem in the CDS. We put a hack in Be to workaround it.
This patch in master https://git.opendaylight.org/gerrit/#/c/42728/
explains the scenario and implements a prope
Hi,
I want to understand under which condition, this exception seen in
InMemoryDataTree.java#commit is thrown ?
Does this exception mean that a child is being added by one Txn for a parent
which could have been deleted another Txn ?
I checked related bug in OVSDB -
https://bugs.opendaylight.o
There is some other problem with snapshot version. I am not getting node
update or node change notifications. My provider is implementing
DataChangeListener and OpendaylightInventoryListener.
I have asked these question in ask.opendaylight forum too. Can you help me
with some pointers to debug thes