Added FIXME comments to BannagePeriodFailureDetector
This commit is contained in:
parent
3ea6f70934
commit
abf3e6e51d
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue