BUG 8301: Convert queue to a local variable 72/56472/1
authorTomas Cere <tcere@cisco.com>
Wed, 3 May 2017 11:12:31 +0000 (13:12 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 3 May 2017 14:29:21 +0000 (14:29 +0000)
commitffd3c3d542dcdab0c2523759a9e5ea02d709e75c
tree57b3a6566fb95d48dbcfe063fc06bcaecdc5cc32
parent0c7f2d1e05d436091f50700880622c4be264e532
BUG 8301: Convert queue to a local variable

There's a possibility that this might race and an
actor can have it's queue overwritten by another thread, so convert
this to a local variable.

Change-Id: Ic84922c6d109d8361a48debbf971fddd9cee1d3e
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailbox.java