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

florestad hangs during IBD #342

Open
luisschwab opened this issue Jan 18, 2025 · 1 comment
Open

florestad hangs during IBD #342

luisschwab opened this issue Jan 18, 2025 · 1 comment

Comments

@luisschwab
Copy link

luisschwab commented Jan 18, 2025

florestad hangs during IBD. Header download works fine, but the it hangs indefinitely after [INFO floresta_wire::p2p_wire::sync_node] Starting sync node. I tested this on 0.7.0 and HEAD, on two different machines which are on two different networks. This behavior is reproducible 100% of the time.

Steps to reproduce:

~$ rm -r ~/.floresta
~$ git clone https://github.com/vinteumorg/Floresta/
~$ cd Floresta
~$ cargo build --release
~$ ./target/release/florestad

[...]
[2025-01-18 17:35:52 INFO floresta_wire::p2p_wire::chain_selector] Downloading headers from peer=1 at height=876001 hash=00000000000000000001a331ae84dff5835ee921f4d5eb75491ffa686d03ff06
[2025-01-18 17:35:52 INFO floresta_wire::p2p_wire::chain_selector] Downloading headers from peer=1 at height=878001 hash=000000000000000000014fbd28e6dc5a0af98c04d3a842eb77ce54f217b3514e
[2025-01-18 17:35:53 INFO floresta_wire::p2p_wire::chain_selector] Finished downloading headers from peer=1, checking if our peers agree
[2025-01-18 17:35:54 INFO floresta_wire::p2p_wire::sync_node] Starting sync node

edit: while hanging, CPU is at 0% and RAM usage is almost 100%

Image

@luisschwab
Copy link
Author

suggestion: add IBD testing to CI

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