[Node Operator Question] eth_getBlockByNumber "params": ["finalized", true]
Return block height not updating issue
#743
Replies: 3 comments 5 replies
-
In a P2P network, it seems normal for different nodes to have different latest blocks. Could you describe in detail what specific issue you are facing? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The difference is relatively large, with a few nodes sometimes differing by thousands and tens of thousands of block heights |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that when it recovers after restarting, it may be related to the processing of cache by shutting down the node. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I run multiple nodes, but using this request found that the nodes return different heights and some nodes lag behind.
Checking the node logs is synchronizing properly and getting the latest heights is also changing.
But get [“finalized”, true] Some nodes don't change.
Tried it and the node will recover after a reboot, but this happens again afterwards
Steps to Reproduce
Run multiple nodes and use this request at intervals to observe the situation
Which component is affected?
Expected vs. Actual Behavior
Secure blocks are updated synchronously, no node will fall behind
Environment Details
Ubuntu 22.04
Protocol Information
op-geth version 1.101500.1-rc.1-7017b547-20250222
op-node version v1.11.2-rc.1-bc6d11a8-1740157113
Node Logs
No response
Troubleshooting Attempts
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions