Skip to content

[BUG] Container does not exit gracefully #108

Description

@yuki-iwasaki-boostry

Describe the bug

When a container shuts down, it may not terminate gracefully and the block height may be rolled back in rare cases.
Similar issues are below.
from go-ethereum: ethereum/go-ethereum#25775

It seems to be fixed by incorporating the update below.
ethereum/go-ethereum#25831

Additional context

Further investigation has revealed the following: Therefore, it is unlikely to be related to the issue in ethereum/go-ethereum#25775.

  • The Geth process appears to shut down normally (at least no errors occurred).
  • Nevertheless, chain repair started on startup.
  • Although no errors were reported, it may not have been shut down properly. Cause unknown.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions