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

🐛 Block production sometimes takes minutes #356

Open
Thomasvdam opened this issue Sep 10, 2024 · 4 comments
Open

🐛 Block production sometimes takes minutes #356

Thomasvdam opened this issue Sep 10, 2024 · 4 comments
Assignees
Labels
priority: critical Must be fixed immediately type: bug 🐛 Something isn't working

Comments

@Thomasvdam
Copy link
Member

🐛 Bug Report

We notice that on a few occasions the production/finalising of a block took way more than the ~7 seconds we expect.

Steps to Reproduce

Unknown, but it can be observed on Devnet. We suspect tally VM execution to play a role.

Code snippet to reproduce

N.A.

Stack trace & error message

N.A.

Expected Behavior

Block production time should be relatively consistent, especially when the load is consistent.

Your Environment

  • Chain version: v0.3.0-dev.3
  • Machine: t3.large
@Thomasvdam Thomasvdam added type: bug 🐛 Something isn't working priority: critical Must be fixed immediately labels Sep 10, 2024
@Thomasvdam
Copy link
Member Author

We suspect the timeout in the tally vm might cause/contribute to the issues we're observing.

@Thomasvdam
Copy link
Member Author

With the deployed debug builds from Friday September 13th we have not observed block lag over the weekend despite a data request being issued and resolved every 10 minutes. We do see that memory usage is steadily climbing in both nodes

Screenshot 2024-09-16 at 15 02 05
(the last spike is due to to block lag check script)

@Thomasvdam
Copy link
Member Author

@Thomasvdam
Copy link
Member Author

Got the durations between all SIGABRTs for the past 10 days, rounded to make it a little easier to digest:

{
  "<1 hour": 13,
  "1 hour": 29,
  "2 hours": 24,
  "3 hours": 23,
  "4 hours": 19,
  "5 hours": 3
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: critical Must be fixed immediately type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants