FIXME in cluster, see #3192

This commit is contained in:
Patrik Nordwall 2013-05-28 09:02:03 +02:00
parent 58756be937
commit 196a141976
5 changed files with 9 additions and 11 deletions

View file

@ -697,7 +697,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
}