-
Notifications
You must be signed in to change notification settings - Fork 523
Description
Subject of the issue
Since the latest stable release (3.2.1) users have reported in the Discord channel that the Sync Time continues to increase despite the node being fully synced with the network. I have recompiled and found the same result using rel/stable (commit #b6cbbf34)
Your environment
12885032961
3.2.1.dev [rel/stable] (commit #b6cbbf34)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
Last committed block: 17917527
Time since last block: 3.4s
Sync Time: 592.5s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/bc36005dbd776e6d1eaf0c560619bb183215645c
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/bc36005dbd776e6d1eaf0c560619bb183215645c
Round for next consensus protocol: 17917528
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: mainnet-v1.0
Genesis hash: wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
Linux Mint 20.2 Cinnamon | kernel 5.4.0-90-generic
Steps to reproduce
- Compile latest stable branch and start the node.
- Type
goal node statusto view Sync Time increasing.
Expected behaviour
Sync Time should reset to 0.0 once up-to-date and synced with the network.
Actual behaviour
Sync Time continues to go up.