Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Received block reported time incorrect #828

Closed
heifner opened this issue Sep 27, 2024 · 3 comments · Fixed by #837 or #843
Closed

Received block reported time incorrect #828

heifner opened this issue Sep 27, 2024 · 3 comments · Fixed by #837 or #843
Assignees
Labels
bug The product is not working as was intended. 👍 lgtm
Milestone

Comments

@heifner
Copy link
Member

heifner commented Sep 27, 2024

info 2024-09-27T03:44:56.027 nodeos controller.cpp:3637 log_applied ] Received block 8b667a463df4659c... #396368586 @ 2024-09-27T03:44:56.000 signed by eosflytomars [trxs: 11, lib: 396368584, net: 87944, cpu: 39114, elapsed: 66392, time: 136260, latency: 26 ms]
You can see in the logs that the block was starting to be processed sometime at or after 2024-09-27T03:44:55.956 which is a total time of 71ms which aligns with the elapsed of 66ms. The total time of 136ms can't be correct.

@enf-ci-bot enf-ci-bot moved this to Todo in Team Backlog Sep 27, 2024
@linh2931 linh2931 self-assigned this Sep 27, 2024
@linh2931
Copy link
Member

linh2931 commented Sep 28, 2024

The latency does not look right either:

info  2024-09-28T01:31:48.700 nodeos    controller.cpp:3633           log_applied          ] Received block       916ed3c9571cb27b... #366537000 @ 2024-08-04T15:27:17.500 signed by amsterdamkyl [trxs: 0, lib: 366536664, net: 0, cpu: 100, elapsed: 256, time: 785, latency: 4701871200 ms]
info  2024-09-28T01:31:48.856 net-1     net_plugin.cpp:2149           operator()           ] ["peer.kylin.        alohaeos.com:9876 - 63cc6ac" - 1 147.135.39.186:9876] requesting range 366537893 to 366538892, fhead 366537603,   lib 366536856
info  2024-09-28T01:31:49.480 nodeos    controller.cpp:3633           log_applied          ] Received block       1669f97816ed0a24... #366538000 @ 2024-08-04T15:36:07.500 signed by eosphereiobp [trxs: 0, lib: 366537672, net: 0, cpu: 100, elapsed: 269, time: 818, latency: 4701341980 ms]
info  2024-09-28T01:31:50.155 net-3     net_plugin.cpp:2149           operator()           ] ["peer.kylin.        alohaeos.com:9876 - 63cc6ac" - 1 147.135.39.186:9876] requesting range 366538893 to 366539892, fhead 366538892,   lib 366538560
info  2024-09-28T01:31:50.501 nodeos    controller.cpp:3633           log_applied          ] Received block       eff0e639d05d2028... #366539000 @ 2024-08-04T15:44:51.500 signed by eosusacartel [trxs: 0, lib: 366538668, net: 0, cpu: 100, elapsed: 252, time: 774, latency: 4700819000 ms]

@heifner
Copy link
Member Author

heifner commented Sep 28, 2024

That is showing about 54 days for a Timestamp: Apr-08-2024 sorry this is kylin, so what is the issue with latency?

@linh2931
Copy link
Member

Sorry I was wrong. The latency is fine for my sync with old blocks.

@linh2931 linh2931 added the bug The product is not working as was intended. label Sep 30, 2024
@linh2931 linh2931 moved this from Todo to Awaiting Review in Team Backlog Sep 30, 2024
@arhag arhag added 👍 lgtm and removed triage labels Sep 30, 2024
@arhag arhag added this to the Spring v1.0.2 milestone Sep 30, 2024
@linh2931 linh2931 moved this from Awaiting Review to Done in Team Backlog Oct 1, 2024
@linh2931 linh2931 closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment