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
Shortly after anvil started the service, a large number of network connections in the FIN_WAIT2 state appeared, causing the port to fail to connect and the service to be unavailable
The text was updated successfully, but these errors were encountered:
@woshihahaha I tried to reproduce this issue but wasn't able to, I fired anvil and then executed bunch of txes against, can see connections in TIME_WAIT that are cleaned after 60s as configured in /proc/sys/net/ipv4/tcp_fin_timeout
Please check fin timeout value and network setup (to make sure there's no packet loss, it looks like you're using docker?) and report back if this is still an issue. thank you!
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0
What command(s) is the bug in?
anvil --fork-url xxxxxx --no-rate-limit --chain-id xxxxx --tracing --host 0.0.0.0 --state-interval 60 --dump-state state.json --load-state state.json --code-size-limit 100000
Operating System
Linux
Describe the bug
Shortly after anvil started the service, a large number of network connections in the FIN_WAIT2 state appeared, causing the port to fail to connect and the service to be unavailable
The text was updated successfully, but these errors were encountered: