Akka cluster sharding hosted entities histogram errors when nodes go away #946
Unanswered
polymorphic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings --
I have an Akka cluster service using cluster sharding and instrumented with Kamon. There are instances when the service code passivates cluster entities as described in the Akka documentation. Doing so has the effect of decrementing the number of sharded entities, something that causes Kamon to log the following warning:
I read it as the Kamon code assuming that the number of shared entities is monotonically increasing; that is not the case when passivation occurs. Have others ran into this problem? Perhaps there's a configuration parameter I missed...
Beta Was this translation helpful? Give feedback.
All reactions