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]: pebbledb SS backend hangs at init genesis #21642

Open
1 task done
kocubinski opened this issue Sep 10, 2024 · 0 comments
Open
1 task done

[Bug]: pebbledb SS backend hangs at init genesis #21642

kocubinski opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
C:server/v2 Issues related to server/v2 T:Bug

Comments

@kocubinski
Copy link
Member

kocubinski commented Sep 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

When store.options.ss-type=1 (pebbledb) simappv2 hangs at genesis instead of processing blocks.

When exiting, the following message is printed:

failed to start servers: error during handshake: error on replay: genesis state init failure: failed to import genesis state: failed to init genesis: init module consensus: requested version 0 is pruned; earliest available version is: 1

Cosmos SDK Version

main

How to reproduce?

COSMOS_BUILD_OPTIONS=v2 make install && make init-simapp-v2
simdv2 config set app store.options.ss-type 1
simdv2 start
@julienrbrt julienrbrt added the C:server/v2 Issues related to server/v2 label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:server/v2 Issues related to server/v2 T:Bug
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants