Bug 4037: Allow auto-downed node to rejoin cluster
authorGary Wu <Gary.Wu1@huawei.com>
Fri, 2 Oct 2015 20:12:43 +0000 (13:12 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 23 Oct 2015 18:13:32 +0000 (18:13 +0000)
commitd85eb6a149b17b4c64cdfb452bc405b53d06ca40
treedd3d7486b38416dd07d78446ff3177a27ea89717
parenta8ea2f9295e12bec9a5bf25f648643f9e932fa42
Bug 4037: Allow auto-downed node to rejoin cluster

This patch will detect when a node has been
auto-downed/quarantined by another node. When this
happens, the ActorSystem of the datastore will be
restarted to allow the node to rejoin the cluster.

Change-Id: I0913bf455d426b6a0fccb17eac61b74f0911fa5d
Signed-off-by: Gary Wu <Gary.Wu1@huawei.com>
java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java [new file with mode: 0644]