Logging of joining

This commit is contained in:
Patrik Nordwall 2013-03-08 15:47:03 +01:00
parent 1c910c729e
commit 01bfb9378e

View file

@ -405,8 +405,7 @@ private[cluster] final class ClusterCoreDaemon(publisher: ActorRef) extends Acto
latestGossip = seenVersionedGossip
log.debug("Cluster Node [{}] - Node [{}] is JOINING", selfAddress, node)
// treat join as initial heartbeat, so that it becomes unavailable if nothing more happens
log.info("Cluster Node [{}] - Node [{}] is JOINING", selfAddress, node)
if (node != selfAddress) {
gossipTo(node)
}