Apply a workaround for the isolation of quarantined node 76/90476/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:30:36 +0000 (10:30 +0000)
commit1ae334f1989bca1149b5a93367fd1eab66a67db5
tree883752d82a71f53aed99438bcb17b6591419fed8
parent43846988acf4259b9409e94d23faadc9c1b8967f
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