Adding docs
This commit is contained in:
parent
3233da1e44
commit
c97c887791
7 changed files with 41 additions and 7 deletions
|
|
@ -151,7 +151,7 @@ class JGroupsClusterActor extends ClusterActor {
|
|||
|
||||
def receive = {
|
||||
case Zombie(x) => { //Ask the presumed zombie for papers and prematurely treat it as dead
|
||||
log debug ("Zombie: %s", x)
|
||||
log debug ("Killing Zombie Node: %s", x)
|
||||
broadcast(x :: Nil, PapersPlease)
|
||||
remotes = remotes - x
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue