Validator client head monitor timeout fix#8846
Merged
mergify[bot] merged 5 commits intosigp:release-v8.1from Feb 18, 2026
Merged
Validator client head monitor timeout fix#8846mergify[bot] merged 5 commits intosigp:release-v8.1from
mergify[bot] merged 5 commits intosigp:release-v8.1from
Conversation
Member
Author
|
Can confirm that manual testing on a VC shows that the timeout is gone (tested commit cc1d64d). |
Member
Author
|
Can also confirm that stopping one of the attached VCs results in:
|
Merge Queue StatusRule:
This pull request spent 32 minutes 39 seconds in the queue, including 31 minutes 2 seconds running CI. Required conditions to merge
|
Ari4ka
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Addressed
Fix a bug in v8.1.0 whereby the VC times out continuously with:
Proposed Changes
Duration::MAX. This is necessary as the client is configured with a default timeout. This is the only way to override/remove it.read_timeout(yet), as this would need to be configured on a per-client basis. We do not want to create a new Client for every call as the early commits on this branch were doing, as this would bypass the TLS cert config, and is also wasteful.Additional Info
Awaiting confirmation that this fix works after manual testing. Will update.