Ensure safe usage of RwLock
s are safe in beacon_node_fallback
#6459
Labels
v6.0.0
New major release for hierarchical state diffs
Description
#4393 introduces some new usage of
RwLock
inbeacon_node_fallback
. This ensures safe, concurrent access to node health data across threads. We've done a round of review on this and don't think there's any deadlock risk, or any locks being held for too long, however there are areas we could potentially simplify and improve on:lockbud
(Get lockbud running again #6413)The text was updated successfully, but these errors were encountered: