wavelet icon indicating copy to clipboard operation
wavelet copied to clipboard

Graceful restart.

Open rkeene opened this issue 5 years ago • 1 comments

Recently we added a restart mechanism (#204). This restart is not very graceful.

In particular, transactions which we have adding locally but not gossiped out may be lost.

If possible, have the restart mechanism shutdown the listener RPC listener and wait a bit before restarting to give this a greater chance of gossiping out transactions.

rkeene avatar Sep 18 '19 17:09 rkeene

Was this implemented in the recent ledger cleanup @hasyimibhar?

iwasaki-kenta avatar Oct 10 '19 06:10 iwasaki-kenta