Replies: 1 comment
-
This has been fixed in Akka.NET v1.4.39: https://github.com/akkadotnet/akka.net/releases/tag/1.4.39 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are getting an exception after every re-start of service 3 PODs inside AWS cluster[maxnumbeiof shared =3], we are using Nuget Akka1.4.16 for our .net service using AWS Document DB, attaching the code for your refernce, please let us know if we are missing anything.
Exception in ReceiveRecover when replaying event type [Akka. Cluster.Sharding.PersistentShardCoordinator+ShardHomeAllocated] with sequence number [26] for persistenceId
Cause: System.ArgumentException: Shard 0 is already allocated (Parameter 'e')
at Akka.Cluster.Sharding.PersistentShardCoordinator.State.Updated(IDomainEvent e)
at Akka.Cluster.Sharding.PersistentShardCoordinator.ReceiveRecover(Object message)
at Akka.Persistence.Eventsourced.<>c__DisplayClass91_0.g__RecoveryBehavior|0(Object message)
at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
at Akka.Persistence.Eventsourced.<>n__0(Receive receive, Object message)
at Akka.Persistence.Eventsourced.<>c__DisplayClass92_0.b__1(Receive receive, Object message)
Beta Was this translation helpful? Give feedback.
All reactions