We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add meaningful spans. This should shorten, unify and improve the value of sync logs be it on p2p client level or at the sync logic level.
The text was updated successfully, but these errors were encountered:
Some sync stages do not communicate important info like: current block number.
Sorry, something went wrong.
Example (thought this should not be a fatal error too):
2024-11-09T09:23:39 ERROR pathfinder_lib::sync: Stopping track sync, error: No transactions at crates/pathfinder/src/sync.rs:186 2024-11-09T09:23:39 DEBUG p2p::client::peer_agnostic::header_stream: Failed to yield to stream, terminating, peer: 12D3KooWC4fgZuc3dGF62JpUZAhsQFaYRJAZ4EVLQ7UXESMEV2rW at crates/p2p/src/client/peer_agnostic.rs:697 2024-11-09T09:23:39 WARN p2p::main_loop: Outbound header sync request failed, request_id: OutboundRequestId(1), error: Io(Custom { kind: Other, error: SendError { kind: Disconnected } }) at crates/p2p/src/main_loop.rs:650 in pathfinder_lib::p2p_network::behaviour in pathfinder_lib::p2p_network::p2p 2024-11-09T09:23:39 ERROR pathfinder: Sync process ended unexpected with: Err(No transactions) at crates/pathfinder/src/bin/pathfinder/main.rs:313
We do know which peer failed to provide the data although we don't know at which height.
No branches or pull requests
Add meaningful spans. This should shorten, unify and improve the value of sync logs be it on p2p client level or at the sync logic level.
The text was updated successfully, but these errors were encountered: