Skip to content
New issue

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

Request beacon_blocks_by_range and data_column_sidecars_by_range to peers with head slot less than the range #8

Open
hangleang opened this issue Oct 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hangleang
Copy link
Owner

hangleang commented Oct 19, 2024

refer to this investigation for context

[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add data column request by range (request_id: 2454, peer_id: 16Uiu2HAmSNoofHmutMMWdmL1or7RD5MCw5zerNMcBvbR3y5t4KUS, range: 17966..17998, columns: [12, 35, 41, 66, 79, 119, 122])
[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add data column request by range (request_id: 2455, peer_id: 16Uiu2HAm4mrnbTJ2GYrptutDrVYzkDusEutX699mhSb9akd9cqeN, range: 17966..17998, columns: [5])
[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add block request by range (request_id: 2456, peer_id: 16Uiu2HAm35YTiCN56vD2atQH2TJY3VS5vA6UJP74UjvXfisYU4TU, range: 17966..17998)
[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add data column request by range (request_id: 2457, peer_id: 16Uiu2HAm4mrnbTJ2GYrptutDrVYzkDusEutX699mhSb9akd9cqeN, range: 17998..18030, columns: [5])
[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add data column request by range (request_id: 2458, peer_id: 16Uiu2HAmSNoofHmutMMWdmL1or7RD5MCw5zerNMcBvbR3y5t4KUS, range: 17998..18030, columns: [12, 35, 41, 66, 79, 119, 122])
[2024-10-18T08:33:33.089+00:00] [INFO] [features] [DebugP2p] [Sync Peers: 5/5] add block request by range (request_id: 2459, peer_id: 16Uiu2HAm4mrnbTJ2GYrptutDrVYzkDusEutX699mhSb9akd9cqeN, range: 17998..18030)
@hangleang hangleang added the bug Something isn't working label Oct 19, 2024
@hangleang hangleang changed the title Request beacon_blocks_by_range and data_column_sidecars_by_range to peers, which their head slot is less than the range Request beacon_blocks_by_range and data_column_sidecars_by_range to peers with head slot less than the range Oct 19, 2024
@hangleang
Copy link
Owner Author

hangleang commented Oct 21, 2024

fixed by this commit will filter out peers with less head slot on by range request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant