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

version-check should not always report a height of 1 for Sei pebbledb backend #416

Open
pharr117 opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pharr117
Copy link
Contributor

pharr117 commented Apr 26, 2024

The version check container is always reporting a height of 1, even when using the Sei pebbledb backend and specifying the databaseBackend: pebbledb field in the chain spec.

  1. Configure a sei node to run the latest version
- height: 84914892
  image: ghcr.io/strangelove-ventures/heighliner/sei:v5.1.0
  1. Set chain spec databaseBackend to pebbledb
spec:
  chain:
    databaseBackend: pebbledb
  1. Check the command created on the pod description to ensure its set to pebbledb
Command:                                                                                           
       /manager
       versioncheck
       -b
       pebbledb
  1. Observe version check logs
 Verified correct image for height 1: <... height at 1, will override the correct height if a history is built up>
@pharr117 pharr117 added the bug Something isn't working label Apr 26, 2024
@jonathanpberger jonathanpberger changed the title version-check command is always reporting a height of 1 for Sei pebbledb backend version-check should not alway report a height of 1 for Sei pebbledb backend May 6, 2024
@jonathanpberger jonathanpberger changed the title version-check should not alway report a height of 1 for Sei pebbledb backend version-check should not alway report a height of 1 for Sei pebbledb backend Jul 16, 2024
@jonathanpberger jonathanpberger changed the title version-check should not alway report a height of 1 for Sei pebbledb backend version-check should not always report a height of 1 for Sei pebbledb backend Aug 26, 2024
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

1 participant