Closed
Description
Currently, Geth can get stuck during pending block processing if it receives a
termination signal at that moment. Since chain processing can take time, it's
common for shutdown to be delayed by several minutes.
Feature Request: Add a termination mechanism in the downloader to discard
any remaining blocks pending insertion and shut down Geth immediately.