`/stamps` returns 503 error "syncing in progress" forever & `/chainstate` shows block count higher than total
- bee running as a
lightnode - bee version
2.3.2-47c699e6
Context
Summary
Expected behavior
Actual behavior
Steps to reproduce
Possible solution
Syncing in progress shows because the node waits until it updates updates to the lates block height. There is some work already to speed up this aspect.
Regarding block count higher than total, I can not reproduce it, please can you try to reproduce it again? Still happens?
Regarding block count higher than total, I can not reproduce it, please can you try to reproduce it again? Still happens?
I had to nuke the db and resync seemed to work as expected. Havent been able to reproduce it.
Reproducability aside, it might be worth looking into how that could possibly happen.
In this particular case, the higher block count and "syncing in progress" are not two different issues. Since block count is higher than total, the "syncing in progress" message will go on forever and never complete.