Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add performance specs for Akka.Cluster.Sharding #3083

Closed
5 of 7 tasks
Horusiath opened this issue Sep 6, 2017 · 0 comments · Fixed by #5209
Closed
5 of 7 tasks

Add performance specs for Akka.Cluster.Sharding #3083

Horusiath opened this issue Sep 6, 2017 · 0 comments · Fixed by #5209

Comments

@Horusiath
Copy link
Contributor

Horusiath commented Sep 6, 2017

We need a some numbers and metrics about Akka.Cluster.Sharding if we're going to go from prerelease to live with that. Ideally we should check it for both modes:

Setting akka.cluster.sharding.remember-entities on/off will also heavily affect results in both cases. Some of the tests cases we should check:

  • How fast can we create new entities inside a single shard?
  • How fast can we create new entities over spanned shards (not living on the same machine)?
  • How fast can we send message to an entity living in a shard within the same node?
  • How fast can we send message to an entity living in a shard on a different node of known location? (first call to unknown shard is using coordinator, then it's location is cached, so that subsequent ones make use of known shard location)
  • How fast can we send message to an entity living in a shard on a different node of unknown location (first time hit)?
  • How much time does it take to rebalance shard with remember-entities=off? (we can use custom ShardAllocationStrategy for sake of the tests)
  • How much time does it take to rebalance shard with remember-entities=on? In this case number of entities stored within shard also matters.
@Horusiath Horusiath added this to the 1.4.0 milestone Sep 6, 2017
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.0, 1.4.1 and Later Feb 13, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.2, 1.4.3, 1.4.4 Mar 13, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.4, 1.4.5 Mar 31, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.5, 1.4.6 Apr 29, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.6, 1.4.7 May 12, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.7, 1.4.8 May 26, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.8, 1.4.9 Jun 17, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.9, 1.4.10 Jul 21, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.10, 1.4.11 Aug 20, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.11, 1.4.12 Nov 5, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.12, 1.4.13 Nov 16, 2020
@Aaronontheweb Aaronontheweb removed this from the 1.4.13 milestone Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants