ethpandaops / ansible-collection-general

Ansible collection with multiple reusable roles used by the EthPandaOps team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereumjs docker stop timeout issue

barnabasbusa opened this issue · comments

Sometimes, due to the inefficiencies of ethereumjs, it cannot stop within 15 seconds (http current timeout).
Error message:

UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=15)

Workaround solution is mentioned in this issue: docker/compose#3927

TLDR we should set:

export DOCKER_CLIENT_TIMEOUT=120
export COMPOSE_HTTP_TIMEOUT=120

Is this still a problem @barnabasbusa ? I think we can close thise one.

Lets close it for now, and reopen/restart a new issue if we still notice this issue.