eager initialization of CoordinatedShutdown, #22191

* e.g. the jvm shutdown hook should be installed immediately
* noticed that it was initialized from artery shutdown
* run-by-jvm-shutdown-hook=off in multi-jvm tests
This commit is contained in:
Patrik Nordwall 2017-01-23 21:35:45 +01:00
parent 04846f4528
commit 9de19bf312
4 changed files with 12 additions and 4 deletions

View file

@ -214,6 +214,7 @@ object MultiNodeSpec {
loggers = ["akka.testkit.TestEventListener"]
loglevel = "WARNING"
stdout-loglevel = "WARNING"
coordinated-shutdown.run-by-jvm-shutdown-hook = off
actor {
default-dispatcher {
executor = "fork-join-executor"