Merge pull request #1489 from akka/wip-3192-fixme-patriknw

FIXME in cluster, see #3192
This commit is contained in:
Patrik Nordwall 2013-05-28 07:17:16 -07:00
commit 852be1b9bb
5 changed files with 9 additions and 11 deletions

View file

@ -709,7 +709,7 @@ private[cluster] final class ClusterCoreDaemon(publisher: ActorRef) extends Acto
val localUnreachableMembers = localOverview.unreachable
val hasPartionHandoffCompletedSuccessfully: Boolean = {
// FIXME implement partion handoff and a check if it is completed - now just returns TRUE - e.g. has completed successfully
// TODO implement partion handoff and a check if it is completed - now just returns TRUE - e.g. has completed successfully
true
}