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

Performance: Transaction Status Service #4279

Open
bw-solana opened this issue Jan 3, 2025 · 0 comments · May be fixed by #4032
Open

Performance: Transaction Status Service #4279

bw-solana opened this issue Jan 3, 2025 · 0 comments · May be fixed by #4032
Assignees

Comments

@bw-solana
Copy link

TSS records details about each tx and block into RocksDB and is single threaded. This can be a giant bottleneck at high TPS. This service is not required for standard validator operation but is used to supply the data necessary for responding to certain RPC queries.

On invalidator runs, we observe this service lagging behind and causing OOM issues (due to tx updates growing an unbounded crossbeam channel) at ~40k TPS.

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

Successfully merging a pull request may close this issue.

2 participants