question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trigger Coordinated Shutdown on Cluster Node Downed (master)

See original GitHub issue

One 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:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
TimMoorecommented, Sep 8, 2017

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

0reactions
ignasi35commented, Dec 19, 2017

@ignasi35 has some ideas about this and will soon create an issue to discuss this further (cc @patriknw ).

https://github.com/akka/akka/issues/24183

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found