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
This log message is normal when the system clock is behind
p2p:send_sync_block_to_node_delegate send_sync_block_to_n ] disconnecting client x.x.x.x:xxxxx because it offered us the rejected block
Failed to push sync block ... client rejected sync block sent by peer: {"code":90007,"name":"block_timestamp_in_future_exception","message":"block timestamp in the future"
But then got this, which is suspicious
p2p:message read_loop on_item_not_availabl ] Peer doesn't have the requested sync item. This really shouldn't happen
Then this, which is fine
p2p:terminate_inactive_connections_loop terminate_inactive_c ] Forcibly disconnecting peer x.x.x.x:xxxxx who failed to close their connection in a timely manner
Then lots of this, seems fine at a glance, but does it really make sense to just keep-alive without doing anything?
p2p:terminate_inactive_connections_loop terminate_inactive_c ] Sending a keepalive message to peer y.y.y.y:yyyyy who hasn't sent us any messages in the last 15 seconds
Then the node is stuck until trying to connect to a new peer for some reason. It is fine though. If the system clock goes back to normal, in the end the node would recover, although we could probably optimized the code to reduce the time needed to recover. I thought it would try to reconnect (due to the 3-hour-interval update_seed_nodes_task) and recover but it hasn't done. It's been several hours.
In logs I found my node had failed to connect due to this
This log message is normal when the system clock is behind
But then got this, which is suspicious
Then this, which is fine
Then lots of this, seems fine at a glance, but does it really make sense to just keep-alive without doing anything?
Then the node is stuck
until trying to connect to a new peer for some reason. It is fine though. If the system clock goes back to normal, in the end the node would recover, although we could probably optimized the code to reduce the time needed to recover. I thought it would try to reconnect (due to the 3-hour-intervalupdate_seed_nodes_task
) and recover but it hasn't done. It's been several hours.In logs I found my node had failed to connect due to this
Another node admin encountered this (probably not related to the clock issue)
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: