Skip to content

fix: short circuit on participant network partition - #4075

Open
metalurgical wants to merge 3 commits into
near:mainfrom
metalurgical:1207_short_circuit_on_participant_network_partition
Open

fix: short circuit on participant network partition#4075
metalurgical wants to merge 3 commits into
near:mainfrom
metalurgical:1207_short_circuit_on_participant_network_partition

Conversation

@metalurgical

@metalurgical metalurgical commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Implements an early return when a participant waiting for a connection exceeds the introduced timeout and deems the other participant unreachable, informing the leader of this so it can short circuit as well instead of waiting for eventual failure. Afaict, applies to all compute calls, both asset generation and signing.

Fix is deliberately simple, a heartbeat-style network connectivity graph could be considered as a future upgrade.

Related to #1207

Implements an early return when a participant waiting for a connection exceeds the introduced timeout and deems the other participant unreachable, informing the leader of this so it can short circuit as well instead of waiting for eventual failure.
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