mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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>