Skip to content

Issue the Iwant multiple times to the same peer with same message id #527

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

Open
twoeths opened this issue May 27, 2025 · 0 comments
Open

Comments

@twoeths
Copy link
Contributor

twoeths commented May 27, 2025

This log is found when I debug peerdas-devnet-7 of lodestar:

May 27 08:19:36 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1
May 27 08:19:36 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1
May 27 08:19:37 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAmF8sHrbZY3kDkG85NNoktst9fHfd4VLB6GzXsjqJStDHC
May 27 08:19:37 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAmF8sHrbZY3kDkG85NNoktst9fHfd4VLB6GzXsjqJStDHC
May 27 08:19:37 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAm75WrixbFFxoEQdMcRrpaYT5LeiBeL82UD1iFB5RWZN3H
May 27 08:19:37 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1
May 27 08:19:37 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAkuXyVXHNFQjZyVPQt6xAGaGq5q1yLCJmoGGhDENvhn6wu
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAmF8sHrbZY3kDkG85NNoktst9fHfd4VLB6GzXsjqJStDHC
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAmF8sHrbZY3kDkG85NNoktst9fHfd4VLB6GzXsjqJStDHC
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAm75WrixbFFxoEQdMcRrpaYT5LeiBeL82UD1iFB5RWZN3H
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0xf5e58f78e37d852f4b88957562ac998fc192b3ca topic /eth2/82cb98a6/data_column_sidecar_3/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1
May 27 08:19:38 devnet-ax41-1 beacon_run.sh[3840251]: @@@ asking for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 topic /eth2/82cb98a6/data_column_sidecar_2/ssz_snappy peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1

we asked peer 16Uiu2HAmKo7eVTbfjUnKfKNTFM7MsGqUCnmFgrC9N5UfXVfUovc1 for message 0x4df9072d036565fa7c7d0570fc5d6d20b49cdf29 3 times, should be able to check the promise before sending it to save bandwidth

found this when investigating ChainSafe/lodestar#7849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant