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

fix(su): failed to read wallet file under heavy load #911

Open
VinceJuliano opened this issue Jul 24, 2024 · 0 comments
Open

fix(su): failed to read wallet file under heavy load #911

VinceJuliano opened this issue Jul 24, 2024 · 0 comments
Labels
bug Something isn't working su ao Scheduler Unit

Comments

@VinceJuliano
Copy link
Collaborator

Background

When a SU is receiving heavy write traffic, it often responds with a message that it failed to read the wallet file.

Solution

Pull the wallet into memory once when the server boots and share it where needed to avoid the file reads.

@VinceJuliano VinceJuliano added the su ao Scheduler Unit label Jul 24, 2024
@TillaTheHun0 TillaTheHun0 added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working su ao Scheduler Unit
Projects
None yet
Development

No branches or pull requests

2 participants