Adding docs

This commit is contained in:
Viktor Klang 2009-12-26 15:09:44 +01:00
parent 3233da1e44
commit c97c887791
7 changed files with 41 additions and 7 deletions

View file

@ -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
}