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:
parent
04846f4528
commit
9de19bf312
4 changed files with 12 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue