Added FIXME comments to BannagePeriodFailureDetector

This commit is contained in:
Jonas Bonér 2011-09-09 10:56:38 +02:00
parent 3ea6f70934
commit abf3e6e51d

View file

@ -224,6 +224,8 @@ class BannagePeriodFailureDetector(
timeToBan: Duration)
extends RemoteFailureDetectorBase(initialConnections) {
// FIXME considering adding a Scheduler event to notify the BannagePeriodFailureDetector unban the banned connection after the timeToBan have exprired
type T = Map[InetSocketAddress, BannedConnection]
case class BannedConnection(bannedSince: Long, connection: ActorRef)