mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
- Make Journal::Sink::thresh_ atomic to fix data race between concurrent log threshold reads (hot path) and writes (RPC/startup) - Make SHAMap::ledgerSeq_ atomic to fix data race between concurrent node fetch reads and ledger acquisition writes - Suppress known lock-order-inversion between getMasterMutex() and RCLConsensus::mutex_ (requires larger lock-ordering redesign) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>