Eliminate server startup threads 65/86165/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Dec 2019 20:27:35 +0000 (21:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 5 Dec 2019 22:32:37 +0000 (23:32 +0100)
commitf86aa7253aadeb117f0a99f93a1a8cb646b2d95b
tree2ba01de4a2765f9c4ce78d938b3a7273c60e1fc1
parent13a7d507466f466865f26eb791ddd1543a3bb5eb
Eliminate server startup threads

These were necessary to clean up the server loop groups, but that
is no longer necessary as they have separate lifecycle. Now the
threads serve only the purpose for asynchronous start, which is
easily done with ChannelFutureLister.

Change-Id: I4eaff47cabde3c2551a65d288da455701b920485
JIRA: OVSDB-454
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java