Restrict MD-SAL data operations to a single thread 70/5070/3
authorRobert Varga <rovarga@cisco.com>
Fri, 31 Jan 2014 15:31:05 +0000 (16:31 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 3 Feb 2014 12:13:33 +0000 (13:13 +0100)
commitf0c843b8076e49fdfa37c3e20102435d544815ba
tree61191a39e4ed573c8f2abc9afa0eaa755d2f1d78
parentc61d22e4dc73fdaba09aa8c0b189ea7459679e03
Restrict MD-SAL data operations to a single thread

MD-SAL does not give us transaction ordering guarantees, which mean that
data may hit the data store than what the application intended. Change
the model to single-threaded until proper transaction ordering APIs are
defined.

Change-Id: I6c6375480082b94c614ab2602a2857e0f4779ee8
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/codegen/impl/SingletonHolder.java