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

Single region high node count test #47

Open
danthegoodman1 opened this issue Jun 4, 2023 · 1 comment
Open

Single region high node count test #47

danthegoodman1 opened this issue Jun 4, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@danthegoodman1
Copy link
Collaborator

Say 3 replica groups, 10 nodes per group, all gossiping.

I would like to write a test that focuses on high node counts within a single region, with large replica groups. This is a more realistic test as regions don’t talk to each other, so we can test how requests are distributed in a high-density scenario.

@danthegoodman1 danthegoodman1 added the documentation Improvements or additions to documentation label Jun 4, 2023
@danthegoodman1
Copy link
Collaborator Author

Based on testing this behavior on my laptop, I have no doubts about the abilities of FS to delegate requests, manage partitions efficiently as they are remapped, and keep low latency (this was all thoroughly tested through development as I wrote it).

The major test is to see how gossip might behave (the code I did not write) at this scale, and how we might need to expose/tune settings, manage buffers, or switch to something like serf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant