-
Notifications
You must be signed in to change notification settings - Fork 456
Client doesn't get new blocks after reload and is stuck in "Releasing unqued broadcasts"-loops #2558
Comments
We're not able to reproduce it. @punkr0ck could you tell us if you've seen again this issue? Please, send us debug level logs. |
I was able to reproduce it right away on testnet with latest version After 10 minutes I received my first block after the restart: So, it might be a performance issue but as in the starting post explained it happened that I didn't get new blocks within 40 minutes. It seems to vary. |
@punkr0ck do you use any custom configuration? May you please paste it here? |
Reading the logs, I tend to relate this issue to the sync process because it's not being triggered. Two PRs recently cleaned, fix and improve the synchronisation process. They were merged into |
I reproduced it again after the first reload with teh latest version
After 9 minutes I got the first new block. I guess it's really a problem with the VPS performance but it's just a guess. |
Expected behavior
After a reload Lisk Core should run as normal and receive blocks again after seconds or at least a minute or so.
Actual behavior
After a reload it can happen, that Lisk Core only shows
Releasing unqued broadcasts
followed by aQueue empty
and this for a long time (I had it three times for 30-40 minutes). This happens not always but for me it happened every 4-5 reloads. Tested on two differnt VPS' on the same provider. Sometimes new blocks come in 10 seconds after a reloads and the other time I don't get new blocks for 40 minutes. Even several reloads seem not to fix this. I'm literally not able to get the client to receive new blocks. While I am writing this it needed six reloads to bring it back working normally. See this example of the issue and when it finally worked: https://pastebin.com/GevReWqeAgain: It's not happening after every reload. Some reloads work fine and the client back in track in seconds, like this example shows: https://pastebin.com/eqV8s2wn
Steps to reproduce
Reload the client several times. I am using this command:
bash lisk.sh reload
Which version(s) does this affect? (Environment, OS, etc...)
I noticed this since 1.3.0-rc.0 on testnet and reproduced it on two testnet server. Not tested on mainnet.
The text was updated successfully, but these errors were encountered: