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
Setup a cluster with latest git commit 2cecca6, synced 5530 blocks and try to shutdown with CTRL+C. The cluster cannot gracefully shutdown (shutting down forever)
The text was updated successfully, but these errors were encountered:
It is hard to reproduce in a dev environment. Most likely it caused by the stop operation of p2p service is blocked by active peer connections. A normal shutdown would be like:
^CINFO [11-20|10:39:44.731] Got interrupt, shutting down...
INFO [11-20|10:39:44.731] grpc endpoint closed url=192.168.183.173:38191
INFO [11-20|10:39:44.731] public HTTP endpoint closed url=http://127.0.0.1:38391
INFO [11-20|10:39:44.731] private HTTP endpoint closed url=http://127.0.0.1:38491
INFO [11-20|10:39:44.731] Stopping Master protocol
INFO [11-20|10:39:44.732] cluster protocol stopped
INFO [11-20|10:39:44.732] Blockchain manager stopped
INFO [11-20|10:39:44.734] stoped P2P networking
Ctrl+c 10 times to cause panic, and we can get the full debug trace.
Setup a cluster with latest git commit 2cecca6, synced 5530 blocks and try to shutdown with CTRL+C. The cluster cannot gracefully shutdown (shutting down forever)
The text was updated successfully, but these errors were encountered: