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

Detecting stalls caused by malicious validation #1310

Open
akoshelev opened this issue Sep 23, 2024 · 0 comments
Open

Detecting stalls caused by malicious validation #1310

akoshelev opened this issue Sep 23, 2024 · 0 comments
Assignees

Comments

@akoshelev
Copy link
Collaborator

We've run into several issues where validate_record was blocking protocol execution because of misalignments between batch size and active work size. It wasn't easy to detect because stall detection did not print anything on that.

We would want stall detection messages to include records waiting to be validate. Getting pending records from Batcher should be easy, but it is not clear how to integrate this with gateway's stall detection yet.

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