Apply a workaround for the isolation of quarantined node 79/90279/8
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:27 +0000 (10:30 +0000)
commit0df6660a561209abca5f54bc265d5b1e52ad91d5
tree998dfbaf057e645aedf2e960aaf06dd5dc7d430a
parentc032937639e5bc223deb8ec60fab9315c16edd16
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>
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