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
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%
The text was updated successfully, but these errors were encountered:
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 on0.7.0
andHEAD
, on two different machines which are on two different networks. This behavior is reproducible 100% of the time.Steps to reproduce:
edit: while hanging, CPU is at 0% and RAM usage is almost 100%
The text was updated successfully, but these errors were encountered: