-
Hello. I want to use instance emr-5.10 ( Spark 2.2 etc.)
I'll very happy if you can show me how to solve the errors.
This is my environment
In my master emr-5.10 instance I've uploaded both files:
…
-
https://github.com/akka/akka/actions/runs/6141065748/job/16660822120#step:10:22890
```scala
023-09-11T03:20:09.4937015Z [info] [JVM-2] - must setup (on node 'second', class akka.cluster.LeaderDown…
-
I have some strong consistency scenarios like upgrade business logic in production.
I noticed that `actor/grain` of `protoactor-go/cluster` lost states when the cluster nodes shrinking by `cluster.Sh…
cupen updated
2 years ago
-
Hello,
We are trying to setup Kamon instrumentation on a distributed Akka cluster.
Is working fine while in local with only one node and no lightbend k8s bootstrap procedure (discovery method ku…
-
**Version Information**
AKKA 1.5.16
Modules:
AKKA.Persistence.SQL 1.5.13,
AKKA Streams 1.5.16,
AKKA Serilog 1.5.12.1
**Describe the performance issue**
After migrating to AKKA 1.5, .NET 8 …
-
Hi Team,
We were using Akka framework. we did frequent update as well with respect to Akka release.
We are facing issue that "_Actor System takes 15 Minutes to terminate completely_" once actor s…
-
The general recommendation in Lagom documentation regarding upgrades was always:
1. Update to the latest PATCH version on the version you already use
2. bump from that the latest version on the fo…
-
I created a cluster of three nodes. Our application makes use of the cluster leadership, so in my code I wanted to use Cluster.state(). When a node is downed manually via JMX, that method returns the …
-
Hi,
There's already an issue about removing deprecated agent #471
But the as the solution might vary in each case I start this issue to have a discussion thread.
The actorErrorStatesAgent seem…
-
We should change
https://github.com/akkadotnet/akka.net/tree/dev/src/examples/Cluster/ClusterSharding/ClusterSharding.Node to have it actually run on multiple nodes instead of just a single node, si…