Trigger Coordinated Shutdown on Cluster Node Downed (master)
See original GitHub issueOne responsibility of JoinClusterImpl
is to exit the JVM when the actor system is terminate (it’s a configurable feature).
Migrating to Akka 2.5 (where coordinated shutdown is available) will have an impact on JoinClusterImpl
code. This requires manual testing specially when running a cluster with SBR
setup. See a possible testing script on #971.
See also #974
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Coordinated Shutdown - Documentation - Akka
The CoordinatedShutdown extension registers internal and user-defined tasks to be executed during the shutdown process.
Read more >2.6.x CoordinatedShutdown reason - Akka
I'm looking at a way to automatically restart Akka Cluster nodes. ... When Coordinated Shutdown is triggered an instance of `Reason` is ...
Read more >How to Properly Shutdown a Failover Cluster or a Node
Shutting Down a Node · Open Failover Cluster Manager (CluAdmin.msc) · Click on “ Nodes ” · Right-click on the node name and...
Read more >akkadotnet/akka.net - Gitter
Another thing: If I run a standalone node with itself configured as seed node, ... For cluster sharding it would seem that I...
Read more >akka.akka-cluster_2.12.2.6.12.source-code.reference.conf Maven ...
When aborted it will run CoordinatedShutdown, which by default will # terminate the ... off # Pluggable support for downing of nodes in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As part of this, we should ensure that the JVM is not shut down in development and test modes, even if configured to do so in production…
See https://github.com/lagom/lagom/pull/978#discussion_r137490201
https://github.com/akka/akka/issues/24183