Restrict MD-SAL data operations to a single thread
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)
commit4772fb54bf8186a047ffc3d40b1fcfb91c5f3adc
tree3f5680d6b5305b0e17b2f94606d1b6eeeeafb634
parentf6ece9e37011c02f725d9b0ed57163b719f6255e
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