[BUG] Etcd failed to flush changes from WAL to the DB before shutting down/crashing. #99
Labels
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
status/closed
Issue is closed (either delivered or triaged)
Describe the bug:
After a single-node etcd instance provisioned via
etcd-druid
terminated abnormally (non-zero exit code) theetcd
container restarted and the thebackup-restore
sidecar container (on data directory verification) had the following logs.On circumventing the backup restoration triggered because of this, it was found that the WAL directory (not checked by the `backup-restore sidecar) contained more recent revisions which were applied after the restart (without the backup restoration).
Expected behavior:
etcd-druid
should try and configure etcd instances to shut down safely (and flush the WAL changes to the database) or often that.How To Reproduce (as minimally and precisely as possible):
Not known yet.
Logs:
Screenshots (if applicable):
Environment (please complete the following information):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: