Merging with master

This commit is contained in:
Viktor Klang 2012-07-12 00:34:51 +02:00
parent df2389f3bf
commit f41786f171

View file

@ -545,7 +545,7 @@ private[cluster] final class ClusterCoreDaemon(environment: ClusterEnvironment)
gossipToRandomNodeOf(
if (preferredGossipTargets.nonEmpty) preferredGossipTargets
else localGossip.members.toIndexedSeq[Member].map(_.address) // Fall back to localGossip; important to not accidentally use `map` of the SortedSet, since the original order is not preserved)
else localGossip.members.toIndexedSeq.map(_.address) // Fall back to localGossip; important to not accidentally use `map` of the SortedSet, since the original order is not preserved)
)
}
}