Skip to content

Investigate the following: #775

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

Open
JoeCap08055 opened this issue Apr 1, 2025 · 2 comments
Open

Investigate the following: #775

JoeCap08055 opened this issue Apr 1, 2025 · 2 comments

Comments

@JoeCap08055
Copy link
Contributor

JoeCap08055 commented Apr 1, 2025

Description

Investigate the following from load testing the SIWF sign-up flow in account-service:

  • Why we get nonce conflicts when queue concurrency is increased
  • Why we got an apparent nonce hole (that was never filled) when submitting a large number of transactions (even with queue concurrency=1)
@aramikm
Copy link
Contributor

aramikm commented Apr 1, 2025

I think caching the nonce might have a side effect in causing the nonce hole since we have not experienced that issue before

@JoeCap08055
Copy link
Contributor Author

I think caching the nonce might have a side effect in causing the nonce hole since we have not experienced that issue before

Quite possibly; though I would think it would be the opposite. Caching the nonce runs the risk of it being stale == behind, which would more likely cause nonce conflicts, not holes.

I'm working on a better solution for detecting holes...

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

No branches or pull requests

2 participants