issues
search
Fantom-foundation
/
go-lachesis
aBFT consensus for permission-less networks
https://fantom.foundation
MIT License
224
stars
78
forks
source link
Node waits until the P2P goroutines are stopped
#524
Closed
uprendis
closed
4 years ago
uprendis
commented
4 years ago
Fix race conditions during node shutdown
The fixes are not critical for the safety, yet the previous race conditions could lead to a dirty flag inside DB after node shutdown. The chances of non-finished flushing were higher if node was stopping just before DB flushing would be needed
Refactor errors logging