microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 399 forks source link

Actor Replication Sequence Number continuously increasing #502

Open Jaans opened 4 years ago

Jaans commented 4 years ago

We are exploring using Reliable Actors and have noticed that the Replication Sequence Numbers are continuously increasing. It seems to increase by 1 every 4-5 seconds or so.

For reference here's a screenshot from the Actor Primary Partition section in SFE: image

I would've thought that this would only increase if there were state changes that need replicating (like we see with our Stateful Services). However, we aren't using this actor yet - only just managed to get it to deploy to the cluster so it shouldn't be doing anything yet.

Is this to be expected for Reliable Actors?

Jaans commented 4 years ago

'ellooo?