-
Notifications
You must be signed in to change notification settings - Fork 15
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
DPE-4613 Test for multi-relation scale in/out #489
Conversation
@paulomach The test passed, and looks solid. More IPs + more events inside. Also, is profile=production used on purpose here? |
It's on I was out to replicate sunbeam deployment size + simultaneous scale in/out to catch their issue, but it may be helpful to exaggerate it here. |
…eature/dpe-4613-router-metadata-gone
trust=True, | ||
) | ||
|
||
for i in range(1, SCALE_OUT + 1): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I would start at 0 to make your life easier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I would also use 3 units for router (+ some test app also for 3 units.)
One performance recomentation here due to Inserts auto-start on test-app.
…eature/dpe-4613-router-metadata-gone
May be we can add a couple more |
Issue #432 is not easily reproducible.
This PR tries to reproduce the use case, using multiple applications connected to a single cluster.