Do not allow global timer to be stopped 46/109446/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 20:34:11 +0000 (21:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 20:34:11 +0000 (21:34 +0100)
commit6c976d5d84b71a2938f57c63970f809a67064477
treec5136d437190d63d0420d348b72cd4449577de0e
parent0537bf92359cfd487e59c23f6baad79ee831502e
Do not allow global timer to be stopped

We have a globally-shared instance, it should never be stopped via
Timer.stop(). Log a warning whenever that is atttempted.

Change-Id: Id29f3799024b826d2278bf95f75cc661f85ab8e8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/config/netty-timer-config/src/main/java/org/opendaylight/controller/config/yang/netty/timer/OSGiGlobalTimer.java