BUG-5280: make sure we arm the request timer 00/53900/4
authorRobert Varga <rovarga@cisco.com>
Mon, 27 Mar 2017 14:19:25 +0000 (16:19 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 29 Mar 2017 15:36:47 +0000 (15:36 +0000)
commitead654e06cdd2189446f7fffb417bab4e4cb540f
tree386c9a24df37c99cfdfb406696bc2cb6c6b81a4d
parent52cf6acb8f951682c1df5458902974b4602cea8e
BUG-5280: make sure we arm the request timer

The timer which is supposed to timeout requests and detect
overall badness of the backeend was not being armed. Fix that
by scheduling it whenever we make the queue non-empty.

Change-Id: I9d8be694e3ed5154b66baca76c0788840a38c2f7
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/AbstractClientConnection.java
opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/TransmitQueue.java