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

max TPS test can't recover if a node goes out of sync #107

Open
marta-lokhova opened this issue Sep 28, 2023 · 0 comments
Open

max TPS test can't recover if a node goes out of sync #107

marta-lokhova opened this issue Sep 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@marta-lokhova
Copy link
Contributor

Looks like if any node goes out of sync, max TPS test won't recover on the next iteration, causing it to fail even if the network can sustain the TPS rate in question. This is due to the fact that we don't restart nodes from scratch on each iteration (IIRC this was a problem with k8s being too slow spinning up pods for large missions). We should handle this by either allowing the node to catchup in between iterations, or only restarting failed nodes with the latest state.

@marta-lokhova marta-lokhova added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant