Apply a workaround for the isolation of quarantined node 77/90477/1
authorTejas Nevrekar <tejas.nevrekar@gmail.com>
Thu, 4 Jun 2020 12:44:23 +0000 (18:14 +0530)
committerRobert Varga <nite@hq.sk>
Fri, 19 Jun 2020 10:31:03 +0000 (10:31 +0000)
commit16c36370f632a3d5e2687e0f9c0900d54f6e7e45
treeb5cd45f377f12add58c1871d0ce53930a24ea613
parent0aa788f7c449fa621566d4ace8d5eb1b2078c3c4
Apply a workaround for the isolation of quarantined node

Listen to the AssociationErrorEvent in addition to
the ThisActorSystemQuarantinedEvent so that in cases
like isolate followed by unisolate, the quarantine
restart is triggered.

JIRA: CONTROLLER-1941
Change-Id: I937a9411c90fbbbaad73769efbc4e996369448a8
Signed-off-by: Tejas Nevrekar <tejas.nevrekar@gmail.com>
(cherry picked from commit 0df6660a561209abca5f54bc265d5b1e52ad91d5)
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActorTest.java