-
Notifications
You must be signed in to change notification settings - Fork 503
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
services/horizon: Race condition found in integration tests #4888
Comments
This seems to have been introduced in #4860 The new |
Here are some options to address the race condition:
@2opremio, @tamirms, @tsachiherman, @sreuland I'd appreciate your input on the best approach to resolve the issue. |
@urvisavla I don't think there will be significant performance impact caused by locking because I don't expect there to be much contention on the lock. The ingestion loop executes once every few seconds because a new ledger appears on average once every 5 seconds and, |
See https://github.com/stellar/go/actions/runs/5136157151/jobs/9242535941
The text was updated successfully, but these errors were encountered: