Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Container does not exit gracefully #108

Open
yuki-iwasaki-boostry opened this issue Feb 28, 2025 · 0 comments
Open

[BUG] Container does not exit gracefully #108

yuki-iwasaki-boostry opened this issue Feb 28, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yuki-iwasaki-boostry
Copy link

yuki-iwasaki-boostry commented Feb 28, 2025

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.
@yuki-iwasaki-boostry yuki-iwasaki-boostry added the bug Something isn't working label Feb 28, 2025
@yuki-iwasaki-boostry yuki-iwasaki-boostry self-assigned this Feb 28, 2025
@yuki-iwasaki-boostry yuki-iwasaki-boostry changed the title [BUG] [BUG] Container does not exit gracefully Feb 28, 2025
@YoshihitoAso YoshihitoAso moved this to Backlog in ibet-Network v2.5 Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants