cardano-sl icon indicating copy to clipboard operation
cardano-sl copied to clipboard

cardano-sl node not not syncing new blocks

Open tanzeelrana opened this issue 6 years ago • 10 comments

/api/settings/sync/progress :

{"Right":{"_spLocalCD":{"getChainDifficulty":{"getBlockCount":544934}},"_spNetworkCD":{"getChainDifficulty":{"getBlockCount":570914}},"_spPeers":0}}

looking at the logs i see :

[node:WARNING:ThreadId 2829503] [2018-02-03 01:57:36.37 UTC] Failed to add headers from "52.193.153.251:3000:0" to block retrieval queue: queue is full

[node:WARNING:ThreadId 2829531] [2018-02-03 01:58:21.11 UTC] Failed to add headers from "52.193.153.251:3000:0" to block retrieval queue: queue is full

tanzeelrana avatar Feb 03 '18 01:02 tanzeelrana

I have the same issue. Restart the process helps in my case at least. Alltough I consider it workaround to force restart the node every X hours. I hope devs can give us information how to fix this permamently.

khelle avatar Feb 03 '18 02:02 khelle

I had to restart the restart the ./connect-to-mainnet process and it started to sync again as required. I am concerned that

  • will this happen again?
  • how can we detect it fast enough
  • and make sure it will not happen
  • why is it happening ?

tanzeelrana avatar Feb 03 '18 02:02 tanzeelrana

Which revision did you use? Can you provide more logs (pub folder)?

gromakovsky avatar Feb 04 '18 20:02 gromakovsky

AH, I blew up the build and downloaded a latest on today

tanzeelrana avatar Feb 05 '18 03:02 tanzeelrana

It happened for me again. It seems this occurs periodcally. Restart helped this time too, but I hope this gets fixed soon. I am using the newest 1.0.3 release. Is it safe to provide the logs of pub folder?

khelle avatar Feb 05 '18 15:02 khelle

Restart helped me as well

tanzeelrana avatar Feb 07 '18 06:02 tanzeelrana

could https://github.com/input-output-hk/cardano-sl/issues/2471 be due to this reason ?

tanzeelrana avatar Feb 07 '18 06:02 tanzeelrana

Is it safe to provide the logs of pub folder?

Yes, it is.

gromakovsky avatar Feb 07 '18 10:02 gromakovsky

I have same issue. Some one please help me.

top1st avatar Aug 22 '18 12:08 top1st

I had this same problem when running on a machine with 2GB of memory. When I increased the memory to 4GB the issue went away. I am posting this in case it helps someone else.

HM999 avatar Nov 01 '18 21:11 HM999