You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log hygiene: sample/demote the 4 cosmetic high-volume WARNs (~75k/node/19h)
None touch consensus or production timing — verified: the PoH count is an embedded
VDF proof (never a timing/election gate), and block_ts is slot-anchored/deterministic
(cannot fork). The noise is steady-state + heterogeneous-hardware, not a fault.
- PoH "Clock drift X%" (poh.rs): sampled 1 per 300 slots (~5 min). Drift = this node's
CPU hash-rate vs wall mapping; it never gates production/round/election.
- PACING "chain off real-time schedule" (node.rs): sampled 1 per 300 blocks; the lag
is cosmetic since block_ts is deterministic.
- P2P "Certificate already cached, skipping" (unified_p2p.rs): WARN->DBG — an expected
dedup no-op, not a warning.
- QUIC "uni_read_failed" (quic_transport.rs): WARN->DBG — a benign early close of a
one-way broadcast stream; the payload still arrives via other peers/repair.
Genuine P2P/QUIC/BFT warnings stay at WARN. cargo check clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments