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
The monitor command and getHealthApi showed that the validator is behind. But When I use the catchup command, it shows that I am in sync with the newest block. This problem has been for one hour.
⠂ 354:15:48 | 1766 slots behind | Processed Slot: 150421263 | Confirmed Slot: 150421263 | Finalized Slot: 150421229 | Full Snapshot Slot:
sudo solana catchup --our-localhost
xx has caught up (us:150421907 them:150421917)
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
{"jsonrpc":"2.0","id":1, "method":"getHealth"}
'
{"jsonrpc":"2.0","error":{"code":-32005,"message":"Node is behind by 1906 slots","data":{"numSlotsBehind":1906}},"id":1}
I can get the correct slot from getSlot Api, and I can also get the newest block data. What happened to my validator?
version: 1.10.35
The text was updated successfully, but these errors were encountered:
Problem
The monitor command and getHealthApi showed that the validator is behind. But When I use the catchup command, it shows that I am in sync with the newest block. This problem has been for one hour.
I can get the correct slot from getSlot Api, and I can also get the newest block data. What happened to my validator?
version: 1.10.35
The text was updated successfully, but these errors were encountered: