=rem #18339 Use explicit handshake timeout
* instead of using transport failure detector * add a new config property akka.remote.handshake-timeout, but for netty.tcp and netty.ssl the existing netty.tcp.connection-timeout setting will be used * add test of the timeouts * mima filter for internal ProtocolStateActor
This commit is contained in:
parent
aad2c4ca35
commit
94896e8e75
7 changed files with 106 additions and 9 deletions
|
|
@ -34,7 +34,8 @@ object MiMa extends AutoPlugin {
|
|||
|
||||
val mimaIgnoredProblems = {
|
||||
import com.typesafe.tools.mima.core._
|
||||
Seq()
|
||||
Seq(
|
||||
FilterAnyProblem("akka.remote.transport.ProtocolStateActor"))
|
||||
|
||||
// FIXME somehow we must use different filters when akkaPreviousArtifact is 2.3.x
|
||||
/* Below are the filters we used when comparing to 2.3.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue