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: Avoid restarting block streams which have just started #895

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

morgsmccauley
Copy link
Collaborator

@morgsmccauley morgsmccauley commented Jul 18, 2024

On Block Streamer startup, all Block Streams are started in one big herd. Some of which can take a while to start processing. These end up getting marked as "Stalled", and are therefore restarted.

This PR increases the monitoring scrape interval, so that Block Streams have a longer window to prove they are "Processing", and therefore do not get restarted. Also bumped the "stale" check in Coordinator, so they are less likely to get marked as Stale.

@morgsmccauley morgsmccauley requested a review from a team as a code owner July 18, 2024 04:50
@morgsmccauley morgsmccauley merged commit 0177c26 into main Jul 18, 2024
9 checks passed
@morgsmccauley morgsmccauley deleted the fix/restarted-block-streams-on-startup branch July 18, 2024 19:10
This was referenced Jul 18, 2024
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

Successfully merging this pull request may close these issues.

1 participant