Guard against null transaction IDs 25/31425/1
authorRobert Varga <rovarga@cisco.com>
Wed, 16 Dec 2015 13:55:09 +0000 (14:55 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 16 Dec 2015 13:56:15 +0000 (14:56 +0100)
commitbea73749199179ffc19184c717dd4c585185ccb7
treec9a907321c76bb2f3c601c952664d023333859b7
parentd54ecf76d2bb2a06b0d94a8d4b8ad6ca0d7830e0
Guard against null transaction IDs

This pushes down the null guards so that we can track down the source of
nulls.

Change-Id: Id94db7ba1810b2331f625f335ee610b3a22b3c44
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardTransaction.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/CreateTransaction.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/ForwardedReadyTransaction.java