0glabs / 0g-chain

The First Modular AI Chain
Apache License 2.0
28 stars 37 forks source link

Service Stop and Already Stopped Error #22

Closed z8000kr closed 2 months ago

z8000kr commented 3 months ago

The log entries related to service stop and the "already stopped" error indicate that the WebSocket server attempted to stop a connection but encountered an issue. The "already stopped" error suggests that the connection was already closed or terminated

–--–--------------–--–-------------- 8:04PM ERR Failed to read request err="websocket: close 1006 (abnormal closure): unexpected EOF" module=rpc-server protocol=websocket remote={"IP":" 127.0.0.1" ,"Port":45592,"Zone":""} server=node 8:04PM INF service stop impl={"Logger":{}} module=rpc-server msg={} protocol=websocket remote={"IP":"127.0.0.1","Port":45592,"Zone":""} server=node 8:04PM ERR error while stopping connection error="already stopped" module=rpc-server protocol=websocket server=node 8:04PM INF Timed out dur=4671.539406 height=408985 module=consensus round=0 server=node step=1

ethanz0g commented 2 months ago

Hello @z8000kr ,

The above error messages were generated from JSON-RPC Service of cometBFT (Tendermint Core). It may or may not be an issue for 0g-chain. We may need to find a way to reproduce these error messages steadily in order to further investigate the issue.

ethanz0g commented 2 months ago

Can't repro