Move coordinated-shutdown config from test/resources, #23879
* looks like the ActorSystem is shutdown when leaving * Included in MultiNodeSpec, i.e. all multi-node tests: akka.coordinated-shutdown.terminate-actor-system = off akka.oordinated-shutdown.run-by-jvm-shutdown-hook = off
This commit is contained in:
parent
3bc627d766
commit
436668687a
8 changed files with 3 additions and 16 deletions
|
|
@ -3,6 +3,3 @@ akka.actor {
|
|||
warn-about-java-serializer-usage = off
|
||||
}
|
||||
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue