BUG-8898: prioritize InternalCommand 35/60935/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 31 Jul 2017 14:08:22 +0000 (16:08 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Tue, 1 Aug 2017 11:47:55 +0000 (11:47 +0000)
commit2ac32ea2c4f57993a1dc49ef8ce380cb03acc822
tree52c00e2ec79e9756046c93b9b762371a9df31867
parent53afb54d5ee3f3085e615c68d4c033175f67c5ec
BUG-8898: prioritize InternalCommand

InternalCommand requests should be processed as soon as possible,
and since we are already using ControlAwareMailbox, this is as simple
as marking InternalCommand as a ControlMessage.

Change-Id: Ic6025f4254da47801676c0c474d03e18abbf8f50
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/InternalCommand.java